Kegan Dougal
Kegan Dougal
We have no plans to make this configurable at this time. Generally UTC is preferred, particularly when debugging from log files sent to you from people all over the world,...
The end. It is the current state.
I solved this by wrapping `dialogs` in a Service, which provides methods which return `dialog.result`. This service is used to provide access to `dialogs`. Therefore, in the Jasmine tests, you...
Same problem on `docker.io/matrixdotorg/synapse:v1.92.1` with sqlite. Can reliably get it to fail when I trigger an exception in another part of the code.
Repro steps involve using docker/sqlite synapse with MAS enabled and hooked up correctly. For some reason, sending messages into a room can fail: ``` ex-full-stack-docker-synapse-1 | 2023-09-20 13:48:18,624 - synapse.http.server...
This is particularly frustrating in test environments where it seems easily reproducible due to it being a low traffic environment. I'm guessing actual deployments see this less because new events...
No I do not see this log line. I did trace the "crypto store mismatch" stuff to see if it was ever wrong, and based on my reading of it,...
Yes. Web with multiple tabs would also be similarly affected.
I don't understand why we can't just disable the in-memory cache here. This would mean we exclusively do database hits which would work (sqlite supports multiprocess just fine: https://www.sqlite.org/faq.html#q5 )...
> we need to have some support for doing concurrent writes in indexeddb, and indexeddb doesn't have an equivalent to WAL, as far as I know. Both firefox and chrome...