Leon Friedrich
Leon Friedrich
Do you just mean the `WaitIdleAsync` boilerplate? I.e. ```cs var server = StartServer(); var client = StartClient(); await Task.WhenAll(client.WaitIdleAsync(), server.WaitIdleAsync()); ``` We could probably just append that to the start...
I know that at least the container method has been marked as obsolete for a decent time now (about a year, #5136), so I think its fine being removed by...
I understand wanting to give the air alarms full control over firelocks, but I also kind of like the feature because you can just put a firelock somewhere with minimal...
> If we had auto-linking would that make the change more palatable? Not sure how that'd help with using firelocks for detecting pressure differences and auto enabling lights/locks, afaik air...
There's a good chance I've done something wrong then, as I've previously added a few by just exporting from inkscape without really paying all that much attention.
> I dunno where to check Flip/Mirror off the top of my head. Some of the "T" intersection disposal pipes & atmos devices have mirrored versions.
> Revert the breaking changes but otherwise looks good I've reverted some of the changes, but there will still be a breaking change due to the fact that `VtxModulate` may...
> Not sure I like requiring blocks to be always required. This makes a lot of more chained things just painful to work with. I get it, but it's just...
I made some more changes to command parsing to improve the help & explain commands. - The help command should no longer double print the command description - The help...
> May I try to make this one? Feel free to implement it, though It'll probably be reasonably difficult