Nils Brugger
Nils Brugger
## Workaround I found a workaround to get the expected result. Split your project into 2 parts `api` and `service` or `app` where `api` is a micronaut lib that contains...
Related: https://github.com/micronaut-projects/micronaut-openapi/pull/750
Hi, maybe I am wrong but isn't the `ory permission language` ([official doc](https://www.ory.sh/docs/keto/guides/userset-rewrites)) the solution to this, since the TS file allows full customization of what is accessible by what?...
As far as I understand you mean a Go lib accessing the ReST api? In this case the client might even be easy to auto-generate using techniques like open api...
@mosheduminer > Currently we have no machine readable specification document, and we would need to write it by hand as well (due to the nature of vertx). So in theory...
This sounds very applealing. Especially if #415 is implemented as it would lead to an empty release. ## Scenario ``` 1.2.3 commit feat: 1 bump -pr beta -> 1.3.0b commit...
Is there a workaround besides forking the repo and customizing the code to my needs? (if semver is enforced)
Hi, i basically run into the same issue (not being able to release a RC as PROD). Is there a recommended workflow/workaround to go from RC to PROD without commits...
What do you think about "auto stashing" where bevore any changes are written a stash is created and after the bump the using stash pop to restore pre-bump state. This...
Sadly my python skills are quite limited. If it was a language i am actually active in (Java, TS, C#) i could contribute.