Deniz
Deniz
Oh, I should have clarified, I meant this as an opt-in type of thing :) The default is fine!
@mickeyl I thought it would be enough to just add a configuration option here, similar to #44? Kind of like `--case-iterable` would slap CaseIterable onto every enum?
@mickeyl Not as far as I know
@vapor-pawelw I use GoogleSignIn in my Tuist project with no issues. What's your configuration like? I haven't really done anything special to make it work, maybe it's `.otherLinkerFlags(["-ObjC"])` in my...
@vapor-pawelw I've stuck with 6.1.0, and now that you mention it, I did try to upgrade to 6.2.0, but had some issues, so I just didn't upgrade, as it wasn't...
In `Project` we define `settings`, which is a `Settings` object, which has `base`, `debug`, `release`, and `defaultSettings`. I'm assuming that `debug` and `release` are basically just merged with whatever `base`...
We've run into this issue as well. We don't use pipenv and this rule was automatically configured from the registry based on us using Python, and it says to use...
Are there any simple examples of how to implement a decorator that's meant to be used in combination with `@strawberry.field`? I gave it a half-assed shot, but quickly got lost...