Matthew Hodgson
Matthew Hodgson
Is there any way to model multiple connections to the same DB in sql.js (with whatever transaction isolation between them), or any way to fake the same effect?
Starting a voice/video conference (VC) with 2 people + a invitee can result in very strange race conditions. ## Reproduction instructions 1. have a room with 2 people (A,B) +...
### Steps to reproduce 1. Unsleep mac laptop while running nightly 2. Observe that the app is entirely blank (and inspector won't open) The app quite cleanly via File: Quit...
there doesn't seem to be a riot bug to track the need to define a configurable retention limit for a room, as needed for compliance and other enterprise uses.
### Steps to reproduce 1. Simulate a bad network 2. In an e2ee room send some normal messages, which will probably stack up as we try to do e2ee with...
Implements [MSC3898](https://github.com/matrix-org/matrix-spec-proposals/pull/3898) --- Here's what your changelog entry will look like: ## ✨ Features * Implement MSC3898: Native Matrix VoIP signalling for cascaded SFUs ([\#2423](https://github.com/matrix-org/matrix-js-sdk/pull/2423)).
After a few(?) hours of no twitter activity, the script crashed out with `requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.twitter.com', port=443): Max retries exceeded with url: /1.1/statuses/user_timeline.json?since_id=860322898879361024&tweet_mode=extended&exclude_replies=True&include_rts=False&trim_user=False (Caused by NewConnectionError(': Failed to establish a new...
``` Traceback (most recent call last): File "/home/mastodon/MastodonToTwitter/env/lib/python3.4/site-packages/twitter/api.py", line 4850, in _ParseAndCheckTwitter data = json.loads(json_data) File "/usr/lib/python3.4/json/__init__.py", line 318, in loads return _default_decoder.decode(s) File "/usr/lib/python3.4/json/decoder.py", line 343, in decode obj,...
Seems that a timed out connection to Mastodon kills the whole script with a `Failed to establish a new connection: [Errno 110] Connection timed out`. On restarting, any tweets/toots that...
[Rendered](https://github.com/matrix-org/matrix-doc/blob/matthew/msc2775/proposals/2775-lazy-loading-over-federation.md) An MSC to define how to massively speed up joins (and MSC #2444 peeks) by incrementally sending `m.room.member` events after your server has joined/peeked the room, rather than up...