Ryan Brink

Results 88 comments of Ryan Brink

Hi, is there any progress / timeline on this feature? My use case is that I would like to embed a collection as part of a service catalog entry inside...

hmmm you know... when I opened this it was b/c my friend suggested putting it in the `.github` directory... but now I'm second guessing that 😅 feels like that should...

I'm running into the same issue :( The lifecycle workaround seems to make it happen less, but I still end up in a strange state where my service account secret...

I think you are missing this ```kotlin tasks.withType() { useJUnitPlatform() finalizedBy(tasks.withType(JacocoReport::class)) } ``` I didn't even need to add the custom `jacocoTestIntegrationReport` task. I pasted _most_ of my root gradle...

this feels like a really weird scenario, given that you can create an org via the provider. You could easily see a scenario where I would want to define an...

Thanks for the PR! Question for ya.... is this a part of the true openapi spec or is it a swagger specific extension?

removing from V2 milestone as this can be added after the initial release as a complimentary module

Same :) Unfortunately, I don't have the bandwidth to tackle this myself at the moment, if you or someone from the community would like to spearhead this effort, that would...

Hmm... bit hard to follow the proposed solution without some code. I have a solution that I _think_ will work, but I haven't tried it so no promises :) If...