Cedric Bail
Cedric Bail
Checking the raw logs, it seems even if I set permission for PR to write, it isn't taken into account. From reading around, it seems it would only switch it...
Seems you need to check your Settings > Actions > General > Workflow permissions, and make sure to enable read and write permissions for this action to actually work.
I have made a PR https://github.com/gin-contrib/graceful/pull/2 that add support for Gin. You should be able to do what you want by monitoring the file you want on your system, then...
I guess the Dockerfile and resulting image would be something that can be shared across language (There is just one requirement is that the version of playwright installed in the...
I have put the beginning of such an idea here: https://github.com/cedric-appdirect/playwright-ci-go . Still need to write documentation, but would be interested to start getting some feedback.
Thanks for the PR. As HostAccessPorts is part of the API, it is really expected that this work also at startup time, not just when doing Exec later on. I...
Would be interesting to setup a full DB with testcontainer-go or equivalent (when not selecting sqlite) for integration tests.
This showed has a real issue for one of the repository I use which has over 30k files in them. Benchmark will still show the speedup with less file. It...
Sorry, for the first run with some tests issues. I had not noticed that some of them should have passed locally. For some reason, some of the main branch tests...
Sorry took me long to come back to this. Let me know if there is anything else that I should improve.