Attilio Donà
Attilio Donà
There are combinations of heterogeneus data where the wrong column types are discovered. For example: ``` using JSONTables using Tables nonhomogenous = """ [ {"a": 1, "b": 2, "c": 3},...
* Removed all `finalizer` call because for what I know it is hard to say in what orders finalizer get called and this may cause problems with the correct order...
In my consumer I'm not able to capture SIGINT and exit in a controlled way: instead of capturing an `InterruptException` I got a segmentation fault. Julia Version 1.6.0 Commit f9720dc2eb...
Actually both positive and negative values of signed integers are encoded/decoded as major type 1, causing interoperability problems with cbor libraries implemented in other languages. This patch is for compliance...
Versions: - Julia 1.10.3 - HTTP.jl 1.10.8 I'm using `HTTP` and `PrecompileTools` for my package and I get: ``` [pid 860579] waiting for IO to finish: Handle type uv_handle_t->data timer...
This PR is a follow up of #1197. The only thing I'm unsure about is the way to reuse the task local buffer: a direct access to the fields of...