Dennis Dierkes
Dennis Dierkes
I was able to get the code generation running using the gradle-jooq-plugin in combination with the `VertxGeneratorStrategy` ```groovy buildscript { repositories { mavenCentral() gradlePluginPortal() } dependencies { classpath "org.postgresql:postgresql:42.2.10" classpath...
I also wonder about why the first properties are required in local development since they are pointing to an online cloud instance. :confused:
Yes I did @kmjennison
We're also waiting for this. :disappointed:
Is this branch planned to be merged into the default branch? This branch is broken at the moment because the geoip server is unavailable which has been already removed in...
I've just added the `example` directory which contains a working `docker-compose` setup.
It's pretty annoying to get advertisements via github issues @HiveMQSupport.
We have no problem running this in nuxt. Would you mind providing a example repository? I could have a look at it.
Hey @lunars97, this is my first review for this project, so apologies in advance if my suggestions don't align perfectly. I wanted to propose the implementation of a linter to...
> > * Before storing the Zammad Access Token, we should validate it with a test case to ensure its correctness. Failing fast in this case also has the benefit...