-
Thank you for sharing this wonderful library.
Which part is the digital part of Serdes Phy?
-
Currently when bringing into projects Schema Client and the Schema Serdes the transitive dependencies is very large, increasing risk of dependency conflict.
Such dependencies such as org.apache.had…
-
If the path under https://github.com/microsoft/CCF/blob/f1bd349ba7de81fcc56fd23670ce49ff4dd42a52/src/host/ledger.h#L321 gets hit then the malformed/corrupt ledger file is not getting ignored when a no…
-
Description
===========
When creating a schema (which is registered into SchemaRegistry) with an array of sub-schema, and using a C# key word in the schema namespace, we are unable to deserialize th…
ghost updated
4 months ago
-
Description
===========
I am sending multiple events on the same topic. Current confluent dotnet package is strongly type and initializes everything in the constructor. I have managed to implement a…
-
Currently there is support to read from kafka topics using avro schema, but there is no capability to publish messages in AVRO schema.
`docker run -t edenhill/kafkacat:20190711 -t topic-avro -b loc…
-
### Describe the issue
Using IonToJson task on a file that contains a type annotated value produce infinite nested call of IonSystemLite['loader"] and IonStringLite["system"].
## Bug reproductio…
-
hi ata4,
disunity can not extract unity 4.6.3 asset file. I got two problems:
1. the version warning.
[warning] FieldTypeMap: Unprecise match for ClassID 1 (required: 4.6.3f1, availa
ble: 4.1.0…
-
**Is your feature request related to a problem? Please describe.**
Right now, `serDes` only works for fields that are `type: 'string'`, but I have found a few cases where I would like to perform so…
-
Common practice is to define a class like this
```
public sealed class Pizza
{
public IEnumerable Toppings { get; set; }
public string Size {get; set;}
}
```
Typechat.net will fail…
guyrt updated
5 months ago