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