Tamas Gal

Results 151 comments of Tamas Gal

Yes, actually I am currently working on that part and I am still unsure how to solve it. If there are custom classes (and streamers) which are unknown, it errors,...

OK thanks! I just run some random script, just to make sure everything is fine `;)`

Alright, it works nicely! I am just wondering how we should deal with code repetitions in such cases: ```julia function interped_data(rawdata, rawoffsets, ::Type{Vector{_KM3NETDAQHit}}, ::Type{Nojagg}) UnROOT.splitup(rawdata, rawoffsets, _KM3NETDAQHit, skipbytes=10) end function...

Hmm... maybe some more fine-graded hierarchy for the `JaggType` could do it, but I kind of struggle to group them in a logical way in the sense that I have...

I don't know, probably not 😆

This issue is causing more and more user-concerns downstream. Are there are concrete plans to fix it?

> As we support OSX back to 10.9, I'd guess this might not be simple to just fix by switching the deprecated method for the recommended replacement at the moment....

Just keep posting until it reaches more attention 😉

I have the very same problem from time to time: ``` (v1.2) pkg> st Status `~/.julia/environments/v1.2/Project.toml` [6e4b80f9] BenchmarkTools v0.4.2 [634d3b9d] DrWatson v0.7.0 [f67ccb44] HDF5 v0.12.1 [7073ff75] IJulia v1.19.0 [5fb14364] OhMyREPL...

I think this happens when `Revise.jl` is updated and colliding with itself... It might be good to have a way of deactivating it :thinking: