Særgeir

Results 87 issues of Særgeir

https://central.sonatype.org/faq/what-is-different-between-central-portal-and-legacy-ossrh/#self-service-migration

E.g. https://github.com/serpro69/kotlin-faker/blob/22feb9246a0749d075d1de69a5af3a4dae1ba493/buildSrc/src/main/kotlin/Publishing.kt#L25 will result in a warning from gradle: ``` w: file:///home/sergio/Projects/personal/kotlin-faker/buildSrc/src/main/kotlin/Publishing.kt:25:31 'creating(KClass, U.() -> Unit): PolymorphicDomainObjectContainerCreatingDelegateProvider' is deprecated. Use registering instead. See https://docs.gradle.org/current/userguide/task_configuration_avoidance.html for more information. ``` https://docs.gradle.org/current/userguide/task_configuration_avoidance.html

chore :broom:

### TL;DR - clone - `cd examples/shared_vpc` - apply ### Expected behavior Apply finishes successfully ### Observed behavior ``` Do you want to perform these actions? OpenTofu will perform the...

bug
Stale

##### SUMMARY I was trying to add an `until` to the `nameserver_record_info` that would check for result values being equal to IP address that I expect the dns name to...

### Display Name claude-starter-kit ### Category Tooling ### Sub-Category None ### Primary Link https://github.com/serpro69/claude-starter-kit ### Secondary Link _No response_ ### Author Name serpro69 ### Author Link https://github.com/serpro69 ### License MIT...

validation-passed
resource-submission

Hi, I've tried to expose homepage to internet after it has been created, and not sure if some steps are needed to expose an _existing_ (previously deployed but not yet...

Not sure what is the state of your homelab, since at least commit history seems a bit stale. But if you're still working on it, maybe opening up discussions would...

Example, internet: https://github.com/serpro69/kotlin-faker/blob/ea4e361ce800ade4ad9dd7b368b27346b644df02/core/src/main/kotlin/io/github/serpro69/kfaker/provider/Internet.kt#L14 uses `nameProvider` in the constructor. Then ```kotlin f.internet.unique.email() ``` will fail with: ``` io.github.serpro69.kfaker.provider.InternetTest > Internet provider > Unique email generation > io.github.serpro69.kfaker.provider.InternetTest.should generate a list of...

bug :lady_beetle:
core 🧬

```kotlin context("Unique email generation") { fun createFaker(): Faker { val cfg = fakerConfig { uniqueGeneratorRetryLimit = 10_000 } val f = Faker(cfg) f.unique.configuration { enable(f::internet) } return f } it("should...

bug :lady_beetle:
core 🧬

### TODO - [x] test publishing - [x] cleanup buildSrc plugins - there's likely some dependencies that are duplicated which were there due to usage of shadow plugin - look...

enhancement :rocket:
core 🧬
breaking 💔