Jerry Ling

Results 655 comments of Jerry Ling

in principle yes, right now they don't add extra dependencies and there aren't many of them. If we get more real users of these and people start contributing stuff I'd...

I don't think so, the documentation regarding `extent` (here: https://vega.github.io/vega-lite/docs/regression.html) just says `Number`, which doesn't for a temporal axis, probably means millisecond...

amazing, thanks: ```julia [16:03] jiling-notebook-1:~/research_notebooks $ julia --startup-file=no -t auto -e "println(Threads.nthreads())" 128 [16:23] jiling-notebook-1:~/research_notebooks $ julia +nightly --startup-file=no -t auto -e "println(Threads.nthreads())" 19 ```

as it was discussed before in the discussion around Pluto, the advantage of having output above the cell is that when cells re-evaluate, your browser "view" doesn't jump like crazy....

![image](https://github.com/JuliaHEP/UnROOT.jl/assets/5306213/65edae5b-1b2e-4358-b0ca-3cc571f6ce7b) I have fully mapped every byte in a file now. @tamasgal might be interested in this: [hexproj.zip](https://github.com/user-attachments/files/15892767/hexproj.zip)

![image](https://github.com/JuliaHEP/UnROOT.jl/assets/5306213/e9d218d6-6c06-47a4-8ae5-9e1b78e769fa)

I expect them to show up after ROOT team freezes them this year/early next year. (1.0.0)

Regarding magic 6 bytes before RNTuple anchor: https://github.com/root-project/root/blob/d52b4001ba28be08676588c40d5db383806d1cac/tree/ntuple/v7/src/RMiniFile.cxx#L540-L541

what would the extension do? I think right now UnROOT depends on FHist already

The automation of what is highlighted in the Pluto notebook is made into a not-very-complete package by me: - https://github.com/JuliaHEP/LiteHF.jl but from what I see, the only "non-standard" thing in...