Re: [Pharo-users] Looking for small boards and tiny computers which can run Pharo

2017-07-25 Thread Tim Mackinnon
Wasn’t there another board that Ben was talking about recently - http://blog.openinworld.com/2017/06/evening-with-pharo-esp32/ (esp32?) > On 25 Jul 2017, at 09:14, Denis Kudriashov wrote: > > Hi. > > Pharo

Re: [Pharo-users] Looking for small boards and tiny computers which can run Pharo

2017-07-25 Thread Attila Magyar
The esp32 is not capable of running Pharo unfortunatelly. It's not Linux based, it has a realtime operating system called FreeRTOS and the amount of memory it has is also quite limited. It's more like a microcontroller than a single board computer. -- View this message in context:

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo 6.1 (summer) released!

2017-07-25 Thread Esteban Lorenzano
> On 25 Jul 2017, at 17:29, Hilaire wrote: > > As the P6.1 change log is not complete enough I have to try out to discover: > > - fix for PNG regression is included > > - the Athen Wrap regression is still present :( > is very complete. Is just that it does not has so many

Re: [Pharo-users] Looking for small boards and tiny computers which can run Pharo

2017-07-25 Thread Bruce O'Neel
Hi, With a bit of work it probably fits on one of these: [https://onion.io/omega2/](https://onion.io/omega2/) If you feel on really wasting space this would work as well, though it would need some porting if you wanted to run it locally.

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-25 Thread Cyril Ferlicot D.
Le 25/07/2017 à 19:37, Sven Van Caekenberghe a écrit : > Hi, > > User Herby Vojčík seems to have an issue with the --headless option on > Windows 10 > > https://pharo.fogbugz.com/f/cases/20271/ZnServer-managedServers-disappear-when-headless-mode-used > > I cannot reproduce his problem. > >

[Pharo-users] Issue with the --headless option on Windows 10

2017-07-25 Thread Sven Van Caekenberghe
Hi, User Herby Vojčík seems to have an issue with the --headless option on Windows 10 https://pharo.fogbugz.com/f/cases/20271/ZnServer-managedServers-disappear-when-headless-mode-used I cannot reproduce his problem. Maybe there are Windows users out there who can have a look and help him ?

Re: [Pharo-users] Compiling documents with Pillar

2017-07-25 Thread p...@highoctane.be
https://github.com/cdlm/docker-texlive On Jul 23, 2017 8:38 PM, "Glenn Hoetker" wrote: > Thanks goodness I'm not the only one who had trouble finding how to do > this. I also look forward to the answer. > > Glenn > > > > Sent from my iPad > > > On Jul 23, 2017, at 11:29 AM,

Re: [Pharo-users] Looking for small boards and tiny computers which can run Pharo

2017-07-25 Thread Denis Kudriashov
Hi. Pharo works on Beaglebone. And I am pretty sure that it will work on other ARM/Linux based computers 2017-07-24 21:30 GMT+02:00 Steven Costiou : > Hi, > > i am looking for: > > - small hardware, boards/computers, "embeddable" devices, etc. that can > run Pharo

Re: [Pharo-users] Reef examples?

2017-07-25 Thread Stephane Ducasse
I tried to write something but I failed because this is too complex to have to understand first a frameworks and then write a real documentation. This costs me too much I cannot do it anymore. Stef On Tue, Jul 25, 2017 at 3:16 PM, Martin Dias wrote: > Hello, > > I've

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-25 Thread Herby Vojčík
Sven Van Caekenberghe wrote: Hi, User Herby Vojčík seems to have an issue with the --headless option on Windows 10 https://pharo.fogbugz.com/f/cases/20271/ZnServer-managedServers-disappear-when-headless-mode-used I cannot reproduce his problem. Maybe there are Windows users out there who

Re: [Pharo-users] Issue with the --headless option on Windows 10

2017-07-25 Thread Herby Vojčík
Sven Van Caekenberghe wrote: Hi, User Herby Vojčík seems to have an issue with the --headless option on Windows 10 https://pharo.fogbugz.com/f/cases/20271/ZnServer-managedServers-disappear-when-headless-mode-used I cannot reproduce his problem. Maybe there are Windows users out there who

[Pharo-users] NeoJSON "conditional" parsing/mapping

2017-07-25 Thread Esteban A. Maringolo
Hi Sven, all, I'm working on a JSON-RPC client, I started using LtJsonRpcClient, but since it's based on the "legacy" JSON package I decided to try to adapt it to use NeoJSON. So I created a NeoJSONRPCClient based on LtJson... because... why not. At its core JSON-RPC is a pretty simple protocol,