Nemo

Results 569 comments of Nemo

@arminblum Can you check if the `heat_stable` parameter is getting set correctly? For me, it always returns False. `print(bme.data.head_stable)` ought to do it.

Not sure what the issue was, but I noticed after a while that I wasn't running the latest version (1.0.5). Updating to that fixed it.

The workaround doesn't work, since httpsnippet does not offer a way to use the compiled schemas, and neither does elements.

Created an issue against `httpsnippet` to pre-compile the HAR schema: https://github.com/Kong/httpsnippet/issues/270

> Cross-site scripting attacksunsafe-eval is NOT recommended in a secure CSP[1], as it has the potential to open the document to cross-site scripting (XSS) attacks. The workaround isn’t feasible for...

:+1: Waiting for this eagerly.

1. Just noticed that zend-code now supports php7 scalar typehinting in v3: https://github.com/zendframework/zend-code/pull/30 2. Scalar typehinting would break with `toString()` I think. I'll check and update again. 3. Agree on...

How different is the `gopass` cli interface from `pass`? I was going through https://github.com/docker/docker-credential-helpers/blob/master/pass/pass_linux.go and it seems that the helper just invokes the `pass` command. Was wondering if a symlink...

@gayanvoice Any chance this can be merged?

System details: ``` ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux] Bundler version 2.1.4 GNU/Linux 5.9.1-arch1-1 x86_64 ``` I was able to reproduce this in the `ruby:2.7-slim` docker image as well, after...