Carlo Beltrame
Carlo Beltrame
/fast-forward
/fast-forward
I tried adjusting the branch protection rules to allow the ecamp3 core team to push to this branch, but it doesn't work because we pass `GITHUB_TOKEN` to the workflow. This...
/fast-forward
/fast-forward
When I query the API myself using a new personal API token on my account, I get `"mergeable_state": "unstable"`, which would be fine (we should actually allow that, because it...
Another solution would be, if we ever get around to implementing https://github.com/ecamp/hal-json-vuex/issues/2. Then we could automatically define a getter user.displayName in the frontend which assembles the displayName from the linked...
Do you have any pointers on which parts of the package do not support php 8? I was only using getter and setter so far, and those seemed to work...
I tried updating the dev dependencies to allow versions that support PHP 8. Locally, I got the tests to work, but on GitHub Actions some of them fail because of...
Since we use php 8 in my project, I opted out of using symbok, and I did not personally pursue this any further.