Paul Tötterman
Paul Tötterman
**Describe the bug** When opening a DM to a MXID without E2EE keys, encryption is still enabled. **To Reproduce** 1. Open DM with user without E2EE keys 2. Note that...
Thank you for supporting 2FA. But there's a possible improvement. The current support seems to be limited to Yubikey hardware dongles. There's also the U2F standard, which has recently been...
I'm trying to parse a swagger file: ```python from swagger_parser import SwaggerParser p = SwaggerParser(swagger_path='swagger.yaml') ``` The same file is valid in editor.swagger.io and http://bigstickcarpet.com/swagger-parser/www/index.html I'd like at least a...
Can it be done if the IP doesn't change?
I wonder what different openwrt archs would make sense to support. I guess armv7l would be quite common
Chat
I added a matrix chat room for innernet [#innernet:matrix.org](https://matrix.to/#/#innernet:matrix.org?via=kapsi.fi&via=matrix.org)
**Describe the bug** Notification via matrix resulted in HTTP 413 Payload Too Large and {"errcode":"MTOOLARGE","error":"event too large"} **Version** v0.39.20.4 **To Reproduce** A large enough change of page. Large news portal?...
bcrypt is getting a bit long in the tooth. PBKDF2 is also a bit aging. Argon2 is the winner of the 2015 password hashing competition.
- Vue Version: 3.3.10 - Vue Select Version: 4.0.0-beta6 - vue-tsc 1.8.20+ (1.8.19 is fine) **Describe the bug** With vue-tsc 1.8.20 or newer I get: error TS2698: Spread types may...