usimd

Results 15 comments of usimd

Yeah, can confirm this works after adding the service account token secret.

I might be wrong, but isn't this already working to a certain degree? See https://github.com/springdoc/springdoc-openapi-gradle-plugin/blob/e855f9c3aeb776f3d3ef285c80aca748c5a50950/src/main/kotlin/org/springdoc/openapi/gradle/plugin/OpenApiGradlePlugin.kt#L102-L103 In my case, I want to run the app with a modified profile specifically for...

Thanks for reporting this. I actually copied the variable descriptions from the `pi-gen` README and just noticed that they've [updated the `RELEASE` parameter](https://github.com/RPi-Distro/pi-gen/commit/549681f6e217d6e713afb943d571afda83542a2f): > The release version to build images...

Hey, thanks for reporting this. At first sight, I have no clue why this is failing. Since you did not change the prerun script in your fork, I'd expect to...

Sorry it took a while @mickmister. I just blindly copied your workflow from https://github.com/jamtools/rpi-deploy/actions/runs/14550868960/workflow and it succeeded on my test repo. Did you follow up on this?

I have implemented this using https://github.com/c3ko/awsgi (and you'll especially have to use https://github.com/c3ko/awsgi/commit/01855c07ffc3112444b2a575b8b14f456ffb676c in order to make this work with current API Gateway versions) and Bottle, something like this'll do:...

Thanks for reporting this. Was able to reproduce, debug logging reported: ``` ##[debug]Not all required directories in pi-gen dir. Required: stage0, stage1, stage2, stage3, stage4, stage5 but found .git, export-image,...

Unfortunately not. I did not find enough time lately to continue working on this and the current approach is just a sketchy idea, no clue if that is actually going...

Thanks for reaching out. Fully agree, this requires some in-depth understanding of pi-gen's internals and could be made easier for beginners. Would you like to contribute a suggestion in a...

pi-gen is by design incremental. Each stage builds upon the previous and you just tell it at which point to export the snapshot to an image. Caching of the working...