Re: [Pharo-users] Stale SQLite connection

2020-03-12 Thread Vince Refiti
Hi Jeff Is this you from Brisbane? Did you used to come to the meetups at the State Library? Well anyway, I used to do something similar to what you describe, by lazy initializing the connection and also checking to see if it is open. dbConnection dbConnection ifNil: [ dbConenction

[Pharo-users] Stale SQLite connection

2020-03-12 Thread Jeff Gray
In my code I'm opening a sqlite connection and keeping it open rather than opening and closing one on each transaction. Generally it's working well. I often save and close my image. When I then reopen the image I still have a connection and it says it's open, but using it gives me an error. This

Re: [Pharo-users] [Lse-pharo4pharo] How to get a list of package versions?

2020-03-12 Thread Hernán Morales Durand
Hi Stef, Didn't knew this project existed: https://github.com/pharo-pkg Glad to read someone is taking care of it. In the meantime I will explore about file system workaround with diff-like tools. Thank you for your reply. Cheers, Hernán El jue., 12 mar. 2020 a las 4:25, Stéphane Ducasse (<

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

2020-03-12 Thread eftomi
Esteban, if time permits, could you please describe what situations lead to crashes, and with which images? Thanks, Tomaz -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html