Cristian Le
Cristian Le
@agoose77 this is most likely an issue with browser plugins that would similarly inject contents, e.g. auto-dark-mode. From what I understood from the [react hydration documentation](https://react.dev/reference/react-dom/client/hydrateRoot), changing where the hydration...
@humitos I was thinking of using https://github.com/executablebooks/mystmd/pull/1129 to experiment and during the debug period, simply have the `packages.json` point to some branch on the `myst-theme` repo with potential fixes
Oh, I didn't check the issues before creating #984. This is probably part of the #188. `npx serve` seems to do the redirection automatically. So this might also be something...
Doesn't this affect `myst build` instead of `myst start`? My understanding is that that section creates a temporary server so that it can download all of the html files, while...
`myst build` is to get all of the exports: pdf, LaTeX, html, etc. `myst` does not write the html files directly, instead it generates them through react/remix. The way it...
`caddy` is run at the server side. The screenshot you have are when running `caddy`? Hmm, indeed the links there should point to the actual host to work, or rather...
A bit of name clash with `sphinx-book-theme`, but :+1: if this is possible. Was suggested that #997 might be a theme issue.
There might be a solution for RTD using their builtin redirection https://github.com/readthedocs/readthedocs.org/issues/11220. Still I'm not sure if this is an issue to be solved at the generation level or at...
So then we don't need to run the macos builder for multiple versions? It would still be ABI compatible on both C and C++ side? I've had an issue where...
> cibuildwheel, or in normal testing Both, I first noticed in `cibuildwheel` runner, but than I replicated in the GH hosted runner as well