[Pharo-users] Re: [Esug-list] Re: [PDFtalk] Porting to non-namespace Smalltalks

2022-03-01 Thread James Foster
Hi Christian, I think you are right; I just was curious. Thanks, James > On Mar 1, 2022, at 10:40 AM, > wrote: > > Hi James, > > I am not aware that I override any system methods. That would change the > behavior of the base system and that is not ok. > I do extend system classes though.

[Pharo-users] Re: [PDFtalk] Porting to non-namespace Smalltalks

2022-03-01 Thread christian.haider
Hi James, I am not aware that I override any system methods. That would change the behavior of the base system and that is not ok. I do extend system classes though. But maybe I don’t understand your question… Christian Von: James Foster Gesendet: Dienstag, 1. März 2022 19:23 An

[Pharo-users] Re: [PDFtalk] Porting to non-namespace Smalltalks

2022-03-01 Thread James Foster
Hi Christian, I’m glad to hear that PDFtalk is getting such good exposure! I have a brief question about the VW port: Did you need to replace any base methods (using package overrides, not subclass overrides)? James > On Mar 1, 2022, at 10:08 AM, christian.hai...@smalltalked-visuals.com wrote:

[Pharo-users] Re: ByteString asDate

2022-03-01 Thread Bernardo Ezequiel Contreras
try to send the #on:do: message to a block. try this ^ [ (Date readFrom: self pattern: ‘dd/mm/’). true ] on: DateError do: [ false]. On Tue, Mar 1, 2022 at 11:52 AM Robert Briggs via Pharo-users < pharo-users@lists.pharo.org> wrote: > I may be being stupid but the current Date Class

[Pharo-users] ByteString asDate

2022-03-01 Thread Robert Briggs via Pharo-users
I may be being stupid but the current Date Class does not appear to protect itself against a ByteString that is not in valid date format, e.g. by raising an Error. e.g. the code  ‘ABC’ asDate opens the Debugger on #isLetter was sent to nil because it appears to expect more letters after $C b

[Pharo-users] Re: Wanted: Backend + Database project

2022-03-01 Thread Santiago Bragagnolo
Wikimedia? What do you mean? do they have some pharo application on the context? El mar, 1 mar 2022 a las 12:21, gettimothy via Pharo-users (< pharo-users@lists.pharo.org>) escribió: > Wikimedia > > > > On Tue, 01 Mar 2022 05:21:15 -0500 *Santiago Bragagnolo > >* wrote > > Hello everybo

[Pharo-users] How to unsubscribe?

2022-03-01 Thread contactme
Hello, I tried issuing the "unsubscribe" and "help" commands to the mailing list management system but didn't get any response. May I know how to go about "unsubscribing" from this mailing list? Thank you.  

[Pharo-users] Re: Wanted: Backend + Database project

2022-03-01 Thread gettimothy via Pharo-users
Wikimedia On Tue, 01 Mar 2022 05:21:15 -0500 Santiago Bragagnolo wrote Hello everybody!  In my company we are working on an approach to migrate from monolithic applications to microservices.  The approach has been tested on a java project, we are looking now to test it in p

[Pharo-users] Re: Wanted: Backend + Database project

2022-03-01 Thread Tim Mackinnon
I'm interested in what you find/compare on this - however as a wider point - what are your bigger thoughts on monoliths vs. microservices - as I'm guessing from your message that you have drunk the kool aid - but does it in fact make things better? I ask because I've worked in some awesome "mon

[Pharo-users] Wanted: Backend + Database project

2022-03-01 Thread Santiago Bragagnolo
Hello everybody! In my company we are working on an approach to migrate from monolithic applications to microservices. The approach has been tested on a java project, we are looking now to test it in pharo. For doing so we are looking for a monolithic backend project that proposes some kind of API