Jerry Ling

Results 651 comments of Jerry Ling

this is caused by upstream bug: https://github.com/Moelf/FHist.jl/issues/124

it's easy to check the hash of the downloaded binary, the recommended `curl | sh` approach is not so easy to check. Partly because the server side can feed you...

I don't want to install Rust :) I'm a Julia user, not a Rust user (yet)

We don't need to support 1.9 I guess, but I hope we can backport https://github.com/JuliaLang/julia/pull/51587 to 1.10.

sounds good! >Added compiling with juliac from Julia nightlies. Unfortunately LoopVectorization isn't compatible with juliac and would have to be removed altogether from the project. for this, I guess time...

I guess makes sense, it's just injecting LLVM IRs

https://discourse.julialang.org/t/guide-using-sum-types-to-define-dynamic-c-apis-for-julia-1-12-trim/132111 seems applicable

interesting, I thought for sure `CInt -> which jet clustering algo` is gonna make Julia function not "grounded"

in my case it was superseded by https://github.com/tlienart/Franklin.jl so can we just delete it? I'm sure nobody ever used it

Julia's pkg server is designed so that even if author deleted original repo, packages are still installable -- this is a good design. deleting stuff from pkg server is a...