Re: [Pharo-users] Object configuration idioms

2018-02-12 Thread Christian Haider
Hi, sorry to jump in here, but I think that this pattern is bad. For your approach, you need to have setters on the configuration. Do you really want to have methods to set the username and password from the outside – maybe even after you logged in? To me an object like your configura

Re: [Pharo-users] Object configuration idioms

2018-02-12 Thread Stephan Eggermont
Christian Haider wrote: > sorry to jump in here, but I think that this pattern is bad The example with user and password is very atypical, as it has different security requirements from most other code. See the recent post about using volatile memory to avoid passwords and sessions being stored i

Re: [Pharo-users] Roassal to ODG

2018-02-12 Thread Arturo Zambrano
On Fri, Feb 9, 2018 at 5:35 PM, Peter Uhnák wrote: > There is SVG exporter. > Yes, I'm aware of that. > > I've never heard about ODG, is it commonly used outside of OpenOffice > itself? > Not much, you are right. SVG should suffice, my point is generating a kind of flowcharts that may need

Re: [Pharo-users] Object configuration idioms

2018-02-12 Thread Sean P. DeNigris
Stephan Eggermont-3 wrote > See the recent post about using volatile memory to avoid passwords and > sessions being stored in the image Are you talking about the solution described in this mailing list thread [1]: >For my use case, since this api key is only sent to an ffi callout, >my solution

Re: [Pharo-users] cancel changes in Nautilus broken on 6.1?

2018-02-12 Thread Siemen Baader
Hi Stef, On Sat, Feb 10, 2018 at 6:22 PM, Stephane Ducasse wrote: > Hi Siemen > > I use often cmd-L too and may be we got a regression. > I'm pretty sure I started doing it after I saw you do it in the MOOC ;) And indeed I have the same behavior in Pharo 70. > Can you try to see how to address

Re: [Pharo-users] Object configuration idioms

2018-02-12 Thread Stephan Eggermont
Sean P. DeNigris wrote: > > Are you talking about the solution described in this mailing list thread Yes, that's the one. I would welcome a (blog)post about this Stephan

Re: [Pharo-users] cancel changes in Nautilus broken on 6.1?

2018-02-12 Thread Ben Coman
On 13 February 2018 at 01:57, Siemen Baader wrote: > Hi Stef, > > On Sat, Feb 10, 2018 at 6:22 PM, Stephane Ducasse > wrote: > >> Hi Siemen >> >> I use often cmd-L too and may be we got a regression. >> > > I'm pretty sure I started doing it after I saw you do it in the MOOC ;) > > And indeed I