Sem Schilder
Sem Schilder
I'm also experiencing this! We have the following markup ```yaml # openapi.yml paths: /api/v1/health: $ref: 'components/internal.yml#/endpoints/getHealth' ``` This references a the file `components/internal.yml` relative to `openapi.yml` file location. It has...
We where already using speccy to combine it into json format. However, when it's combined into a single yaml file I'm still getting these warnings ``` thread 'main' panicked at...
Possible todo: add test for composer v1 and V2 package endpoint differences. Also test this with an invalid user agent. This will fix the missing coverage
We were using the `php-fpm:8.0` image for some time now, instead of our custom build php binary and images. This worked fine on our Kubernetes cluster, where all production resources...
@fmulero good one, we were using `bitnami/php-fpm:8.0` as base image. Which "broke" due to the permissions thingy. I can't view the last build logs because of a botched GitLab upgrade....
I will check on Monday if this is still an issue
Behaviour for `bitnami/php-fpm:8.0` is still broken. Specifically using `bitnami/php-fpm:8.0.19` does work as "before". Can we mark this issue so it wont become stale every x days?
@ramsey I see that there are a couple of PRs linked to this issue, but they are closed. Due to the long discussions on them, I can't immediately figure out...
After some more debugging, it seems the event is not fired for some reason. I currently have 2 event listers. One on `lexik_jwt_authentication.on_jwt_created` which does work as I have custom...