cubernetes

Results 6 comments of cubernetes

It's a chain of issues. It starts with this PR. Then, the config that mike generates is passed to mkdocs: https://github.com/mkdocs/mkdocs/blob/master/mkdocs/commands/build.py#L74 The base_url is set directly to site_url for error...

Hm, I'm not entirely sure, because if I have a simple mkdocs.yaml: ```yaml ... site_url: http://localhost:8080/some/path theme: name: material ... ``` Then the 404 page always has `{"base": "/some/path/", ...}`...

Awesome, thanks a lot!

FYI: I added slashes to the unit tests, I think you have to approve the workflow once more if you're interested in the test outputs now, unless you're waiting for...

On GNOME, this can fix the issue: https://extensions.gnome.org/extension/5410/grand-theft-focus/ Not sure if it's a solution or a workaround, but maybe it helps someone along the way :) And maybe there are...

[IPv4 mapped IPv6 addresses](https://datatracker.ietf.org/doc/html/rfc4291#section-2.5.5.2) seem to work. curl -6 seems to expect every address to be IPv6, so you'll have to use this: curl --proxy socks5://[::ffff:127.0.0.1]:1080 -6 api64.ipify.org This does...