Re: [Pharo-users] Zinc JSON parsing error handling

2017-12-12 Thread Sven Van Caekenberghe
BTW, this is no about Zinc, but about NeoJSON. This is what I meant with variability that is hard to capture with a simple static type schema. I have no time to try myself right now, but a custom mapping for ivar result (as in a block) might be able to see the difference and act accordingly. >

Re: [Pharo-users] REST client hints

2017-12-12 Thread Sven Van Caekenberghe
> On 13 Dec 2017, at 07:49, Ben Coman wrote: > > > > On 13 December 2017 at 14:40, Sven Van Caekenberghe wrote: > Yeah, that is the main problem with JSON. It cannot capture that variability > in its own spec. Sure, there are tons of extensions on top of JSON to address > these aspects, bu

[Pharo-users] Zinc JSON parsing error handling

2017-12-12 Thread Ben Coman
With... Object subclass: #BittrexResponse instanceVariableNames: 'success message result' classVariableNames: '' package: 'Bittrex' Object subclass: #BittrexMarketSummary instanceVariableNames: 'MarketName High Low Volume Last BaseVolume TimeStamp Bid Ask OpenBuyOrders

Re: [Pharo-users] REST client hints

2017-12-12 Thread Ben Coman
On 13 December 2017 at 14:40, Sven Van Caekenberghe wrote: > Yeah, that is the main problem with JSON. It cannot capture that > variability in its own spec. Sure, there are tons of extensions on top of > JSON to address these aspects, but NeoJSON only deals with the raw spec. > And any server can

Re: [Pharo-users] REST client hints

2017-12-12 Thread Sven Van Caekenberghe
Yeah, that is the main problem with JSON. It cannot capture that variability in its own spec. Sure, there are tons of extensions on top of JSON to address these aspects, but NeoJSON only deals with the raw spec. And any server can use its own version. Simple answer is indeed: getmarkets and get

Re: [Pharo-users] REST client hints

2017-12-12 Thread Ben Coman
Hi Sven (et al), On 10 December 2017 at 11:45, Ben Coman wrote: > > 3. Finally parse into real objects the nested level holding the data you > really want... > > Object subclass: #Market > instanceVariableNames: 'MarketCurrency BaseCurrency MarketCurrencyLong > BaseCurrencyLong MinTradeSize Mark

Re: [Pharo-users] Pharo intro talk in spanish

2017-12-12 Thread Offray Vladimir Luna Cárdenas
Thanks Rafael! Is good to see more content in native languages and support more diversity and going away of English as the dominant language monoculture for science and tech (which reminds me [1]). BTW is a good presentation with a lot of good points and fighting the balance between the conceptual

Re: [Pharo-users] Iceberg: Code directory missing

2017-12-12 Thread Evan Donahue
Got it. I didn't realize the code subdirectory wasn't automatically created by Iceberg if it didn't exist. I deleted the subdirectory name in the repo config and my code seems to have made it to github. I submitted a pull request with some clarifications to the iceberg readme. Thanks, Evan -- S

Re: [Pharo-users] [Pharo-dev] I love the launcher!!!!

2017-12-12 Thread Alexandre Bergel
Your email made me try Pharo Launcher. I love it too! It replaces all my scripts to download the VM and the last images. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 23, 2017, a

Re: [Pharo-users] OSEnvironment issue

2017-12-12 Thread Ben Coman
Thanks for the update. cheers -ben On 12 December 2017 at 22:27, Eno wrote: > Yep, It's very bothersome to be tangled inside the font issue. > > Actually, I find out the cause. > > My pharo folders with images and sandstone files are synced with cloud > (synology NAS) in order to allow update a

Re: [Pharo-users] Problem loading image after changing resolution from 4Kto HD

2017-12-12 Thread TedVanGaalen
Thank you Stef I'll wait and use Pharo 5.0 (on Mac and Windows) until this problem is solved. No problem, with Seaside and Postgress db installed in the 5.0 image, it provides all I need. I will also do this on my MacMini, because it still hangs when switching to and fro full screen, as described

Re: [Pharo-users] Installing pharo6.1-64

2017-12-12 Thread Marcus Denker
Hello, The build scripts were broken: https://pharo.fogbugz.com/f/cases/20855/bin-is-a-file-not-a-directory-in-the-6-1-distribution-for-Linux We have fixed them and the .zip download should now work better. In addition, I have started to improve the installation instructions and added the desc

[Pharo-users] Pharo intro talk in spanish

2017-12-12 Thread Rafael Luque
Hi all, It has been published the video of the Pharo introduction talk (titled "Pharo Smalltalk: Un Entorno de Programación Subversiva") we organized from Osoco for the Madrid Software Crafters meetup. Both, video and slides are in spanish: https://www.youtube.com/watch?v=SV_KU4u5mTA Cheers, Raf

Re: [Pharo-users] Pharo 6.1 / 7, 0 Glorp smalltalkhub to github migration

2017-12-12 Thread Alistair Grant
Hi Esteban, On 12 December 2017 at 14:02, Esteban Lorenzano wrote: > > >> On 11 Dec 2017, at 15:52, Alistair Grant wrote: >> >> On 11 December 2017 at 14:13, Esteban Lorenzano wrote: >>> hi, >>> >>> this migration was already made to: >>> >>> https://github.com/pharo-rdbms >>> >>> don’t you pre

Re: [Pharo-users] FLSerialization>>analysisStep too slow?

2017-12-12 Thread Mariano Martinez Peck
On Tue, Dec 12, 2017 at 11:47 AM, Eno wrote: > > My package TkIDE relied on > object database, sandstone, to store the objects. > > After upgrade to 6.1 on macOS, the save process became very slow. > > Following the debugging process, I found the bottl

[Pharo-users] FLSerialization>>analysisStep too slow?

2017-12-12 Thread Eno
My package TkIDE relied on object database, sandstone, to store the objects. After upgrade to 6.1 on macOS, the save process became very slow. Following the debugging process, I found the bottle neck is at this method, FLSerialization>>analysisStep.

Re: [Pharo-users] OSEnvironment issue

2017-12-12 Thread Eno
Yep, It's very bothersome to be tangled inside the font issue. Actually, I find out the cause. My pharo folders with images and sandstone files are synced with cloud (synology NAS) in order to allow update at my different work places. I found that if I triggered image saving several times too q

Re: [Pharo-users] Why do downloads not use HTTPS by default?

2017-12-12 Thread Marcus Denker
> On 12 Dec 2017, at 11:48, Marcus Denker wrote: > > > >> On 12 Dec 2017, at 00:18, Cyril Ferlicot wrote: >> >> >> On mar. 12 déc. 2017 at 00:12, Stephane Ducasse >> wrote: >> Thanks marcus. >> Should I update all the pages of the lectures and other to use https? >> > For downloads that

Re: [Pharo-users] [Pharo-dev] [TechTalk] Topics Wanted for 2018!

2017-12-12 Thread Marcus Denker
Ok! Pharo TechTalk: Genetic Algorithms https://association.pharo.org/event-2757884 > On 11 Dec 2017, at 21:56, Alexandre Bergel wrote: > > Yes! > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.

Re: [Pharo-users] Pharo 6.1 / 7, 0 Glorp smalltalkhub to github migration

2017-12-12 Thread Esteban Lorenzano
> On 11 Dec 2017, at 15:52, Alistair Grant wrote: > > On 11 December 2017 at 14:13, Esteban Lorenzano wrote: >> hi, >> >> this migration was already made to: >> >> https://github.com/pharo-rdbms >> >> don’t you prefer to join that team and contribute to enhance there? > > Aaarrrgghh!!! I

Re: [Pharo-users] P3 timeout

2017-12-12 Thread Stephane Ducasse
Ok this looks like a good plan :) On Mon, Dec 11, 2017 at 2:48 PM, Pierce Ng wrote: > On Tue, Dec 05, 2017 at 07:54:00AM +0100, Stephane Ducasse wrote: >> If you need help for your booklet setup let me know. > > Thanks. I'm already set up with Pillar and all that. I'm working on extending > Sven'

Re: [Pharo-users] Why do downloads not use HTTPS by default?

2017-12-12 Thread Stephane Ducasse
Ok I will try to get some time to do it. On Tue, Dec 12, 2017 at 11:48 AM, Marcus Denker wrote: > > > On 12 Dec 2017, at 00:18, Cyril Ferlicot wrote: > > > On mar. 12 déc. 2017 at 00:12, Stephane Ducasse > wrote: >> >> Thanks marcus. >> Should I update all the pages of the lectures and other t

Re: [Pharo-users] Why do downloads not use HTTPS by default?

2017-12-12 Thread Marcus Denker
> On 12 Dec 2017, at 00:18, Cyril Ferlicot wrote: > > > On mar. 12 déc. 2017 at 00:12, Stephane Ducasse > wrote: > Thanks marcus. > Should I update all the pages of the lectures and other to use https? > For downloads that are images and the VM (everything tha

Re: [Pharo-users] OSProcess lock image

2017-12-12 Thread Andreas Brodbeck
Am 15.10.16 um 20:00 schrieb Paul DeBruicker: > I have no idea why it happens but sometimes OSProcess resumes working after > doing a > > OSProcessAccessor initialize. > > in a workspace. > > > Hope this helps It did help *me*, thanks for sharing this on the list. I just had the same iss