Slipp Douglas Thompson

Results 14 issues of Slipp Douglas Thompson

- Set the `DEFINES_MODULE` build setting for the “Finch” (static lib) target to `YES` for better interop with Swift— all of Finch's classes will be accessible under the `Finch.…` “namespace”,...

Fixed numerous memory leaks by adding the `CF…Release()` & `free()` calls necessary when using non-ARC plain-C stuff like CoreFoundation & malloc.

Has Then been abandoned?  It doesn't appear @devxoul has responded to any issues or PRs, or made any code changes since Sept 2019.  And basically every comment he made before...

The `.gitignore` file currently is ignoring xcodepoj-related files, which currently does nothing for the Then project because of the decision to go full SPM and remove all xcodeproj stuff (#55)....

When attempting to View Swift Class Diagram with a sizeable Swift file (8667 lines, excluding blank lines), the webpage that loads reports: > # Request-URI Too Long > > The...

### New Issue Checklist - [X] Updated SwiftLint to the latest version - [X] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug SwiftLint crashes (EXC_CRASH (SIGABRT)) when used...

enhancement

The Usage section of the readme tells us to _“Integrate pecker into an Xcode scheme to get warnings and errors displayed in the IDE. Just add a new "Run Script...

Added scope validation per endpoint, based on the “OAuth 2.0 scopes required by this endpoint” section listed for each endpoint in the Twitter API v2 docs (https://developer.twitter.com/en/docs/twitter-api). Motivation for this...

…rowsers. According to the MDN page (linked in the readme), AudioWorkletProcessor is now supported by all browsers of any reasonable significance, desktop and mobile (so not `elinks`, but pretty much...

Updated SwiftBitmask for Swift 3.  A bunch of syntax has changed but Swift 3 hasn't added anything that encompasses the functionality of SwiftBitmask— so it remains a much cleaner and...