Juan Castillo
Juan Castillo
I'm also interested in this.
Maybe you can try using the getInstallationId method?
Acording to the [documentation](https://github.com/tim-vandecasteele/grape-swagger#grape-entities) , it is supported (in a way, I guess).
I am having this issue too. `jettyRun.doFirst` fails with `Could not get unknown property 'jettyRun' for root project 'XXXYYY' of type org.gradle.api.Project` ``` apply plugin: 'war' apply from: 'https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin' repositories...
+1 on this. @atais it means Work In Progress :)
There's a beginning of a fix here: https://github.com/redpanda-data/redpanda/pull/4964
I ran into this today too, with a fresh `sqld` docker image built from scratch, and the "sync" example. I used [libsql-server/scripts/gen_jwt.py](https://github.com/tursodatabase/libsql/blob/main/libsql-server/scripts/gen_jwt.py) to generate the key and JWT. Looks like...