BraveThrasher

Results 4 issues of BraveThrasher

It can happen that messages returned by the server start with control characters (non-printable characters) but after those control characters comes a valid message (starting with a '+') from the...

The settings for generating GUIDs are reset when device returns from hibernation. After setting up my default for generating GUIDs (uppercase & hyphens) and checking "Don't ask again (use config...

Today I installed yeoman and yeoman doctor flagged an issue with "NODE_PATH matches the npm root". In this Google did not appear to be my friend so I started investigating...

I'm using the IFlurlClientBuilder clientless pattern at startup to configure json serialization as follows. ```csharp FlurlHttp.Clients.WithDefaults(builder => builder .WithSettings(httpSettings => { var options = new System.Text.Json.JsonSerializerOptions() { PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseUpper,...

bug