Jonathan Malmaud
Jonathan Malmaud
I did end up using a solution along those lines in Requests.jl. I still think it's kinda confusing for a ZMQ wrapper to allow setting `rvctimeo` but then to not...
just what I [posted earlier](https://github.com/JuliaLang/ZMQ.jl/issues/87#issuecomment-131153884)
Once some form of https://github.com/JuliaLang/julia/issues/13763 gets in, it will be an elegant solution to this general kind of situation.
@Carreau, just wanted to check where we are with this. I appreciate the effort.
I can't replicate this. Clicking 'Shutdown' from the dashboard seems to reliably close the Julia process (as well as any processes created by running addprocs from the notebook). @karbarcca, is...
I'd definitely welcome a PR to add a section to the README with related packages and how they differ, which could list DataFrames.jl at the top. I'm reluctant to add...
Thanks for suggesting this! I think it's not really necessary though since I don't think it would be common for someone to think that literals would use Python syntax instead...
FWIW, I'm getting this error now even just using the official latest release of all packages: ``` julia> using CUDA julia> x=cu([1.0]);2x WARNING: both ExprTools and LLVM export "parameters"; uses...
Thanks for looking into it! May I ask if it's on the roadmap to resolve this at some point?