Maarten Billemont
Maarten Billemont
I came here to ask for something similar but different, ie. a configuration for `statement_position` to ensure `else`, `catch` are styled as: ``` if condition { print("\(value1)") } else {...
There are some esoteric cases where an empty setter value is required. An example is when implementing a `@propertyWrapper` with `static subscript(_enclosingInstance: T, wrapped: ReferenceWritableKeyPath, storage: ReferenceWritableKeyPath)` (ie. a property...
this PR is based on #159. The only commit in this PR that is relevant is f84740e01002e6806c03984b19bef0bb2d85e893
It looks like your `main` branch is not up-to-date with `release-candidate/3.5.0`. This PR is only in regards to commit 5cbefb762388eb84d88b89aff8568c0a969f5dae
Sure @erkanyildiz, it's here in case some of it is useful in accelerating your goals. I noticed there appears to be some (not yet complete/functional) code in place for loading...
Same, an update of the progress made since Jan would be appreciated. Extensions are the primary point of access to our app, so not having Countly working in the extension...
@kevinrenskers I apologize, I can't be of huge help – my primary aim was to avoid the issue described in the screenshot; ie. void of any context about the assert...
I will keep a look out for a way to reproduce the issue and return, since at this point I don't have one.
perhaps, but I don't think forcing a different code style onto a project can be a solution.
Version `0.50.3`, this leads to a `Bus error`: ``` Linting Swift files in current working directory Bus error: 10 ``` Config: ``` included: - Sources excluded: - "**/*.graphql.swift" ``` LLDB:...