Simon Thyßen
Simon Thyßen
**Describe the bug** When you add a Deploy Key to a repo and then delete it again, it stays in the `.ssh/authorized_keys` file. This **1)** allows the key to still...
From the Pacman page on the archwiki (which I added as reference too; emphasis mine): > To remove a package, its dependencies and **all the packages that depend on the...
We need to create ModInterop Exports so that other mods don't need to rely on IL Hooks which could break arbitrarily (see v2.2.0 -> v2.2.1, issue with GravityHelper). Resources: https://github.com/MonoMod/MonoMod/blob/master/README-ModInterop.md...
I wrote this based off the exceptions that happen when you call /api/shutdown   Somehow this error still gets logged, despite everything shutting down correctly... ``` (01/16/2023 17:12:07) [CRI]...
~~I tried to do some of the things #29 does without changing any of the logic of it for now.~~ ~~Reasoning about #29 might become easier when rebased onto/rewritten on...
And fixed all(?) nullable-related warnings in it. Or tried to. Basically slapped `?` on everything that the analyser complained about, and sometimes did some questionable null-checking related tweaks, so idk
...By not messing with it and instead making FakeRT bigger when there are black bars... This _appears_ to work although I had one weird big crash when I was resizing...
And uh, adjusting some authorization checks for private channel names on the websocket
Still a bunch of things I'd have to clean up, but this is more like what I had in mind for supporting arbitrary OAuth2 providers 1. Generate a random string...