Re: [Pharo-dev] DateAndTime Offset Bug Proposal

2018-04-09 Thread Ron Teitelbaum
Sorry for jumping in. I wasn't aware of a patch. Changing tz on Date seems like a mistake but I haven't been paying close attention to the reasoning behind the change. I defer. On Mon, Apr 9, 2018 at 2:20 PM, Sean P. DeNigris wrote: > Ron Teitelbaum wrote > > (DateAndTime f

Re: [Pharo-dev] DateAndTime Offset Bug Proposal

2018-04-09 Thread Ron Teitelbaum
self start mmdd = comparand start yyyymmdd and: [ self duration = comparand duration ] ] Seems to match the intent of the class without changing the timezone. All the best, Ron Teitelbaum > Sven Van Caekenberghe-2 wrote > > While you would not want to cha

Re: [Pharo-dev] String Interpolation

2017-09-28 Thread Ron Teitelbaum
Sorry, I tried to have them included at one point on squeak but I was talked down. I use them a lot! They work with other things besides strings. Collection >> explode: aDelimiter "explode the collection into a collection of collections broken by aDelimiter" "(#(#(1 2) #(3 4)) mergeDelimited: Ch

Re: [Pharo-dev] String Interpolation

2017-09-28 Thread Ron Teitelbaum
Hi All, To solve this problem I do this: replaceTokensIn: aString ^self tokens inject: aString into: [:str :assoc | ((str explode: assoc key) mergeDelimited: assoc value value)]. tokens is a collection of key value pairs. aString := 'Dear {!user}'. self tokens: {'{!user}' -> [self user]}. sel

Re: [Pharo-dev] How can I save changes on memory ?

2017-06-20 Thread Ron Teitelbaum
#x27;s not clear from your question what type of memory or program you are talking about. Good luck with your programming, hopefully, that will be helpful! All the best, Ron Teitelbaum On Tue, Jun 20, 2017 at 8:54 AM Jérémie Regnault < jeremie.regna...@outlook.com> wrote: > Hi, &

Re: [Pharo-dev] In the quest of a new iterator :)

2017-04-20 Thread Ron Teitelbaum
The first thing I thought of was: | anArray | anArray := #(#Object #subclass: #Point #instanceVariableNames: 'x y' #classVariableNames: '' #package: 'Kernel-BasicObjects'). (1 to: anArray size by: 2) collect: [:i | anArray at: i] All the best, Ron Teitelbaum O

Re: [Pharo-dev] What is the craziest bug you ever face

2017-03-09 Thread Ron Teitelbaum
icult! The lesson is that no matter how difficult or infrequent the bug occurs with enough persistence and hard work you can figure it out! All the best, Ron Teitelbaum www.3dicc.com On Thu, Mar 9, 2017 at 9:38 AM Max Leske wrote: > Fixing a race condition in handling open sockets when fo

Re: [Pharo-dev] it's too quiet ... please ignore (except for stef:)

2016-12-29 Thread Ron Teitelbaum
Hi Dale! Ron Teitelbaum -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Dale Henrichs Sent: Thursday, December 29, 2016 1:10 PM To: Pharo Development List; stepharong Subject: Re: [Pharo-dev] it's too quiet ... please ignore (except for

Re: [Pharo-dev] test please ignore

2016-11-22 Thread Ron Teitelbaum
Successfully ignored. Ron -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of stepharo Sent: Tuesday, November 22, 2016 4:20 PM To: pharo-dev@lists.pharo.org Subject: [Pharo-dev] test please ignore -- Using Opera's mail client: http://www.opera.c

Re: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video conference service?

2016-09-08 Thread Ron Teitelbaum
Terf? www.3dicc.com Ron Teitelbaum -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Esteban Lorenzano Sent: Friday, September 9, 2016 2:47 AM To: Pharo Development List Subject: [Pharo-dev] [OFF-TOPIC] looking for your wisdom... video

Re: [Pharo-dev] Fixes to the SqueakSSL Plugin

2015-04-21 Thread Ron Teitelbaum
Hi Tobias, I've ported squeakssl over to github. Did you want access to the repo at: https://github.com/itsmeront/squeakssl/ You could create a Pharo branch there. All the best, Ron Teitelbaum -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Beha

Re: [Pharo-dev] consideration of Smalltalk "DoIt"

2014-07-16 Thread Ron Teitelbaum
find any fault in the clarity, or the ability to learn and remember its. All the best, Ron Teitelbaum From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Santiago Bragagnolo Sent: Wednesday, July 16, 2014 10:24 AM To: Pharo Development List Subject: Re: [Pharo-dev

Re: [Pharo-dev] Advice for a newb

2014-05-20 Thread Ron Teitelbaum
set. Monticello also has a config map but still you have to version every package and then load all of your packages again at startup. With the change set it’s file out, restart, file in. Good luck with it! All the best, Ron Teitelbaum From: Rick Kitts [mailto:rki

Re: [Pharo-dev] Advice for a newb

2014-05-19 Thread Ron Teitelbaum
cently logged changes will have another nice clean entry. Rinse and repeat. Hope that helps. All the best, Ron Teitelbaum Head Of Engineering 3d Immersive Collaboration Consulting r...@3dicc.com Follow Me On Twitter: @RonTeitelbaum <https://twitter.com/RonTeitelbaum> w

Re: [Pharo-dev] New methods for the String class

2014-02-24 Thread Ron Teitelbaum
ery useful. Daniela, Your partition looks like my explode. Ron Teitelbaum Eliot Miranda wrote: On Mon, Feb 24, 2014 at 1:58 PM, Norbert Hartl wrote: Am 24.02.2014 um 22:19 schrieb Eliot Miranda : On Mon, Feb 24, 2014 at 12:29

Re: [Pharo-dev] [Vm-dev] Simulator in Pharo 3

2014-02-13 Thread Ron Teitelbaum
l the best, Ron Teitelbaum [snip] The core system should be the same for Pharo/Squeak/... : VMMaker-MemoryManager VMMaker-Interpreter VMMaker-InterpreterSimulation VMMaker-MemoryManagerSimulation and of course the Slang things (VMMaker-Support and VMMaker-Translation to C). Wha

Re: [Pharo-dev] How I feel

2014-02-10 Thread Ron Teitelbaum
Could be worse! http://goo.gl/N3UUwl : ) Ron > -Original Message- > From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of > Pharo4Stef > Sent: Tuesday, February 11, 2014 1:54 AM > To: Pharo Development List > Subject: [Pharo-dev] How I feel > > Hi guys > > I want to

Re: [Pharo-dev] for those not in the smalltalk-gsoc-mentors mailing-list nor in esug

2014-02-08 Thread Ron Teitelbaum
c job supporting Smalltalk. Success matters. I would vote to not mess with success. The ESUG name should stay. Now if we had even more groups mentoring Smalltalk for GSoC that would be fine with me too. There is no reason to lose any. All the best, Ron Teitelbaum > -Original

Re: [Pharo-dev] Hello

2014-02-05 Thread Ron Teitelbaum
Nice to meet you Lorenzo! All the best, Ron Teitelbaum > -Original Message- > From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of > Lorenzo Baracchi > Sent: Wednesday, February 05, 2014 10:43 AM > To: pharo-dev@lists.pharo.org > Subject: [Pharo-dev

Re: [Pharo-dev] Smalltalk Impact

2014-01-20 Thread Ron Teitelbaum
> > Lets rest it. as people might guess, I am still sad about Squeak. lets say it like > that: I *really* *really* believed in it (the whole thing, dynabook and all), and I > still think one could have done much better than we have. > > And it's not a problem that it failed: it is a problem hat i

Re: [Pharo-dev] Please stop top posting... (was Re: Tell me about your workflow)

2013-12-17 Thread Ron Teitelbaum
I never top quote J Ron From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Sergi Reyner Sent: Tuesday, December 17, 2013 11:49 AM To: Pharo Development List Subject: Re: [Pharo-dev] Please stop top posting... (was Re: Tell me about your workflow) 2013/12/17 Sergi Re

Re: [Pharo-dev] the return of the strange methods

2013-07-10 Thread Ron Teitelbaum
Maybe this would be more clear? aBlock doNotRaise: anException unlessDescriptionIncludes: aString aBlock doNotRaise: anException ifDescriptionIncludes: aString All the best, Ron Teitelbaum From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Nicolas