Bernd Huber
Bernd Huber
+1 for style.css instead of customization options. For example: WIth the current markdown-preview of visual-studio-code i can specify a "style.css" file which loads my custom font residing in the workspace...
> Not sure if I'm on the same page here, but does this means that, if implemented, there could be an option to generate all `jOOQ`-related classes without the need...
@x80486 this sounds like a good idea, having a separate "quarkus-jooq-codegen" plugin. I just want to say... i often need to be able to customize: - my JooqExecuteListener - my...
wow, would love to work with such a database, that combines the advantages of JSON and Relational, and having jooq-generated classes on top of that, could open new ways to...
the same endpoint would be needed for quarkus framework also i think. See: - https://quarkus.io/guides/security-openid-connect Quote: [quarkus.oidc.auth-server-url](https://quarkus.io/guides/security-openid-connect#quarkus-oidc_quarkus.oidc.auth-server-url) The base URL of the OpenID Connect (OIDC) server, for example, https://host:port/auth. OIDC...
Hello Lukas, happy to see this idea :) when working in a commercial software in the past we have: - wrote an AbstractPojo that does the dirty tracking. - changed...
i have thought about this a bit, and want to share following ideas: **First Idea: Feature-Flag for Codegen** - Codegen gets a flag for enabling "Modified Fields Tracking" in Pojos...
is there a workaround? i would like to use mock-idp, but my AWS Cognito IDP for SAML2 also expects a metadata XML
i have changed it by forking and accept parameters like follow (works then for all kind of passwords with all kind of special characters): ``` python app.py -c ./config.yml --scheme...