[Pharo-users] Re: WebDav and CalDav in Pharo ?

2022-04-04 Thread Jonathan van Alteren
Hi Cèdrick, Udo, Any update on using WebDAV/CalDAV in Pharo? We need to work with it as well. We have created a GitHub repo from the SmalltalkHub project here:  https://github.com/objectguild/FileSystemNetwork All unit tests are green using a test server URL created using 

[Pharo-users] Re: Installing code in a running image

2022-04-04 Thread Tim Mackinnon
>From memory - the Excercism project does this too (can't recall if it uses >CodeImporter, but it does get source from Exercism and load it into the image). Having said this - are you sure you don't want to have some versioned packed in git that your image can load up when needed? It would add

[Pharo-users] Re: Installing code in a running image

2022-04-04 Thread Marcus Denker
The problem is that this not yet running on newer Pharo versions… sadly I did not have enough time and energy to push that the last years. We really need to re-assess and restart to push in that direction of a remote enabled IDE…. Marcus > On 4 Apr 2022, at 15:13, Jesus Mari Aguirre

[Pharo-users] Re: Installing code in a running image

2022-04-04 Thread Davide Varvello via Pharo-users
Thanks MarkusIt seems CodeImporter is the right tool Davide On Monday, April 4, 2022, 11:41:50 AM GMT+2, Marcus Denker wrote: On 1 Apr 2022, at 18:35, Davide Varvello via Pharo-users wrote: Hi Folks! For a customer of mine I want to download a bunch of new code from my webserver

[Pharo-users] Re: Installing code in a running image

2022-04-04 Thread Jesus Mari Aguirre
What about using https://github.com/pharo-ide/TelePharo (by MarcusDenker ) I've never used but looks like it could fit your needs. Anyway if your client can afford 1 minute out of the business you can stop the image and load a Git

[Pharo-users] Re: Installing code in a running image

2022-04-04 Thread Marcus Denker
> On 1 Apr 2022, at 18:35, Davide Varvello via Pharo-users > wrote: > > Hi Folks! > > For a customer of mine I want to download a bunch of new code from my > webserver and installing it in a running Pharo image, is there a feasible way > to do it? > Maybe you could just have file-outs on