Lazaro Alonso

Results 267 comments of Lazaro Alonso

I cannot tell the difference on the recorded animation (I compared the one on dev to this one), however, something else catch my eye, in this PR (left) the tiles...

Also here: This might more a makie thing change ? color handling is different, even for letters, and maybe nothing to do from our side.

is this this PR vs Tyler master with the same makie version. (there should not be any differences, I'm lost now)

You mean to do a default like `Colorbar(fig[1,1], obj, tellwidth=false, tellhight=false, valign=...., halign=...)`

Well, this is almost working, is EMPTY. What am I missing? @jkrumbiegel maybe is easy for you to spot the missing piece. ![Screenshot 2024-09-18 at 09 37 11](https://github.com/user-attachments/assets/0db4fbb6-2f60-401b-af74-00c1ec00d971)

well, that last one worked. But, documenter is putting the wrong versions in the `.js` file. https://luxdl.github.io/DocumenterVitepress.jl/versions.js ``` var DOC_VERSIONS = [ "stable", "v0.1", "dev", ]; ``` it looks like...

I'm re-working also the logic, so that local builds also work without errors.

I tested this on DD, without any issues. Here, most likely something went wrong when creating the `v0.1.1` folder version. https://rafaqz.github.io/DimensionalData.jl/previews/PR804/

yes, is not taking the custom domain, and in turn getting the right path for `versions.js`. The lag is due to the waiting time, I did put 5s before going...

https://github.com/LuxDL/DocumenterVitepress.jl/blob/865cd3565bf433ec087d9646f2b137833a0b08e4/template/src/.vitepress/config.mts#L30 we didn't change anything here.