Gregor Dschung
Gregor Dschung
Patreon reenabled! (EDIT: Switched to GitHub Sponsors due to the fees.) I won't be able to keep it activated forever since I have to be careful about my expenses, but...
Is UMD still a thing? IMHO ESM should get the primary focus nowadays.
Okay, my bad. I should not conclude from my use case to others. As far as I remember, when I migrated the backbonejs application which I'm maintaining in 2020 from...
Having the same issue with `spotlessJava` for a task, in which I use `spotlessApply` as a finalizer: ```groovy task updateGeneratedCode { group BasePlugin.BUILD_GROUP description "Updates src/generated/" dependsOn(updateGeneratedCodeFromWsdls, updateGeneratedCodeFromXsds) finalizedBy(updateWsdlsAvailableOnClasspath, "spotlessApply")...
When the `kotlin-dsl` plugin is used and the dependencies aren't loaded yet (`--refresh-dependencies`), the (custom) plugin repositories are contacted before the properties are set. So setting the properties in the...
It's your decision to include something or not, as it's your repository :-) As an alternative to commit launch configurations, it is possible to generate them (InstrumentedDemoRunner is the only...
I can confirm @bioche's repo works like a charm. 👍 Looking forward for the integration in the official releases. :-)
Uh, just noticed in the release notes of [v10.18.0](https://github.com/realm/realm-swift/releases/tag/v10.18.0): _- Add prebuilt binary for Xcode 13.1 to the release package._ In the latest release notes ([v10.20.2](https://github.com/realm/realm-swift/releases/tag/v10.20.2)), the prebuilt binary is...
Mh.... Xcode is still compiling Realm when using SPM.
I still wonder why this issue does not cause more outcry.