Craig Buchek

Results 23 comments of Craig Buchek

1. Happy birthday, @solnic. 2. Is this really a sustainable thing to keep updating? ;)

Yeah, we can just add to the plist, and it'll work. According to the referenced article (and [this Stack Overflow entry](http://stackoverflow.com/questions/8003919/are-dynamic-utis-stable)), dynamic UTIs are based on the file extension, so...

@tarwich I don't think it'd help with #14. Because `.txt` is already registered, they'll always come up as the `public.plain-text` UTI. I don't think there's a way to register a...

Thanks. I made that typo (and a couple other variants) many times the past few days. Not sure how it snuck into the committed code.

Homebrew just recently marked dockutil as deprecated. That's going to significantly reduce the number of people able to use dockutil. That's a shame, because it's a great little utility. I...

I think you want to use a rule that matches the end-of-line explicitly. Like the example at https://github.com/d11wtq/whittle#skipping-whitespace-and-comments, so you'd have: ~~~ ruby rule(value: /\S.*$/m) ~~~

My first thought was that `attribute_names` would be useful, and doesn't pollute the model's namespace any worse than `attributes`. But since `attributes` is deprecated, I think @solnic is right ---...

Sorry, I thought I had commented on this. Not sure if I never hit Enter, or if it got eaten. I really like RuboCop, but I'd really prefer that we...

Thanks, @wconrad, that worked for me. It might be helpful to add a note somewhere in the docs, so others don't run into the same issue. I also like your...

LOL, yeah. I'm not sure there's actually a solution to that. :(