Daniel Beard

Results 17 issues of Daniel Beard

- Example the builtin snippet `Objective-C -init Method`, would be really nice if I could just enter `init` and match that action.

- From the documentation: Use the NSWindow makeFirstResponder: method, not this method, to make an object the first responder. Never invoke this method directly. - I don't think this method...

`NSCopying` class types that also have a mutable subclass variant (for example `NSString`, `NSArray`) should always be specified as `copy`. This helps avoid situations where the value of a property...

- Noticed there isn't a swift 4 version right now, is this something that's planned, or can I send a PR for that?

Looking at the implementation for `github_review.rb`, currently all inline violations are rejected from the final comment, and everything is placed into a general markdown comment. I'd like for inline commenting...

Hi, I've enabled malloc stack logging in the scheme editor for my current target (Simulator x86_64), and when I take an ObjC object address and pass to `msl`, I'm not...

Actual behavior: - When running a build, `git name-rev --name-only HEAD` always reports `master` Expected behavior: - It should reflect the actual branch that is being built.

I am filing this since I have the same issue as #37 which was closed by its reporter: My work's slack workspace has over 7000 users. As the bot runs...

It would be really nice to also be able to shimmer text in a label, like facebook/shimmer could: https://github.com/facebookarchive/Shimmer/tree/master

Example swift file (that compiles without warnings or errors): ```swift import Foundation class NormalClass { } class GenericClass { } // class CommentedOut {} protocol MyProtocol {} // class is...