Jerry Ling

Results 308 comments of Jerry Ling

It definitely feel more confusing for web and official app to have different list of options

with the last gist I posted, it's practically viable, with one open question being how can we minimize the actual bytes movement in this call ```julia julia> pywith(pa.ipc.new_stream(jl_sink, batch.schema)) do...

now I'm wondering if this is related to #237

Bump, any appetite for this?

>This can be a separate small package used in StructArrays, ROOT, etc. yeah that makes a lot of sense to me.

bump, we should definitely have this

`nc` is a better tool than `telnet`

this was fixed in: - https://github.com/JuliaLang/julia/pull/42340

nvm, @gbaraldi tried checking with https://github.com/rust-lang/rust/pull/92697/ using this rust snippet: ```rust fn main() { println!("{:?}", std::thread::available_parallelism()); // prints Ok(3) } ``` and I get `32` as opposed to what Julia...