Dan Pickett

Results 9 issues of Dan Pickett

IE in binarylogic/searchlogic (line 69 of rails_helpers.rb): ``` concat(content_tag("div", hidden_field_tag("#{args.first}[order]", search_obj.order)) + "\n") ``` and in dpickett/tab_menu (line 15 of view_helpers.rb): ``` concat("") ```

I went to install email_spec on a recent Rails project but couldn't due to the pessimistic version constraint on RSpec (I'm currently using rspec 2.3.0) - was the last 0...

I added dotenv in development for easier credential configuration

Amazon will require you to sign all requests in August using an HMAC-SHA1 signature

dpickett

allow for straight up class assignment

[Frontmatter Suffix](https://github.com/dpickett/open-related-url/blob/a284ec3493cdc5431fb5b82a822b786ed648dec3/src/open-related-url/SettingTab.ts#L19) Maybe file this under future improvements, but it might be nice to have a UI with rows where you can specify the key and the title separately. I'm...