Curtis Vogt
Curtis Vogt
If you can modify you server settings you may see less issues if you can increase the connection keep-alive timeout on the server side. I had a Node.js server which...
I believe this is an internal HTTP.jl issue in that the [`monitor_idle_connection`](https://github.com/JuliaWeb/HTTP.jl/blob/040cf0ac773670bbd1ea66e91715583a02537213/src/Connections.jl#L309) call happens on a separate thread the connection can be closed and another thread will attempt to read/write...
> That seems to be the intended behavior, right? If so that seems like it should be mentioned in: https://docs.juliahub.com/HTTP/zXWya/1.7.4/reference/#HTTP.request as well. As we already have separate`retry` and `status_exception` keywords...
cc: @staticfloat
> Encode `Interval` bounds as an integer field rather than type parameters. We originally used something very similar before Intervals 1.3 but decided in #102 to switch over to encoding...
I've allocated some bandwidth to review this tomorrow
> 1. Do we want to maintain v1 deserialization in v2 (it'll be a lot of work/bloat for all the proposed breaking changes)? I'd make an issue against the v2...
Looks like I have a CI issue to sort out and I need to report on the speed improvements
> This is obsolete, right? Yes, this is pretty outdated but limiting where we test plotting is still a consideration. I'll try and validate the performance is bad enough that...
I'm expecting Julia 1.0 to fail as ArrowTypes doesn't support that version of Julia currently