Noah Stolk
Noah Stolk
Description =========== Our team is currently running into a problem where the current version of NJsonSchema referenced from the Confluent.SchemaRegistry.Serdes.Json library (10.6.3) is not binary compatible with the resolved version...
Fixes https://github.com/confluentinc/confluent-kafka-dotnet/issues/2169 A few notes: - This is a breaking change, and should be included in a major version release only, as we're dropping support for NJsonSchema v10. This change...
**Describe the bug** The app crashes with "Sequence contains no elements" when pressing `F` or `N` while no image is selected yet. I believe I tested most shortcuts and these...
We have the following schema: ```json { "name": "LogicalTypeTest", "type": "record", "fields": [ { "name": "DateOnly", "type": { "type": "int", "logicalType": "date" } }, { "name": "DateTime", "type": { "type":...