Re: [Pharo-users] Dictionary and Date as keys

2018-10-17 Thread Chris Cunningham
Hi, On Tue, Oct 16, 2018 at 1:28 PM Alistair Grant wrote: > Hi Petr, > > On Tue, 16 Oct 2018 at 21:25, Petr Fischer via Pharo-users > wrote: > > > > My problem - use Dates as Dictionary keys - shortly: > > > > d1 := Date today translateToUTC. > > d2 := Date today. > > > > d1 = d2. (true!) > >

Re: [Pharo-users] Secure socket timeouts on Windows

2018-09-05 Thread Chris Cunningham
HI Andrei, if you get this timeout, shut it down and immediately try again, does it work that time? I ask, because I've been having similar issues - except at home, not at work, and I'm using Squeak (but same base VM, roughly). And windows as well. For me, I seem to get a timeout roughly 1/2 of

Re: [Pharo-users] min:max:

2018-04-20 Thread Chris Cunningham
A name like this would be clearer (although much more annoying): returnAtLeast: minValue butNoMoreThan: maxValue 10 returnAtLeast: 12 butNoMoreThan: 48 Thanks, cbc On Fri, Apr 20, 2018 at 12:51 PM, Hilaire wrote: > Hi, > > Out of curiosity. > > I always found the

[Pharo-users] OopluCon 2017

2016-11-10 Thread Chris Cunnington
http://www.ooplu.com/ Chris

Re: [Pharo-users] [ANN] OopluCon 2016, San Francisco, April

2015-11-02 Thread Chris Cunnington
Steph, You just made my day. Please do. I'd like at least one presentation from the Pharo community. Chris On 2015-11-02 8:08 PM, stepharo wrote: nice initiative Great city I would love to participate :) Le 2/11/15 09:29, Chris Cunnington a écrit : OopluCon 2016 A Day for the Smalltalk

[Pharo-users] stepping a non-morphic object

2014-04-29 Thread Chris Wright
Chris

Re: [Pharo-users] Pharo performance

2013-08-01 Thread CHRIS BAILEY
On Wed, Jul 31, 2013 at 6:32 PM, Chris cpmbai...@btinternet.com wrote: It definitely seems to be because most things in the V2 driver are coming in as strings and then being converted. Running the same query on the three systems gives the following for a 65000 double array PGV2 770m/s PGV3 200m/s

Re: [Pharo-users] Pharo performance

2013-07-29 Thread Chris
On 29/07/2013 21:33, Sven Van Caekenberghe wrote: Chris, On 29 Jul 2013, at 20:52, Chris cpmbai...@btinternet.com wrote: I've been getting a little concerned with certain aspects of performance recently. Just a couple of examples off the top of my head were trying to do a printString

Re: [Pharo-users] More than 500MB for windows

2013-07-08 Thread CHRIS BAILEY
This is a standard problem on Windows whenever something tries to allocate contiguous memory due to the way it fragments your exe's memory with it's own dlls. I was able to get 1.4gb with some pretty nasty hacking of an exe once by rebasing the biggest offending dlls (it wasn't Pharo but the same

Re: [Pharo-users] Pharo Opportunity

2013-07-02 Thread Chris
Just thought I'd point out from the interest received so far that it would require working onsite in the UK are you looking for a smalltalker? because we can forward your announce to the esug mailing-list On Jul 2, 2013, at 7:50 PM, Chris cpmbai...@btinternet.com mailto:cpmbai