James Herdman

Results 47 issues of James Herdman

Usage of `Object.entries` on the below line breaks compatibility with IE11: https://github.com/machty/ember-concurrency-decorators/blob/c80ffa5fa8a6d0da13dcbacddfde7a7bcdbf7fb2/addon/index.ts#L119 If you're amenable I can come up with a solution, otherwise it'd be nice to note that this...

In 0.11.4 the following change was introduced: 3ee0426e88104048f624ed4ac1661feb8bb753f9 I'm seeing this exception raised in Rack v2.2.3.1: ``` NoMethodError: undefined method `cookie_value' for "e1af07cec3cbb9aade2800550652e7bc":String ``` This can be traced to this...

Given that the broader Elixir community is circling their wagons around Jason, and issue #153, it seems that moving to Jason would be a wise choice. NOTE: I'm having some...

It seems like `triggerEvent` doesn't support the "drop" event. The corresponding change would require supporting the `DataTransfer` event API too.

### 👓 What did you see? When `database_cleaner-redis` AND `database_cleaner-active_record` are in play, I cannot correctly configure them for the `Cucumber::Rails::Database.javascript_strategy`. I'm forced to consolidate upon a single strategy. ###...

Since the second line of the documentation is to view the README, I think it ought to be included. This can be done as such: https://github.com/jeregrine/jsonapi/blob/c42b21f106f37d507257faaea7f891b08c345a66/mix.exs#L18-L22. I'm happy to open...

Is it possible to configure the test command? E.g. I need to execute the test command within the context of something else like `nix-shell ; mix test`?