kosciuk

Results 9 comments of kosciuk

I don't know the entire process but if I run --generateCert all keys are ECDSA,I think the signature must be made with key.pem, but the function verifyCommandLine seems to use...

Ups! I used key.pem to sign. I ' ll try generating my own RSA, but with ECDSA I can't verify the signature until I generated it with Python [0], maybe...

Not if I add a new function for that :P, I tried again with RSA and the problem was that openssl base64 -in /tmp/sign.sha256 -out sign_commndline is wrong since the...

Hi, did you pay today? And renew is on Feb 2? :S PD: I don't see the wings

For me is ok, if you set null with setNullable, you should check with: ` echo $param->isNullable(); // true`

Why do you ask for the type if you already know that the answer is string? In large programs you won't know where the type is set or what type...

I am a user, I do not participate in the development, I think it is correct to check with isNullable, otherwise you have to parse the response to know if...

What do I do in the PR? Do I edit the CSS or move the fonts directory? Provisional solution: ``` #!/bin/bash -xEe cd newproject mkdocs build mv site/css/fonts site/ rsync...

It's because in https://github.com/mkdocs/mkdocs/blob/master/mkdocs/themes/readthedocs/css/theme.css says: > This file is copied from the upstream ReadTheDocs Sphinx theme. To aid upgradability this file should *not* be edited modifications we need should be...