Nicolas Schneider
Nicolas Schneider
Is there any update on this? @petermbauer did you find a way to properly use the `override` parameter in a `conanfile.txt`?
Thanks, then this should be added in the documentation, since I tried with a few markups to make these work in my `conanfile.txt`, but had (obviously) no success.
@JEuler HPKP is not the same as simply pinning the public key in an app – which is not deprecated at all –, but refers to the method of pinning...
> Never mind, I solved the problem with the help of this sample code: > https://github.com/stravag/android-sample-biometric-prompt The sample code does not use `setUserAuthenticationRequired` in the tink example, so the fingerprint...
I'd also like to have something like this and am especially interested in having the generated notification be grouped and show the total progress for this group, something like: -...
A `nix-shell` with a `buildFHSUserEnv` does not behave like a regular `nix-shell` at all, unfortunately. Things like `--command` and `--run` are simply broken, even simple things like using an interactive...
Fwiw, if you use a custom error handler, simply decorating it with `@cross_origin()` will make the `OPTIONS` preflight requests succeed with 200 and the actual request will fail with the...
Any progress on this?
I think it would be best to just get the file size of each file in the hash list (which is fast, at least if you are not trying to...
I just stumbled upon this, because I was confused that the configuration options in `build.gradle` seem to not get preserved in the jar generated by `jmhJar` and was looking for...