Ahmet Demir
Ahmet Demir
Hello @agronholm Impressive task list and thanks for apscheduler. By big christmas whish is "locking" (probably the idea of persistent storage) I use apscheduler on several web nodes each node...
Hello, We have a build with several build stage (compilation) with a final stage taking all compiled binaries. It takes severals minutes instead of some to build the image. Looks...
similar to https://github.com/dephell/dephell/issues/256
@Lukasa PKCS7 encrypt/decrypt is not available in cryptography, I could try to make a new PR on it if pyopenssl is no longer "featured".
Ok, just found how to use low level binding and how to adapt this PR to cryptography. But, it's a bit confusing on where need I to put this.
This PR https://github.com/hashicorp/terraform-provider-kubernetes/pull/1333 add managefields option. My field causing issue is "not important" so I could remove the content. So TF will erase the content at each run (which is...
Forget import os and force to lower header.
It's more for inheritance where values could be overrided at different places.
Any state on this PR ? @jsok ? Currently I must ignore via nginx reverse proxy ....
My last Java project was in 2010, so I try to read the code and I see that some extensions had dedicated parser https://github.com/jruby/jruby-openssl/blob/c862febc6a77d6aae708bce1564fba21810cbb44/src/main/java/org/jruby/ext/openssl/X509ExtensionFactory.java#L183 And also in extension https://github.com/jruby/jruby-openssl/blob/c862febc6a77d6aae708bce1564fba21810cbb44/src/main/java/org/jruby/ext/openssl/X509Extension.java#L330 Maybe...