Karl Metum
Karl Metum
@J-Sek Check out this one: https://marketplace.visualstudio.com/items?itemName=karlingen.active-pull-requests&ssr=false#overview
This is a fairly straightforward implementation. You can simply put a `` inside the `` of the html files. The `iframe` will automatically refresh. `30` is the number of seconds...
@shingara Yup, not working anymore. `valid?` is private and breaks stuff. ``` Failure/Error: it{ should validate_presence_of :text } NoMethodError: private method `valid?' called for # ```
I managed to workaround this by adding the following to my form: ``` ruby def valid? super end ``` Is there a good reason why this method is private? @apotonick
Thanks for the clarification! I'm writing a gem called [deadlift](https://github.com/karlingen/deadlift) that uses `Contracts` from your gem and calls them Barbells so they can be used by the deadlift objects. This...
Wow, I wish that I had found out about Trailblazer earlier! Removing my gem now.. 😂
@deepwell Is this still applicable? If yes, why is it not implemented yet?
@agalwood In context to this, is there a reason we limit to displaying only 20 tasks? What if I added 100 tasks, and I want to pause or cancel the...
I could not replicate this issue. Just upgraded to Yosemite and then re-installed SafariTabSwitching to the default installation path (for all users). Works splendid.