-
Zod's policy of disallowing any unknown keys by default is confusing and probably not worth it. It also makes the inferred types incorrect:
```ts
const A = z.object({
a: z.string(),
});
con…
-
This is a feature to add, when doing a schemaless writer/reader, add support for avro schema fingerprints.
https://avro.apache.org/docs/1.8.2/spec.html#schema_fingerprints
Required to allow for:…
-
### Environment
* Elixir version (elixir -v): 1.11.2
* Ecto version (mix deps): 3.5.5
### Current behavior
It is not covered in docs. I tried this, but without success
```elixir
iex> {%{}, %…
-
Feature request, make it possible to specify a fallback function that is called when the encoder encounters an unsupported object.
The fallback function can then handle the unsupported object using …
-
The function _read.match_schemas does not account for named types, producing weird behaviour in unions (immediately matches the first e.g. record it finds). My understanding is avro allows multiple sc…
saska updated
3 years ago
-
I wrote a similar less detailed message in the related closed thread: #2
My goal is to export all of the data on a regular basis. I've built my entire process around the csv that this outputs, b…
-
Description
===========
I am using the AvroConsumer to read from a topic with 64 partitions and i see that the consumer has a throughput of processing close to 500 messages per second. Here is the p…
-
principal failure: abort, infinite loop detected
*changing llvm build config to release+asserts from debug+asserts removes failure*
only clue, in main loop of cpu-exec.c, num_instr_before_next_…
-
I started to play with IIIF import with a specimen of 1000 items, and I have one issue and one remark:
- Script was able to import just 597 images on 1000 manifestos
- It is a pity to have the man…
-
Hello,
Is this SELECT behaviour correct?
```
orientdb {db=data}> select 'x'
----+------+----
# |@CLASS|x
----+------+----
0 |null |x
----+------+----
1 item(s) found. Query executed in 0…