DeepBlueV7.X

Results 380 comments of DeepBlueV7.X

Seems to work well with a mouse, still need to test it on my touchpad :D

Hm, does anybody remember, why I hadn't merged that yet? Just because I didn't test it with my touchpad yet? Or because the rotation snapping didn't work?

I mean... I guess it works...

Can you install debug symbols so that the backtrace has some name for Nheko symbols?

Does this also happen, if you run a different profile using something like "nheko --profile test" (you can get back to the default profile using --profile default). Or does that...

Can you show the output of: ``` curl -H "Authorization: Bearer syt_something" --header "Content-Type: application/json" \ --request POST \ --data '{ "device_keys": {"@moritz:poldrack.dev":[] }}' \ 'https://nheko-im.neko.dev:443/_matrix/client/r0/keys/query' ``` Where syt_something is...

Specifically my output is: ``` { "device_keys": {}, "failures": { "poldrack.dev": { "status": 503, "message": "Failed to send request: RequestTransmissionFailed: []" } }, "master_keys": {}, "self_signing_keys": {}, "user_signing_keys": {} }...

Hm, I have no idea, why that crash happens. I can't see anything we are specifically doing wrong. Possibly it is a bug in lmdb, since a similar issue was...

I might need one of the corrupt database files: https://bugs.openldap.org/show_bug.cgi?id=9378

Well, in theory the database includes all your messages and crypto keys. So while those are encrypted, I wouod not recommend you to share them, if that is not a...