Marcel Richter
Marcel Richter
:tada: This PR is included in version 2.11.1 :tada: The release is available on [GitHub release](https://github.com/hcloud-talos/terraform-hcloud-talos/releases/tag/v2.11.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
With Talos `1.7.6` and Linux`6.6.43` this should be fixed, right? This doesn't seem to be the case for me at the moment: ``` kern: err: [2024-08-12T15:18:50.641243422Z]: ================================================================================ kern: err: [2024-08-12T15:18:50.641247422Z]:...
I tried https://github.com/springdoc/springdoc-openapi-gradle-plugin/issues/102, but no success. Only fixable with `generateOpenApiDocs --no-configuration-cache`
Temp fix is: ``` tasks { forkedSpringBootRun { notCompatibleWithConfigurationCache( "See https://github.com/springdoc/springdoc-openapi-gradle-plugin/issues/153" ) } forkedSpringBootStop { notCompatibleWithConfigurationCache( "See https://github.com/springdoc/springdoc-openapi-gradle-plugin/issues/153" ) } } ``` (adepted version of https://github.com/springdoc/springdoc-openapi-gradle-plugin/issues/102)
Hi @lukaseder, I also decided against inheritance because of the following limitation: > A serious limitation of the inheritance feature is that indexes (including unique constraints) and foreign key constraints...
Yes you are right. Thank you. And yes, I will give it a try.
for the reference purpose: I think, that's what I was asking for here: https://github.com/orgs/hey-api/discussions/1039#discussioncomment-11194255
No, no problem. I have also not created an issue because it was out of my focus. I stumbled across it again today by chance. Thanks for active maintaining!
> well turns out pasting image on macos is with `Ctrl + V` (yes, with Ctrl on mac) thank you very much!
Not that I know of... there is an earlier container that unpacks "dind-externals" from the github runner image and provides it via a volume mount for dind. But that shouldn't...