Re: [Pharo-users] Pharo display bug

2020-01-18 Thread Norbert Hartl
Didn‘t you know pharo has a website? Did you have trouble finding the „Reporting issues“ section on the website? What went wrong with you and the available information? Norbert > Am 18.01.2020 um 19:16 schrieb Richard Kenneth Eng > : > >  > I don't know how to report Pharo bugs, so I'll just

Re: [Pharo-users] Pharo display bug

2020-01-18 Thread horrido
Thanks! Works perfectly. Torsten Bergmann wrote > This is a known issue with FreeType - it happens in some images and in > next automatically > built image it is gone. See all details in: > > https://github.com/pharo-project/pharo/issues/2336 > > Workaround: > > Just go to the WorldMenu Pha

Re: [Pharo-users] Pharo display bug

2020-01-18 Thread Tim Mackinnon
I find that pressing save fixes it (it’s a cache corruption thing and very annoying - but it’s been hard to fix). It’s certainly improved since the last round of fixes but I still get it, and some things loaded in your image seem to trigger it more frequently (mirage was one of them) Tim Sent

Re: [Pharo-users] Pharo display bug

2020-01-18 Thread Torsten Bergmann
This is a known issue with FreeType - it happens in some images and in next automatically built image it is gone. See all details in: https://github.com/pharo-project/pharo/issues/2336 Workaround: Just go to the WorldMenu Pharo -> Settings (to open the SettingsBrowser) -> Appearance -> Switc

Re: [Pharo-users] Pharo display bug

2020-01-18 Thread tbrunz
Richard, It's pretty easy. Surf to the 'issues' page of the Pharo repo, which is in the 'pharo-project' organization in GitHub: https://github.com/pharo-project/pharo/issues Click the bright green "New issue" button, then describe away... -Ted -- Sent from: http://forum.world.st/Pharo-Smal

Re: [Pharo-users] Generate class hierarchy from JSON Schema

2020-01-18 Thread Eric Gade
Serge I would also be interested in seeing what you come up with. On Sat, Jan 18, 2020 at 3:56 AM wrote: > Great work ! I will have a look. > > I want to be able to generate JSON files following a JSON Schema with a > high level API. So my idea was to generate automatically from JSON Schema > th

Re: [Pharo-users] Latest Pharo Update

2020-01-18 Thread horrido
Reinstalling Pharo from scratch fixes it. Somehow, the automatic update is broken. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Latest Pharo Update

2020-01-18 Thread Richard Kenneth Eng
The latest update to Pharo causes a "PrimitiveFailed: primitive #newProcess in ProcessWrapper class failed" message??? How did this happen?

Re: [Pharo-users] Generate class hierarchy from JSON Schema

2020-01-18 Thread serge . stinckwich
Great work ! I will have a look. I want to be able to generate JSON files following a JSON Schema with a high level API. So my idea was to generate automatically from JSON Schema the class hierarchy but a runtime model might be enough maybe. Regards, Sent from my iPhone > On 18 Jan 2020, at 0

Re: [Pharo-users] Generate class hierarchy from JSON Schema

2020-01-18 Thread Norbert Hartl
We have https://github.com/zweidenker/JSONSchema which is an implementation of basic stuff in JSON schema. But it does not compile classes it just creates a runtime model. To be honest I never understood why we make the effort to compile classes for

[Pharo-users] Generate class hierarchy from JSON Schema

2020-01-18 Thread Serge Stinckwich
Hi there, anyone has experience about generating a class hierarchy from a JSON Schema ? Code available somewhere ? Thank you. -- Serge Stinckwic h Int. Research Unit on Modelling/Simulation of Complex Systems (UMMISCO) Sorbonne University (SU) French National Research Institute for Sustainab