Peter Hultqvist
Peter Hultqvist
The [Twilio console for API keys](https://www.twilio.com/console/project/api-keys) states: > You can use API Keys to authenticate to the REST API using basic auth, with user=KeySid and password=KeySecret. This made me think...
The latest commit has major changes that is are compatible with previous workflow. Previous code is now available on the [console](https://github.com/silentorbit/protobuf/tree/cmd) branch. - Using C# Source Generator instead of external...
The [C# example of writing structured logs](https://cloud.google.com/logging/docs/reference/libraries#write_structured_logs) doesn't look like it's working with JSON payload. https://github.com/GoogleCloudPlatform/dotnet-docs-samples/blob/ed6f1b739c8cf1589f2f11e3eb0c6bcd4a97a48b/logging/api/LoggingSample/Program.cs#L79 I'm looking for an example to set the `LogEntry.JsonPayload` but it's not clear how...
The first commit extracts the decoder methods to a static class "Decoder". Then I did not like the generic name and OggDecoder clashed with the namespace so I changed the...
This is a summary of the consequences of migrating Negotiator from manifest v2 to v3. With [manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/), negotiator can no longer interactively modify web requests. Instead it has to...
The error message does not make sense where the expected and seen URL shown are identical.