Results 220 comments of NotAFile

unfortunately for you greaser is a) bdfl b) the guy who wrote most of the code c) probably not willing to change his coding conventions because one guy dislikes them

make that three people

does this not currently happen on windows? I remember docs refering to stdout.txt and stderr.txt in several places.

This was important because of #234 It seems that can go ahead then

to test all the thousands of commits this repo gets a day

Just came across this. http_types::Error can not be used as cause error in other libraries with thiserror because it does not implement StdError. It sounds like generally, it is not...

Hi! Thanks for submitting. OpenSpades is just a client, and it needs to work with existing servers. The existing .75 protocol only supports 32 players and we would have to...

There has indeed been changes proposed to increase capacity to 64. However I'm not sure any clients support it. https://github.com/infogulch/pyspades/pull/290/files

also, System messages are currently broadcast with a player ID of 36. What more needs to happen to support this? We need some way of telling the client that the...

> HandleExtensionPacket (the handler for S→C ExtensionInfo) is the good place for this to happen, I suppose? Yes, that seems good. > Also, I'd like to keep GameProperties as immutable...