Vincent
Vincent
Hi @johnstyle, You should have a look at the "Amazon API Gateway Compatibility" documentation page: https://api-platform.com/docs/core/openapi/#compatibility-layer-with-amazon-api-gateway If, by misfortune, this compatibility layer is not enough with a recent version of...
Hi @Chris53897 Thanks for this proposal. If this POC is still in progress, have you considered [Souin](https://github.com/darkweak/souin) as a Caddy cache-handler instead of Varnish?
Hi @emilyrohrbough, OS: Ubuntu 20.04 Docker: 20.10.11 Command: ``` docker run \ --rm \ --pull always \ --env CYPRESS_BASE_URL=https://foo.local \ --entrypoint sh \ --volume ${PWD}/e2e:/e2e \ --workdir /e2e \ cypress/included:9.0.0...
This action [uses GraphQL](https://github.com/actions/delete-package-versions/blob/71603054af2c6cee857dbde02cabec208f1c83e3/src/version/delete-version.ts#L24-L29) which [is not supported for containers](https://docs.github.com/en/packages/learn-github-packages/deleting-and-restoring-a-package#deleting-a-version-of-a-repository-scoped-package-with-graphql): > GraphQL is not supported for containers or Docker images at ghcr.io. Also, the Container Registry is still in beta....
Otherwise, maybe try the following approach: ``` curl -s \ -X DELETE \ -H "Authorization: ${{ github.actor }} ${{ secrets.GITHUB_TOKEN }}" \ -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/orgs/{org}/packages/container/{name}/versions/{version} ```
Hello @crashbtz, Sadly, this feature hasn't evolved. It's a big feature which may require a refacto of some core elements of the bundle. No workaround have been found for it...
Hello @aziz-harazi, I didn't find enough time to work on this one. I will highly appreciate if you could open a PR to work on it :-) Regards Vincent
Hi @jorissae, I cannot reproduce your bug, can you create a sample project which reproduces this bug please?
Hi @hairyhenderson, I don't know if you're the right person to ask, if not, sorry for the inconvenience! Do you know any reason not tagging a minor version on the...
Hi @aziz-harazi, Thank you so much for taking time to open this Pull Request. That's an important feature and not an easy one. I like the approach you had, which...