Andre_601

Results 482 comments of Andre_601

That's a you-problem honestly. I for my part have no issues stoping my server, putting new jar in, delete old one and start server again. Developing stuff can be time...

> This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity. lmao.

I just received a PR from dependabot that updates metrics to v4..... while it still isn't released here yet... How does that even work?!

What do you mean exactly with setup? The way to publish the site? I think adding another job to the current [update-best-of-list.yml file](https://github.com/mkdocs/catalog/blob/main/.github/workflows/update-best-of-list.yml) could be the best option here. Since...

A small thing to consider, but should themes offering multiple variants display all their variants? By "variant" I mean things such as a light and dark theme. It could help...

Based on the PR template does it seem like they only accept scan/CI-based actions right now, which is kind of sad, because MkDocs is certainly amongst the more popular static...

Of course this repo has the awful stale issue action detecting issues without a reply from a maintainer as stale...

What exactly does that mean? Putting the `sys.path.insert(...)` at the top of the file above the imports or smth?

Okay. Tho this one doesn't seem right because `sys` and `os` aren't recognized and throw errors when using `mkdocs serve`, so this may not work reliably or for all python...

It's recommended to not use Replit. Use an actual IDE on your PC like Eclipse or IntelliJ with proper dependency managers (Maven, Gradle, ...)