[Pharo-users] seaside hosting

2019-06-19 Thread Jeff Gray
Are there options for hosting seaside apps? I had a look round but didn't see much. I could run it from home I suppose. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] sqlite garage

2019-06-19 Thread Jeff Gray
anyone using Garage for accessing SQLite? I am using Garage for MySQL in Pharo 7 on windows and it all works seamlessly but I don't know what connection string to use to connect to a database file that I have in my pharo directory. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f13106

Re: [Pharo-users] Playground auto-save?

2019-06-19 Thread Esteban Maringolo
I still don't know why there is no explicit "save", to at least capture that state in the play-stash. There is an explicit "publish" to the cloud, but no save. Esteban A. Maringolo On Wed, Jun 19, 2019 at 2:34 PM Sven Van Caekenberghe wrote: > if you give the playground's tab a name, it will s

Re: [Pharo-users] Playground auto-save?

2019-06-19 Thread Sven Van Caekenberghe
if you give the playground's tab a name, it will save it under that name in pharo-local/play-stash - which I found reasonably reliable. > On 19 Jun 2019, at 15:38, Peter Uhnak wrote: > > Hi Hilaire, > > this is a known problem. I've been losing code to Playground for years. (e.g. > using undo

Re: [Pharo-users] Playground auto-save?

2019-06-19 Thread Peter Uhnak
Hi Hilaire, this is a known problem. I've been losing code to Playground for years. (e.g. using undo (ctrl+z) is a good way to lose code) What helps a lot is to look into pharo-local/play-cache directory (you can open Spotter and type in "pharo-local" (without quotes)) which contains a log of pro

Re: [Pharo-users] Playground auto-save?

2019-06-19 Thread Hilaire
Beside that, auto-save is a nice feature, but it needs to be predictable. Hilaire Le 18/06/2019 à 21:53, Hilaire a écrit : > Hi, > > I have to admit it is working randomly in P7 with Dr.Geo. (19.06 rel) > > Sometime script can be retrieved with the playpage button other time no: > executed script

Re: [Pharo-users] Question: anyone using NOCompletion setting?

2019-06-19 Thread Marcus Denker
> On 18 Jun 2019, at 19:34, Sean P. DeNigris wrote: > > I use it sometimes. IIRC there was a paper that it was objectively better at > finding the "right" thing. Are you thinking of removing it? > > I would like to re-implement sorting of results in a more pluggable way… so that e.g. peop