b
b
Hi, is this still blocked? Do I understand correctly that you'd still have to annotate with @Schema(required = true) in Kotlin for now? For some reason, I'm unable to find,...
@MikeEdgar thanks for the update. I will prepare a demo later. For now, I have solved it with ```kotlin @Schema(requiredProperties = ["name"]) data class SomeDto( val name: String ) ```...
We just ran into the same issue. Using Mayastor and CNPG on the same cluster. We set huge_pages to `off` and everything worked alright, because we moved from Zalando Postgres...
i am facing the same issues with the segment-anything example. please re-open @KonstantinKorotaev, @niklub
@Fireblossom I'd love to help, but from a quick look it seemed like they changed it a bit more fundamentally. Would you be able to fix it again, though?
@LeonardSensmeier interesting, thanks. Which Dockerfile? On mobile currently, so I can’t search efficiently…
@mpesavento we gave up using LabelStudio and went on to use https://anylabeling.nrl.ai/ it's a bit different (non-web, e.g.), but works for us
@JiriOndrusek I was just about to open a new issue, since I experienced this problem in: https://github.com/quarkiverse/quarkus-tika/issues/176 I also just build this reproducer https://github.com/thiswatch/quarkus-tika-camel-reproducer which you probably then don't need...
I'd love to help, but given how long it took me to even figure out what is wrong, I might not be of great help :-/
We see that the pg_wal in the primary container starts to explode in size. We have given our prod db generous space, but eventually it will run out as all...