Steven Roebert
Steven Roebert
Actually it does work if I put the comments underneath `@MainActor`, so: This works: ```swift @MainActor // sourcery: someAnnotation class SomeClass { } ``` This does not: ```swift // sourcery:...
Unfortunately `INFOPLIST_PREPROCESS` only works for string related settings, not for dictionaries/booleans. I would for example like to add `NSAppTransportSecurity` only for the debug configuration. I think this feature could still...
@Steve-Mcl I simply click, I do not hold. If I hold it never stays open, if I click, only very rarely it works. I also do not move the mouse...
I'm also running into issues when trying to use Amplitude with a notification service extension. It seems that the extension is killed right after processing notifications, so Amplitude is not...
Nice work, this is much better than the existing function with sleeping. This should simply replace the old one. I added some review comments. Also have a look at the...
I actually think the `close` function is not correct in this case. Close should check if it is connected and only close in that case, otherwise it should simply do...
Ok, yeah that is a tricky one. I would also go for making it optional. I know it is a breaking change, but at the same time, I doubt there...
Yes, that is exactly what I meant. I like the idea of throwing an error is reset does not properly reset. About compatibility, I find it a bit hard, as...
Any idea what the problem with travis is? I see some message about brew and vapor.
I have the same problem when trying to use it with the `else` card in the `auto-entities` card. It works fine if I wrap it inside a horizontal stack, it...