Pavel Djundik
Pavel Djundik
This keeps the behaviour of getting host with the port in it. If the port is undesired, then `host` should be changed to `hostname`.
See https://docs.guzzlephp.org/en/stable/quickstart.html#concurrent-requests The current design will fire away all the requests at once up to `batchSize` requests, which means it's not practical to use high batch sizes because the requests...
Command to fire `MsgClientGetNumberOfCurrentPlayers`. It's interesting for non-public apps (apps with release override).
While looking at the implementation, I noticed that response parsing will skip any lines that have more than one colon, specifically here: https://github.com/aspnet-contrib/AspNet.Security.OpenId.Providers/blob/e89b0978c49852bd237c0aaf71d1797de048e873/src/AspNet.Security.OpenId/OpenIdAuthenticationHandler.cs#L409-L415 As a result, a line `ns:http://specs.openid.net/auth/2.0` will...
``` "test case" { "key" "some value\"" "foo" "bar" } ``` See https://github.com/ValveResourceFormat/ValveKeyValue/tree/eof-unescape-bug This throws: ``` ValveKeyValue.KeyValueException : Found end of file while trying to read token. ----> System.IO.EndOfStreamException :...
This loses developer defined order in classes when serializing. https://github.com/SteamDatabase/ValveKeyValue/blob/ed10cc104681d33935fc2b7ea3d6701970a581f5/ValveKeyValue/ValveKeyValue/ObjectCopier.cs#L120 cc @yaakov-h
See #5 for text. KV3 binary: https://github.com/SteamDatabase/ValveResourceFormat/blob/master/ValveResourceFormat/Resource/ResourceTypes/BinaryKV3.cs Binary is complicated due to multiple compressions (Valve's own block compression, LZ4, ZSTD) and versions.
https://github.com/praydog/Source2Gen This would be great to track if it still works.
### Bug report It reports `Strict comparison using === between array{foo: 0} and null will always evaluate to false.` which is not correct, and it will be null for every...
Settings currently display time using 12-hour clock, but it would be nice if it detected my time format from Windows settings (if possible), and used that instead.