Jerry Ling
Jerry Ling
locally? well you can always do that and add VitePress later
I have it working locally, but i remember it was a bit pain to set up
I'm pretty sure you need ``` DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} ``` ref: https://documenter.juliadocs.org/stable/man/hosting/#GitHub-Actions
 I don't see we have added `DOCUMENTER_KEY`
on arch this is fixed with `6.11.4-arch2-1`
if we try to continue the semantics of: ``` (v1.10) pkg> ?compat compat [pkg] [compat_string] ``` it looks like it should be `compact * current` instead of `compat current *`...
second this. We see extremely high latency when doing CI: https://github.com/JuliaHEP/UnROOT.jl/actions/runs/8317241942/job/22757761446#step:6:548
they kind of have to -- the type tree has to exist somewhere, in Julia, it's natural to let the type tree exists using Julia's typing functionality. But we could...
right, alternative to using Julia's typing system, is to use values, conceptually it's like instead of NamedTuple, just use `Dict` for the type tree. But then, reading bytes from disk...