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
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
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
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
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
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
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