Jerry Ling

Results 655 comments of Jerry Ling

I see, but for a column of `Vector{Union{T, T2}}` you don't need Missing right? because the empty element would just be a ``` Union{T,T2][] ``` for example, `:vector_variant_int64_string`

``` while true nc -l -p 1234 ``` where do you run this?

I specifically switched to `bash` from `fish` thought it's some bash thing :facepalm: next thing I get is ```julia julia> Unhandled Task ERROR: MethodError: no method matching nvim_connect(::Int64, ::VimBindings.Nvim.ReplBindingsHandler) Closest...

bump, Julia has had 1.0 release in 2018 and has grown substantially since: >Both Rust and Julia are strong candidates for a permanent top 20 position. -- Paul Jansen CEO...

this seems actually ready? gentle bump for a nod from main devs and we can do documentation etc. and ship it?

I read the examples here and I'm exactly using Distributed pmap so I think yes?

>@distributed pmap() was already implemented before I have multiple sub tasks and also `pmap()` is not good enough because workers are unstable

I would love to make a PR since I think the objective is clear and the expected behavior is simple but I'm not familiar with HTTP header, what's the difference...