Jonathon Lacher

Results 10 comments of Jonathon Lacher

For my use case I would likely just connect to a single base URL. However I could imagine situations where someone would want to connect both to their private enterprise...

For the original theme, I was able to override the CSS by placing it at: `static/theme-original/style.css`

Ah, it is mentioned in the [docs](https://vale.sh/docs/topics/styles/#overview). > Make sure your rule files end in extension .yml. Do not end them in .yaml, as Vale will not detect them.

Is there an appetite to support `.yaml` extension? I haven't fully looked at the codebase, but is the current barrier that it's just hard coded to look for `.yml`? Like...

At the very least, it seems the error message isn't clear enough to understand the actual issue.

@aparnajyothi-y @mahabaleshwars do you have any suggestions on how to capture more logs or which logs would be helpful? What specifically is throwing the error (` Error: candidates is not...

@HarithaVattikuti I've setup a repo that runs the Action on a 5 minute cron with the debug logs enabled, will let you know when I encounter the issue. As a...

Ok I have debug logs from the `setup-python` failure: ```sh ##[debug]Evaluating condition for step: 'Run actions/setup-python@v5' ##[debug]Evaluating: success() ##[debug]Evaluating success: ##[debug]=> true ##[debug]Result: true ##[debug]Starting: Run actions/setup-python@v5 ##[debug]Register post job...

@mahabaleshwars Thanks for the heads up, we'll try this branch out.

@mahabaleshwars as a follow up, using commit https://github.com/actions/setup-python/commit/30eafe95483bd95135b7eda0c66a0369af9afdf1 (which was `main` as of yesterday) I've invoked the `setup-python` action nearly 1000 times and haven't seen any failures.