René Hansen

Results 12 comments of René Hansen

Second issue here is fixed by 8654d22e239b.

One possible solution would be to just inject `style.display = 'none'`, instead of actually removing the element from the dom.

Thank you for the bug report! Of what I know of notion, I imagine it's a big hairy single page application, which might interfere with ekills way of working, through...

Hi Philipp. Thanks for taking the time to look into this. Your points are valid from a general security standpoint, but there's a couple of reasons I think the severity...

In-memory certs sounds reasonable and I guess it would be necessary to echo the fingerprint on launch with -2, so it can be sent to potential clients. I'll leave the...

Not a fix, but at least it would then be possible to capture an explicit error instead of a RuntimeError: https://github.com/bpot/poseidon/pull/101

OpenSSL updated in 72c5a109d09997a9d97. Version 1.0.2p still requires r10e for armv7-a, but 1.1.1c works fine with r18b for all archs.

As of f2dff242b9d02de142c3ac8ce986631f90148068, all current rules support versioning. E.g. building version *3.21.0* of sqlite3 can be achieved by postfixing */3.21.0*: ```bash make sqlite3/3.21.0 ``` This only introduces support for indicating...

As of b93896a0e2914e7f439d46720f190fd6e31c5e24, architecture specific rules are now included. Example: ```bash make sqlite-armv7-a/3.21.0 ``` Default rule syntax omitting arch is still available, defaulting to building the *armv7-a* version.

Here's a pickle: By default e.g. tesseract depends on leptonica, which depends on tiff. That means by default, tesseract will now also depend on tiff being present at runtime, because...