Leon (Yuan-Ru) Lin

Results 14 comments of Leon (Yuan-Ru) Lin
trafficstars

Another possibility is to make a `.tar.gz` for every sample file, and then define a macro such as ```julia macro samples_str(file) :( joinpath(@artifact_str(replace($file, ".root"=>"")), $file) ) end ``` so that...

I cannot remove error bar caps with `markershape = :none` i.e. running ```julia using Plots plot(1:5, yerror=fill(0.2,5), markershape = :none) ``` gives me this On the other hand, running ```julia...

Just want to comment on the possibility of adding an option to disable autocompletion of single quotes (`'`) as well. I have found myself typing `'` for adjoint and having...

Hi I wonder what work needs to be done in #178 in order to close this issue. It seems there have been functionalities to load `ArrowSchema` and `ArrowArray` from memory...