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
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
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
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
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
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 ]
>
>