Matt Green

Results 5 issues of Matt Green

Maintaining the HTTP component requires more effort than it's worth. Find a way to connive AFNetworking to play nicely with Elevate.

enhancement

We should support some notion of default error blocks.

enhancement

To reproduce, run `./target/debug/gitignore_check target src/file.rs src/asdf` from the root of this repo and get the following output: ``` File: target, Excluded: true File: src/file.rs, Excluded: false File: src/asdf, Excluded:...

bug

snake_case 1. Standard Ruby 2. Already in use in a lot of gems 3. Differentiation is nice when using iOS APIs (can clearly tell what is Ruby/iOS) camelCase 1. Standard...

Thank you for one of many awesome repos! I am using SwiftUI in a menubar app and have a `KeyboardShortcuts.Recorder` in a preference pane using your Preferences library. I can't...