Re: [Pharo-users] Glorp / SQLite3 issue

2016-06-09 Thread Alistair Grant
Hi Pierce, On Thu, Jun 09, 2016 at 10:14:06PM +0800, Pierce Ng wrote: > On Wed, Jun 08, 2016 at 08:25:27PM +0200, Alistair Grant wrote: > > > asking the session to login results in the following: > > > UDBCSQLite3Connection(Object)>>doesNotUnderstand: #queryEncoding > > >

Re: [Pharo-users] [Pharo-dev] spotter usage - a rough analysis of categories

2016-06-09 Thread Alexandre Bergel
Impressive analysis! This is worth to discuss these findings in an academic venue. Alexandre > On Jun 9, 2016, at 6:56 PM, Tudor Girba wrote: > > Hi, > > Juraj, Andrei and I did a rough analysis collected from 94 computers over the > past 7 months. Of these, only 42

[Pharo-users] spotter usage - a rough analysis of categories

2016-06-09 Thread Tudor Girba
Hi, Juraj, Andrei and I did a rough analysis collected from 94 computers over the past 7 months. Of these, only 42 recorded more than 9 sessions so we only focused on these. It can be because the rest switched off the data collection in the meantime. We also excluded the computers of the GT

Re: [Pharo-users] Spec Drag n Drop and broken ListModel family

2016-06-09 Thread Peter Uhnák
Hi, 1) this is caused by this line in "listIntConfiguration" dragTransformationBlock: [ :item | item asInteger ]; you are dragging a symbol c, but "#c asInteger = nil" 2) dragging the number converts it into a StringMorph which obviously isn't in the original collection. This is quite

Re: [Pharo-users] OSProcess command - non responding image when calling often

2016-06-09 Thread Nicolai Hess
2016-06-09 15:42 GMT+02:00 Sabine Manaa : > Hi > > @mariano: > "Did you test if the one-liner (Delay delaySchedulerClass: > DelayMillisecondScheduler.) fixes these lookups? " > > -> my config loads materialDesignLite (which loads seaside and magritte). > after loading

Re: [Pharo-users] Smalltalkhub Admin

2016-06-09 Thread Pierce Ng
On Wed, Jun 08, 2016 at 09:02:48PM +0200, stepharo wrote: > please post to the mailing-list. > We do not have all the time to get present still having the > information is important. Normally I'd do that. In this case I thought what I was pointing out might be a security concern. Esteban has

Re: [Pharo-users] Smalltalkhub Admin

2016-06-09 Thread Esteban Lorenzano
> On 09 Jun 2016, at 16:16, Pierce Ng wrote: > > On Wed, Jun 08, 2016 at 09:02:48PM +0200, stepharo wrote: >> please post to the mailing-list. >> We do not have all the time to get present still having the >> information is important. > > Normally I'd do that. In this

Re: [Pharo-users] Glorp / SQLite3 issue

2016-06-09 Thread Pierce Ng
On Wed, Jun 08, 2016 at 08:25:27PM +0200, Alistair Grant wrote: > > asking the session to login results in the following: > > UDBCSQLite3Connection(Object)>>doesNotUnderstand: #queryEncoding > > PharoDatabaseAccessor>>encoding > > GlorpSession>>loginIfError: > > GlorpSession>>login > >

Re: [Pharo-users] OSProcess command - non responding image when calling often

2016-06-09 Thread Sabine Manaa
Hi @mariano: "Did you test if the one-liner (Delay delaySchedulerClass: DelayMillisecondScheduler.) fixes these lookups? " -> my config loads materialDesignLite (which loads seaside and magritte). after loading this and trying the one liner, my image does not respond anymore. you can reproduce

Re: [Pharo-users] How much abuse can Teapot take?

2016-06-09 Thread S Krish
Looked robust enough in my internal experiments.. I tweaked the Teapot further for easy implementation too.. Used it in my prototype with Angular JS thin framework.. works good. the limits seemed to be more dependent on the Pharo image limits nothing to do with Teapot per se. Scale it with

Re: [Pharo-users] VOMongoRepository

2016-06-09 Thread frankl1_miky
Thanks! I think that my image was in an incorrect state because even Monticello and Catalog browser was doing the same thing. After resetting the image image the problem was fixed. What can be the reason that broke my image? -- View this message in context: