Results 277 comments of nyanpasu64

> In which case what you're looking at might be unrelated to the problem I (and possibly others) have been having. In a previous comment I said: > Additionally I...

I haven't had the motivation to dig further into this bug. I wonder if instead of relying on log prints, we could semi-automatically log and visualize traces of events, to...

I've found one race condition: - `updateShouldRunDecision()` calls: - `mOnSyncPreconditionChangedListener.onSyncPreconditionChanged() = SyncthingService#applyCustomRunConditions` (didn't read, may be incorrect as well) - `mOnShouldRunChangedListener.onShouldRunDecisionChanged() = SyncthingService#onShouldRunDecisionChanged` (the bug here). - `onShouldRunDecisionChanged` synchronously calls...

I actually feel the "unused arguments" warning is too noisy and turn it off in my personal projects, but it's difficult to set custom compiler flags on Arduino IDE v1,...

Workaround: - remove content-hash line - `poetry add pathlib2` - `poetry remove pathlib2` or some other similar innocuous package. Will this issue be resolved soon? Does a missing content-hash hurt...

*(Note: I haven't touched Poetry in a while.)* For prior art on designing merge-friendly lockfiles, Cargo's current iteration of lockfiles (eg. https://github.com/nyanpasu64/spectro2/blob/master/Cargo.lock) are flat and have neither a global content-hash...

> Next time tell him where the hell to find the error because it isn't intuitive at all. them* Also the error is: `Error opening the database: SqlCipherError("Sqlcipher support is...

I tried clicking Reset, and the settings page didn't change except for a spinner, and trying to open search still popped up "Message search initialisation failed". When I closed and...

The Arch bug is being tracked at https://bugs.archlinux.org/task/72359, which references https://github.com/matrix-org/seshat/issues/102 (probably the same bug reported in a different tracker). However it doesn't seem fixed yet.

sorry for the late response. i downloaded the artifact from your repo but it doesn't seem useful right now. - [ ] you're creating a zip file of a zip...