Jerome

Results 9 comments of Jerome

I found this procedure which seems to work. ``` apt-get install apt-transport-https lsb-release ca-certificates wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list apt-get update apt-get install...

Yeah that what I though too. I didn't have the courage yet to read openssl source. But I does not seems to be that simple. You have the same bug...

Okay I dig a little in openssl source code and did not fnd anything special. First it start [here in the enc command around line 350](https://github.com/openssl/openssl/blob/master/apps/enc.c#L350) `passarg` came from the...

I don't really like the different proposition of the `if !let ..` or ` if let Some(_) != ...` they feel wrong to me but it still think there is...

Same as @im-AMS No error reported but a white screen :/

Open question here. I feel this is a bit restrictive because we have to explicitly say which struct statisfy the constraint. Like for the interface we may want something that...

I have the same issue. Placeholder text and value are not in the same spot [https://ellie-app.com/fGmqTHCtSGSa1](https://ellie-app.com/fGmqTHCtSGSa1) I think we can cheat by playing with the padding.