Jerry Ling

Results 308 comments of Jerry Ling

The feed page are organized by feeds (different RSS source) -- this request is about making the main page show all posts regardless of read/unread.

no, but someone may also want this and this can track how many people may want it

hi @Cornelius-G , I think we're mainly much more ergonomic when dealing with TTree or RNTuple. Btw, you can try using `uproot` via `PythonCall.jl` or `PyCall.jl` for reading histograms, since...

I'm a bit confused what is `_1`: https://github.com/root-project/root/blob/4ef94f4432a39ef5542cc4f00d46f079115b263d/core/base/inc/TAttMarker.h#LL50C9-L50C9 https://github.com/scikit-hep/uproot5/blob/d6d311aef4e22cc73ae056665dbb41cc18b2d6ac/src/uproot/models/TAtt.py#L328 as far as I can tell the only known version is `_2` although, of course, Uproot doesn't have trouble opening this...

it really should be the default to set `TCP_NODELAY` (see https://news.ycombinator.com/item?id=40310896)

@tamasgal this thing hits fID equals -2, I think we're missing something fundamental here

huh, I don't know why this doesn't error due to `fID== -2`, maybe because custom struct logic doesn't hit that?

yeah, from my very quick look, `uproot` does not do anything with fID explicitly

Thanks, this looks really great, I saw the interactive plots too. Just an FYI, the long term plan for this package (`FHist`) is to have recipe for Plots.jl (through RecipeBase.jl)...

I'm happy to move `PlotlyJSWrapper` into `ext/FHistPlotlyJS` if @sgnoohc is okay? What that would look like is similar to how currently FHist.jl supports Makie -- throug the Pkg.jl [extention system](https://pkgdocs.julialang.org/v1.9/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions))....