Emil Styrke

Results 27 comments of Emil Styrke

It's the language server that needs to be restarted. Many extensions provide a command for this, but this extension does not (e.g. `TOML: Restart Server`). The extension could also try...

> * I assume you have bypass restrictions enabled for that token? Yes, correct. > * [Possible PSR bug] When `actions/checkout` is provided `persist-credentials: true` (default), the `git fetch` used...

As an aside, I don't really see what the verify_upstream_unchanged functionality is supposed to accomplish. Wouldn't the push itself fail if there are new commits on the branch?

It sounded like such an unreasonable behavior that I had to test it: https://github.com/estyrke/test-actions-checkout/actions This shows that both for push and workflow_dispatch triggers, the `actions/checkout@v4` action checks out the original...

> I see what you did, but I don't think your workflow test is comprehensive enough to test the scenario that could occur. The fact you are in the same...

I have the same issue. This is a condensed example: ```json { "openapi": "3.1.0", "info": { "title": "Test", "version": "0.0.1" }, "paths": { "/endpoint": { "post": { "tags": [ "test"...

Actually, I missed that we had customized our openapi routes. the `separate_input_output_schemas=False` flag *does* seem to work if applied properly. 😅