Re: [Pharo-users] HMAC-SHA512

2018-03-01 Thread henry
PBKDF2 is in Cryptography yet I think it may hardcore HMAC-SHA256. An implementation of SHA512 in Cryptography be so cool 😎 Sent from ProtonMail Mobile On Thu, Mar 1, 2018 at 21:43, Esteban A. Maringolo wrote: > Hi Ben, all, So after all this what's the recommended way to use HMAC-SHA512 > in

Re: [Pharo-users] HMAC-SHA512

2018-03-01 Thread Esteban A. Maringolo
Hi Ben, all, So after all this what's the recommended way to use HMAC-SHA512 in Pharo 6? I'd need it in combination with PBKDF2 to replicate this Python call: PBKDF2(password, salt, iterations, macmodule=hmac, digestmodule=hashlib.sha512).read(64) Regards, Esteban A. Maringolo 2017-12-10 6:01

Re: [Pharo-users] [ANN] ba-st Web Stack new versions available

2018-03-01 Thread Alexandre Bergel
Impressive work!! Alexandre > On Feb 19, 2018, at 3:08 PM, Gabriel Cotelli wrote: > > Hi, > > We're happy to announce a new version of the Web Stack hosted at > https://github.com/ba-st/. This is a multi-release announcement of the > following related project versions: > ‱ Willow v6.0.

Re: [Pharo-users] Dynamically updating the inspector window

2018-03-01 Thread Andy Burnett
Andrei said >>> Are you in Pharo 6.1? There is a setting to enable automatic refresh in the inspector. I think it's called Step Refresh in the settings browser.Should be enabled by default in Pharo 7. Just now all presentations from the inspector have the automatic refresh implemented. Th

Re: [Pharo-users] Ever growing image

2018-03-01 Thread Stephane Ducasse
Hi norbert this is "good" to know. On Thu, Mar 1, 2018 at 5:42 PM, Norbert Hartl wrote: > I use 64bits on Mac and I suffer from this. Today I started a new image > because the old one was 1,2 GB in size and starting to behave sluggish. > > Norbert > > >> Am 01.03.2018 um 15:55 schrieb Hilaire :

Re: [Pharo-users] Ever growing image

2018-03-01 Thread Norbert Hartl
I use 64bits on Mac and I suffer from this. Today I started a new image because the old one was 1,2 GB in size and starting to behave sluggish. Norbert > Am 01.03.2018 um 15:55 schrieb Hilaire : > > Hi, > > Does the current 64bits VM suffers of the ever growing image syndrom? > > Thanks > >

[Pharo-users] GTInspector globally configuring visible tags

2018-03-01 Thread Peter UhnĂĄk
Hi, is it possible to globally configure GTInspector to show only certain tags () ? Thanks, Peter

Re: [Pharo-users] Ever growing image

2018-03-01 Thread Hilaire
ok, thanks for the clarification. It is not really a concern to built and shrink DrGeo image. Hilaire Le 01/03/2018 à 16:26, Stephane Ducasse a écrit : We have a bug in the GC but this one is siply crashing the image not growing it. I think that what esteban is mentioning is that your code or

Re: [Pharo-users] Ever growing image

2018-03-01 Thread Stephane Ducasse
We have a bug in the GC but this one is siply crashing the image not growing it. I think that what esteban is mentioning is that your code or some parts of Pharo may be leaking memory. We got some experience with GT for example. Stef On Thu, Mar 1, 2018 at 4:05 PM, Hilaire wrote: > Le 01/03/2018

Re: [Pharo-users] Ever growing image

2018-03-01 Thread Hilaire
Le 01/03/2018 Ă  16:03, Esteban Lorenzano a Ă©crit : but the “easy leaking” syndrom, yes;)  ah? -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Ever growing image

2018-03-01 Thread Esteban Lorenzano
> On 1 Mar 2018, at 15:55, Hilaire wrote: > > Hi, > > Does the current 64bits VM suffers of the ever growing image syndrom? no. but the “easy leaking” syndrom, yes ;) Esteban > > Thanks > > Hilaire > > -- > Dr. Geo > http://drgeo.eu > > >

[Pharo-users] Ever growing image

2018-03-01 Thread Hilaire
Hi, Does the current 64bits VM suffers of the ever growing image syndrom? Thanks Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Exporting Pillar docs (Pillar7)

2018-03-01 Thread Stephane Ducasse
In fact in Pillar 6/7 you can take template or create your own the variables are mustache variables. So this basically means that you inject the latex generated by Pillar into the latex document template you want. Have a look at the template folder. On Tue, Feb 27, 2018 at 2:42 PM, Arturo Zambran

Re: [Pharo-users] [ANN] 900 pull requests closed for Pharo7!

2018-03-01 Thread Cédrick Béler
You guys really rock ! Thanks a lot for your dedication. Pharo is a huge source of inspiration and fun :-) Cédrick