Ell (Julian)
Ell (Julian)
Hi! This sounds related to #50, which implements the ability to collapse segments. Maybe that feature can be extended in the future to allow collapsing additional info :)
Keeping this separate is fine for now, given #23 is already being addressed via #50 :)
There used to be a good reason to do this but I forget what it was now - it might just not be necessary anymore! Even if it is still...
Turns out the reason it's deferred is that, when a player joins a server, the `onChunkWatch` event is fired on the server a good while before packets can actually be...
sorry that it took *actual years* for anyone to look at this PR, but: 1.12.2 is not maintained anymore, so please update this branch to target 1.20.4 (which will soon...
Hi! Does using the microphone work - in Canvas embeds or - in the new Web viewer core plugin? If it doesn't work in either of those, it's likely an...
I briefly talked to licat about this, and it seems that all additional permissions (like location & microphone & whatnot) are currently blocked by default, and would potentially need a...
Also it looks like AA doesn't have a root advancement named "Actually Additions", because hovering over the advancement tab for it shows the name of the book advancement :(
Hmm, I think this might just be an issue with the way that Obsidian maintains active tabs/frames. Can you still reproduce this issue in recent versions of Obsidian? There's been...
Aaah, that totally makes sense, thanks so much for this investigation! I'm used to working with C#/.NET nowadays, where integer overflows throw an exception rather than silently wrapping around in...