Michael

Results 20 issues of Michael

While using this library, I occasionally (roughly half the time I run the exact same procedure in my app) get an error in the console reading `UIColor created with component...

I added another common variation of license files to find "LICENSE.md" PLUS allow for lowercase characters in the filename.

The inline docs for `InputStackView` state > A UIStackView that's intended for holding `InputItem`s > ## Important Notes ## > 1. Default alignment is .fill > 2. Default distribution is...

question

I've made an adjustment to remove the dependency on ImageMagick and instead leverage `sips` (built into macOS since very early versions).

This snippet starts at line 189 in `AccountStore.swift` ```swift var listenReferenceRoom: Any? public func paginate(room: NIORoom, event: MXEvent) { let timeline = room.room.timeline(onEvent: event.eventId) listenReferenceRoom = timeline?.listenToEvents { event, direction,...

What is the purpose of the service ID? I had previously thought that the service id was what you used to identify your app so that your keys would be...

bumped swift syntax to swift 5 fixed a case where the demo would crash if a filter was unwrapped unsafely resolved swift warnings pertaining to memory safety. [more info](https://forums.swift.org/t/help-rid-of-warning-with-unsafemutablepointer-with-array-withunsafemutablepointer/34364) on...

Most of the edits were actually pulled from another fork I picked at random that fixed the swift 3 build issues. However, I noticed that a lot of filters has...

Add rule indentation_style. Warns when tabs and spaces are mixed within the same file and allows for setting your entire project to either tabs OR spaces. Also allows for spaces...

### New Issue Checklist - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug I'm not super up to date on the project, but when I updated my...