Mathijs Kadijk
Mathijs Kadijk
Awesome! 👏 No problem if this is a backwards incompatible release. Lets keep the API as similar as possible so it’s easy to migrate to the new version. Think nobody...
Today I also ran into this issue, my command line tool didn't specify a platform at all in its `Package.swift`. This causes the following code to compile perfectly fine, but...
R.swift in the end does call `UIImage(named: imageName , in: bundle, compatibleWith: nil)` to get the image, where the bundle is the bundle where the R.generated.swift is embedded into. Are...
@michnovka that PR is mainly untested, would you have time to take it for a spin and report back if it works allright for you? That would give confidence to...
A first version to prevent this from creating time consuming bugs could be: - When we start to call the handlers set a flag, unset the flag when all handlers...
@julien481516 would need some additional info to help here. The instruction I the Readme is for Xcode cloud to disable plugin validation. Please note it's not a magic variable or...