Devin Weaver

Results 47 issues of Devin Weaver

These tests are a starting point to discuss a strange behavior I only see with Changesets and Modifiers. My best understanding is that the interaction between changesets and modifiers causes...

http://cachedcommons.org/cache/jasmine/1.0.0/javascripts/jasmine.js Returns a 404 not found error.

Adds `Gemfile` and `Gemfile.lock` to the repository to handle the bluefeather dependency. I added this to allow the latest [Redmine](http://redmine.org) version which uses Bundler.

These two commits add an IIFE wrapper to provide closure and stores any reference to `window.remoteStorage`. The new `noConflict` method can be used to restore the `remoteStorage` reference if you...

In the past the use of the wrapped test/only would setup sinon to use QUnit's assertions for sinon's assertions. This was a big win as sinons assertion API is far...

I discovered that (Ember 3.25) when I attempted to prevent the `(fn …)` from helper from evaluating to prevent the non-function assertion it still evaluated. ```hbs ``` ## Expected To...

In Bash an indented heredoc will only work if you use tabs. Since the guides explain that only spaces (for which I prefer) are to be used it conflicts with...

On a small device (`max-width: 700px`) the previous and next buttons are hidden. The problem is that in fullscreen mode (where I would look at images) there is no easy...

Add a utility to prune the temp files manually. By default this would be history older then seven days but can be adjusted through a command line option. Originally intended...

In many cases where Vim is used as an intermediate step in a series of steps it is helpful to abort when the user explicitly exits vim with a non-zero...