David Karlsson

Results 32 comments of David Karlsson

@usha-mandya this PR contains a tiny example of a vale config that can parse the docker docs for style/spelling errors. Example: ``` ➜ docker.github.io git:(vale) vale desktop/extensions.md desktop/extensions.md 15:3 error...

No worries @MicaelJarniac, we all get lost in Git hell sometimes 😄 Thanks for helping out!

Also we might want to update CONTRIBUTING.md, and just put a link to the contribution section in there. I think that's better than removing the file entirely.

> Can you check if setting `HUGO_SECURITY_EXEC_OSENV=".*"` OS env makes it work for you? This worked! Should I run with this configuration, or set something more specific?

On my end, I managed to narrow it down to these variables: ```toml [security] [security.exec] osEnv = ['(?i)^(Path|USERPROFILE)$'] ``` Thanks everyone for your support, I'll close this ticket as I...

Thanks a lot for helping identify this fix @daniel-schroeder-dev, I just pushed a small update that shortens the example.

The incremental builds are really fast with this 🤩 But I noticed that the first build can take a really long time. Build time on `main` for a clean build...

@Bkblodget , @jerae-duffin please take a look at these changes for the domain IP data point of insights and analytics 🙇🏻

hi @tongpu , the canonical location for registy docs is here: https://github.com/distribution/distribution/tree/main/docs We plan to remove the duplicated files from this repo. please raise a PR towards the distribution repository...

Sweet update. I agree. @efernandesng Could you raise a PR that adds a section to the doc linked by @crazy-max above?