Jerry Ling
Jerry Ling
```julia julia> using UnROOT julia> SAMPLES_DIR="./test/samples/" julia> function f() files = filter(x->endswith(x, ".root"), readdir(SAMPLES_DIR)) _io = IOBuffer() for f in files @show f r = ROOTFile(joinpath(SAMPLES_DIR, f)) show(_io, r) close(r)...
@tamasgal this is your turf, no rush, and thanks @gojakuch for spotting it. You can find the test file from this PR: - https://github.com/scikit-hep/scikit-hep-testdata/pull/107 it's tiny ( a = LazyTree("/home/akako/Downloads/nanoAOD_2015_CMS_Open_Data_ttbar.root",...
often when we go from 0-index to 1-index and use ArrayOfArrays, we have some patterns like this: https://github.com/JuliaHEP/UnROOT.jl/blob/dfce0e45f295b82d8af9c2c904a6a15ceaff8b7c/src/RNTuple/fieldcolumn_reading.jl#L107-L115 I can think of 3 ways of doing this assuming we will...
there's no wisepy with that high version
- [x] I have read this document: https://miniflux.app/opinionated.html#feature-request Similar to front page of hackernews for example, simply grey out read feed instead of hiding it. Could be made a default...
### Operating System Linux ### What's the issue you encountered? Similar to #723 but none of the fixes in that issue works. Worth noting that ImHex used to work, now...
When people want to integrate this color pallet and sequence into packages such as https://github.com/JuliaGraphics/ColorSchemes.jl/pull/119, how should we name this work's color sequence?
https://juliaphysics.github.io/latest/ecosystem/ if you click on the `Edit` button on top right, it brings you to `#master` branch. Why do we even have master branch?
Sometimes certain file loading function uses suffix to decide what to do, for example, image files with `FileIO`'s load. Right now one has to manually do `PNGFile.load(download(...))`. I'm wondering if...
I don't see it being explicitly tested and supported but if it's part of C++ library it should just work?