Békési István

Results 3 issues of Békési István

Following the steps written in the readme, after npm install: `jhipster-entity-audit: command not found` Alternative `jhipster --blueprints entity-audit` does not work either: `this.registerPrettierTransform is not a function` I have the...

Question: Is there any reference implementation of the Microsoft REST API Guidelines publicly available? (I’ve checked the GitHub API, but I’ve noticed slight differences. For example, GitHub uses [PUT](https://docs.github.com/en/rest/gists/gists?apiVersion=2022-11-28#star-a-gist), for...

**Describe the bug** Using `@ArraySchema` annotation on a field with implementation parameter generates invalid openapi schema. **To Reproduce** ``` public enum MyEnum { red, green } public enum MyOtherEnum {...