Attilio Donà

Results 8 comments of Attilio Donà

if I understand correctly the culprit is: https://github.com/JuliaData/JSONTables.jl/blob/272624bbe7e3594efe96c8278ae4f3a3b4e73f15/src/JSONTables.jl#L65 This fix should works: types[k] = Union{Missing, missT(typeof(v))}

SIGINT handling was my first approach because my application is a background process that is managed by a supervisor, in my case `supervisord`. The default mechanism of stopping a process...

Thanks! looking at the sources there is not an event loop in librdkafa, I probably got confused from a misinterpretation of some test case. Based on this, I don't see...

I've a patch that seems to works correctly regarding this issue. I've removed all `finalizer` call because for what I know it is hard to say in what orders finalizer...

If you call `rd_kafka_destroy`, both via a finalizer or with an explicit close method, than an eventual timer callback will cause a segfault: the call to `rd_kafka_destroy` destructor has terminated...

Nice, in #13 `rd_kafka_poll` is protected and it will no called after kafka destructor, but it is called inside a thread: If SIGINT is delivered to that thread this prevents...

Thanks! Now the segfault issue is resolved. I've posted a note in #13 regardind the use of an @async task inside the library that is a possible source of the...

News about the next release? My Rembus.jl package fails CI: ``` 93 dependencies successfully precompiled in 297 seconds. 33 already precompiled. 1 dependency had output during precompilation: ┌ Arrow │...