Re: [Pharo-users] Creating the smallest server runtime footprint

2017-07-16 Thread Tim Mackinnon
Thanks again Pavel - I'll try the 6.0 step 4 or possibly step 5 with sunit (as many libraries don't separate out their tests). I've also tried leaving out libgit and libsdl2 .so's on my server build and that seems fine too - making me wonder what others I can safely leave out? Sound is a candi

Re: [Pharo-users] Mysterious problem in loading Pharo

2017-07-16 Thread PBKResearch
Peter I think the implication of your second para is that your last resort, re-booting the system, is always effective in fixing the problem. If so, while it is obviously a nuisance I think I can live with that. I think I have had this only once before - at least, I have seen the debug console

Re: [Pharo-users] Playground and Dr. Geo

2017-07-16 Thread Henrik Nergaard
Hi, a)Do you wrap the morph inside the morph tab view? , b) Do you use the same code for rendering as in Morph>> #gtInspectorMorphIn: . if a) it is most likely caused by the morph being wrapped within one or more transform morphs, and the offset of these are not taken into account when open

[Pharo-users] object serialization, STON & PharoJS

2017-07-16 Thread Siemen Baader
Hi all, I’m trying to transpile the STON class to JavaScript with PharoJS to use it in a client side web application. The goal is it to retrieve object(graphs) from the server and deserialize them in the frontend via xhr. But PharoJS doesn't support thisContext, I think that's a limitation of the

Re: [Pharo-users] Mysterious problem in loading Pharo

2017-07-16 Thread Peter Uhnak
I had this problem for several months (and still do), and so far I didn't manage to figure out what is the actual cause. Sometimes it fixes itself (close Pharo and open again), sometimes opening it with different VM (and then reopen with the original) helps, and sometimes I have to restart syst

[Pharo-users] VoyageMongo with Metacello project spec in Pharo 6 on MacOS Sierra

2017-07-16 Thread Guillaume Giraud
Thanks a lot ! I used your config and now it works. The result of evaluating 'Smalltalk os’ is 'a MacOSPlatform’, and the VM is 201705310241. By the way, I find it difficult to fully grasp the Metacello config process. I have read Deep into Pharo, but I can’t really understand why the modificat