Re: [Pharo-users] FUEL serialization to a file

2019-03-10 Thread Konrad Hinsen
Hi Sven, Thanks for all that background information on the history of streams. It makes everything a lot clearer for me. > But first, it would help a lot that you give a self-contained > reproducible snippet that raises your problem, like mine. I tried > reproducing your failure but could not.

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Roelof Wobben
Op 10-3-2019 om 17:45 schreef Ben Coman: On Sun, 10 Mar 2019 at 23:40, Roelof Wobben wrote:

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Ben Coman
On Sun, 10 Mar 2019 at 23:19, Ben Coman wrote: > > Now to mold the IDE to your domain... > using Spotter to browser gtInspector* methods, a promising find is... > AbstractFileReference>>gitInspectorJpegIn: > from which I produced... > > Painting >> gtInspectorJpegIn: composite > >

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Ben Coman
On Sun, 10 Mar 2019 at 23:40, Roelof Wobben wrote: > Op 10-3-2019 om 16:19 schreef Ben Coman: > > > > On Sun, 10 Mar 2019 at 17:55, Roelof Wobben wrote: > >> I could do something like this : >> >> getImages >> | json numbers json2 | >> json := NeoJSONReader >> fromString: >>

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Roelof Wobben
Op 10-3-2019 om 16:19 schreef Ben Coman:

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Ben Coman
On Sun, 10 Mar 2019 at 17:55, Roelof Wobben wrote: > I could do something like this : > > getImages > | json numbers json2 | > json := NeoJSONReader > fromString: > (ZnEasy > get: > ' >

Re: [Pharo-users] Pharo 7.0 image size

2019-03-10 Thread Sven Van Caekenberghe
Hi, I am confused by what you are reporting. If you add 10.000 entries to the Transcript, then I don't see how that results in 1000s of those Strings being alive (and certainly not after a GC). I tried the following (both with the Transcript window open and closed): Transcript. Transcript

Re: [Pharo-users] Pharo and FPGA

2019-03-10 Thread Cédrick Béler
Could we do discuss such subjects in one pharo day for instance ? May would be perfect for me. Cheers, Cédrick > Le 10 mars 2019 à 11:36, Loïc LAGADEC a > écrit : > > Yes! > Feel free to get in touch :) > Cheers > Loïc > > Loïc Lagadec > Professor > Lab-STICC UMR CNRS 6285 > Ensta

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Roelof Wobben
I could do something like this : getImages     | json numbers json2  |     json := NeoJSONReader         fromString:             (ZnEasy                 get:                    

Re: [Pharo-users] complex json parsing.

2019-03-10 Thread Roelof Wobben
Op 10-3-2019 om 02:13 schreef Ben Coman: On Sun, 10 Mar 2019 at 04:55, Roelof Wobben wrote: Hello,

Re: [Pharo-users] Pharo and FPGA

2019-03-10 Thread Cédrick Béler
If I remember well, smalltalkers from britany have worked on FPGA design on visualwork. I think there were Loic Lagadec, Alain Plantec and Bernard Pottier. https://www.ensta-bretagne.fr/lagadec/ Maybe they can help here ;-) Cheers, Cedrick > Le 10 mars 2019 à 01:38, Ben Coman a écrit : >