[Pharo-users] A Management Software Building Library in Pharo

2016-07-10 Thread Lionel Akue
Hi I am making a library to accelerate the building of management software. I am looking for existing libraries: for UI. (I know Seaside and Morphic) for persistence (I know Garage, Voyage) other tools(I know Magritte for object descriptions) Thanks for sharing other libraries you know about. A

Re: [Pharo-users] Failing to create a project on SmalltalkHub

2016-07-10 Thread sergpro
Victor RENE wrote > http://smalltalkhub.com/#!/~VictorRene > > I am trying to create a project on Smalltalk hub to save progress on the > MOOC. > But it fails with "incorrect username or password", and i can not logout. > Okay, I can probably empty my browser cache but it's still incorrect > beha

Re: [Pharo-users] SQLite + Pharo

2016-07-10 Thread Hilaire
Hi Esteban, What is exactly thread safe from the Pharo perspective? Is Sqlite library handling the conflict of access, and put on wait an access not possible at a given moment, or does it signal it is busy? In the later case handling a wait may be necessary. I'm planing to use sql to manage users

Re: [Pharo-users] SQLite + Pharo

2016-07-10 Thread Esteban A. Maringolo
The SQLite shared library is thread safe by default, so you shouldn't worry about that. El jul. 9, 2016 7:50 AM, "Hilaire" escribió: > Le 09/07/2016 11:42, Pierce Ng a écrit : > > > After making UDBCSQLite3 work with Glorp on Pharo 5, I've > decided/realized that > > I don't have time to maintain

Re: [Pharo-users] Saving to local git and "Loading all file names from http://...pharo5/inbox"

2016-07-10 Thread Peter Uhnák
As this is a real nuisance, I might have a partial solution — remove the repos :) Apart from contributing to pharo (which is done in clean images) I never needed reference to those repositories, so I don't see why I would need them there. So a startup script to the rescue StartupPreferencesLoade

Re: [Pharo-users] Disabling welcome window

2016-07-10 Thread Peter Uhnák
Very delayed thanks :) Somehow I missed your response. Thanks! Peter On Wed, May 18, 2016 at 12:32 AM, Henrik Nergaard wrote: > World submorphs > >select: [ :sm | > > sm isSystemWindow and: [ sm label = > PharoWelcomePage title ] > >