Pascal Ernster
Pascal Ernster
This is probably out of scope for TinySSH. Quote from [https://tinyssh.org/](https://tinyssh.org/): > ### Features > - easy auditable - TinySSH has less than 100000 words of code > - simple...
You're welcome, thanks for this great app! :) The fact that the Android API for adding WPA PSKs seems to only accept ASCII strings is strange because the "native" QR...
OpenSSH's key agent _does_ support Ed25519 (I've been using this for years), and is has done so [since OpenSSH 6.5](https://github.com/openssh/openssh-portable/blob/V_6_5_P1/ssh-agent.1#L56), which was released in December of 2013. However, some other...
Sorry, my bad, I had overlooked the "for PKCS#11" detail. Thanks for the FYI links, and thanks for maintaining python-pkcs11!
One issue in particular with the current code in `services/hyrax/analytics/matomo.rb` is that `Faraday` doesn't follow HTTP redirects. This probably depends on the Matomo webserver configuration, but at least on some...
It might make sense to update this to [mold 2.30.0](https://github.com/rui314/mold/releases/tag/v2.30.0).
On a second look it seems that a `5.2.8.15` release of Rails [does not actually exist](https://rubygems.org/gems/rails/versions), so an upgrade to Rails 6.x or 7.x would likely be required.
AFAICT there are multiple dependencies of `element-desktop` and/or `element-web` that use the Rust `sha2` crate and `cpufeatures
Thanks for the hint. Is there a dedicated (`yarn`) command for this, or should I just manually replace that line in `package.json` with something like this? ``` "matrix-seshat": "https://github.com/hardfalcon/seshat#f2d629a2c605d6aa38254ff83980dd90c6080829", ```
Thanks for the help! :)