James Herdman

Results 47 issues of James Herdman

This will make Garlic friendlier to things like Ember.js

There were a lot of things that were eagerly running before tests. These should be wrapped in Moacha's `beforeEach` hook. This prevents an issue such as the following: ``` Uncaught...

It'd be really great to be able to support "ON CONFLICT DO NOTHING". Is there appetite for this feature?

Tagging future releases means it's easy to discern the code as-at a version number. Knowing this makes it easier to track down bugs, or determine features available at a certain...

Given... ``` html {{lazy-image url=someUnresolvedPromise.urlAttribute}} ``` The image never loads, even once the promise resolves, and I get a spinner forever.

It's not our business to check for breaking changes, this is the problem of the upstream package. It is our business, however, to call out when updates to the underlying...

### Environment * Elixir & Erlang/OTP versions (elixir --version): ``` Erlang/OTP 23 [erts-11.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace] Elixir 1.10.4 (compiled with Erlang/OTP 23) ``` * Which version...

In investigating how our Ember Data mixin works with a few of our apps at Precision Nutrition, I noticed that adapter level error handling is circumvented. This breaks applications by...

Ember Data Mixin

This probably doesn't matter for end users, but it's of interest if we eventually want to be the ajax service for Ember Data proper.

Ember Data Mixin

When installing the Ruby LSP (solargraph) it modifies one's local bundle config. This has surprising consequences. One of the flags used is `--without development`. This is unfortunate as one's Gemfile...