Simon Thyßen

Results 11 issues of 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...

💊 bug
status: needs reproduce

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...

rad3dpausecorn

Server
Chat
Frontend
Shared

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 ![image](https://user-images.githubusercontent.com/1682215/212729183-3dc316fd-ff9c-45f0-abc8-31cc91f96508.png) ![image](https://user-images.githubusercontent.com/1682215/212729228-38cbeaa7-a278-4c7a-9578-f2a575956aee.png) Somehow this error still gets logged, despite everything shutting down correctly... ``` (01/16/2023 17:12:07) [CRI]...

Server
Shared

~~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...

Client

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...

Client

And uh, adjusting some authorization checks for private channel names on the websocket

Server
Chat
Frontend

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...

Server