Sean Abrahams

Results 9 issues of Sean Abrahams

``` rails (4.2.8) jsonapi-utils (0.4.9) jsonapi-resources (~> 0.8.0) ``` I have a nested resource where the `index` action has a code path that executes `resource_params` which ends up producing: ```...

Running MacVim 7.3 (62) with Janus (https://github.com/carlhuda/janus) and vim-slim. Navigating a 241 line slim file is slow and painful. Disabling vim-slim and having no syntax highlighting speeds things right up....

This PR adds the ability to validate action names in addition to object and context.

When uploading (with jQuery File Upload resizing and previewing) a panoramic photo taken from iOS 7.1 it is resized incorrectly on mobile Safari and Chrome. The left half of the...

browser bug

We recently updated the API for Ecto Connections to accept arguments for sorting the connection by adding `ordered_by` and `ordered_by_direction` arguments. This works if you want to sort by the...

In practice, clientMutationID is null on mutation responses due to the code expecting an atom key but receiving a string key. I've updated the codebase to check for both but...

It would be great to be able to use snake_case in Elixir-land and CamelCase in Javascript-land. See http://absinthe-graphql.org/guides/adapters/ for an example.

When an active modal is displayed within a `` and that frame is updated with new content the `disconnect()` function for the modal controller is called but the `async openValueChanged`...

Thank you for your work on bringing PWAs to Ember. I've followed the thread of setting up a PWA with Ember from https://dockyard.com/blog/2017/07/20/how-to-build-a-pwa-with-ember to this library including `ember-web-app`, `ember-service-worker`, `ember-service-worker-asset-cache`,...