Chris Wögi
Chris Wögi
I would return a really simple 404.html (or string). Not as flag with path to file. Never saw this with dev servers. The funky thing to always return `index.html` is...
Issue only seems to occur on Linux (`nix-shell` within WSL2 in my case). But then also concerns browser Edge.
Removing less is in my opinion a good idea.
Should we consider to handle them then as `target="_blank"`? To make it clear you'll leave the docs of the current app. Or probably also style it with CSS as some...
I understand. But if we use `sessionStorage` it would only be valid for your Browser tab session. Means sidebar would only be still closed if you use the same Browser...
Fine. Then keep it open.
I know, but first I've tried to get rid of `less` and switch to `esbuild`... Then my time ended. The setup here has grown quite some complexity.
So I've really tried now to update `ex_doc` to be compatible with latest Node. But I'm sorry I've not managed to be successful. Doing an immediate update of webpack 4...
I've spent bit of time again. Downgraded Node to LTS v16 on my machine - no success. So it's either that the setup does not work on Windows or does...
I get the same Dialyzer warrning - `Function start/2 has no local return.`. Łukasz could it be that Dialyzer never will get happy with that function call within `start/2`, as...