Re: [Pharo-users] FFI syntax

2014-10-16 Thread Nicolai Hess
Yes, for pharo this is easy. For squeak, it took me some time to get it "working" (at least the tests are green, examples do not work). 2014-10-16 8:49 GMT+02:00 Torsten Bergmann : > >I can not even find up to date information on how to *install* current > >working FFI > > In Pharo 3.0 open the

Re: [Pharo-users] FFI syntax

2014-10-16 Thread p...@highoctane.be
I can push RFB in there as it seems to be missing. Phil On Thu, Oct 16, 2014 at 8:49 AM, Torsten Bergmann wrote: > >I can not even find up to date information on how to *install* current > >working FFI > > In Pharo 3.0 open the world menu, then "Tools", then "Config browser" > and there look fo

Re: [Pharo-users] FFI syntax

2014-10-16 Thread Sven Van Caekenberghe
But only if it loads and works cleanly in that version of Pharo, we need a minimum of quality assurance. On 16 Oct 2014, at 10:26, p...@highoctane.be wrote: > > I can push RFB in there as it seems to be missing. > > Phil > > On Thu, Oct 16, 2014 at 8:49 AM, Torsten Bergmann wrote: > >I can n

Re: [Pharo-users] FFI syntax

2014-10-16 Thread p...@highoctane.be
Works fine here with TightVNC. Worked all evening on a remote box that was quite far in FullHD. I noticed some missing keybindings (numeric pad for example). But that's because the supported mappings in RFB are incomplete, not because of bugs. Phil ​

Re: [Pharo-users] Citizen example for manipulating a bibtex file

2014-10-16 Thread Damien Cassou
from Damien Pollet: You will need to load the .bib file from zotero (read the file however you like, then pass the stream to the CZ parser). You'll get a CZBibSet (I don't recall the name exactly) which represents the contents of the file. A Set is composed of entries, each of which has a key and

[Pharo-users] Pharo Casts: http://www.pharocasts.com

2014-10-16 Thread Gastón Dall' Oglio
Hello. It's down? Seems so: http://www.downforeveryoneorjustme.com/www.pharocasts.com Regards.

Re: [Pharo-users] Pharo Casts: http://www.pharocasts.com

2014-10-16 Thread Laurent
Oups, forgot to renew the DNS. should be up soon. Laurent Le jeu. 16 oct. 2014 à 15:49, Gastón Dall' Oglio a écrit : Hello. It's down? Seems so: http://www.downforeveryoneorjustme.com/www.pharocasts.com Regards.

Re: [Pharo-users] openstreetmap + roassal

2014-10-16 Thread Nicolas Lusa
Hi, sorry for the late response. I tried to debug it on my own and got to some point where it seems it works. I had some complains when it was parsing at first and then some issues with the openstreetmap server I guess. I'll check the tutorial to and try to fix it and make it as smooth as poss

Re: [Pharo-users] openstreetmap + roassal

2014-10-16 Thread Alexandre Bergel
Ok, let us know how it goes. This is important Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. On Oct 16, 2014, at 2:02 PM, Nicolas Lusa wrote: > Hi, sorry for the late response. > > I tr

Re: [Pharo-users] openstreetmap + roassal

2014-10-16 Thread Thierry Goubier
Hi Nicolas, Le 16/10/2014 19:02, Nicolas Lusa a écrit : Hi, sorry for the late response. I tried to debug it on my own and got to some point where it seems it works. I had some complains when it was parsing at first and then some issues with the openstreetmap server I guess. I'll check the tut

[Pharo-users] Client cerificate authentication with ZnClient?

2014-10-16 Thread Attila Magyar
Hi, Is certificate based authentication supported by ZnClient? Attila -- View this message in context: http://forum.world.st/Client-cerificate-authentication-with-ZnClient-tp4784981.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] PharoNOS

2014-10-16 Thread Torsten Bergmann
Hi, I just found http://pillarhub.pharocloud.com/hub/mikefilonov/pharonos Mike: can you comment a little bit on it here on the pharo lists? Thx T.

Re: [Pharo-users] [Pharo-dev] PharoNOS

2014-10-16 Thread Torsten Bergmann
Yes, I tried in VirtualBox. Same issues here: used OSProcess to query for the DHCP given IP address and noticed that AioPlugin is not available. I like that it is a naked Pharo 3.0 image. So I would not preload the command shell - one can easily provide a config in the config browser for addit