Sean Abrahams

Results 8 comments of Sean Abrahams

@tiagopog I'd like to revisit this issue as I'm currently experiencing it while looking into using `jsonapi-utils` for a project. In the README you have an example response for a...

It was via a request like `GET /profile/:profile_id/articles` where it was looking for a `profile_id` in `params[:profile_id]` OR `resource_params[:profile_id]`. The question then is, why look in `resource_params[:profile_id]` if it's a...

Also ran into this problem. req.headers in issue() was undefined but needs to include req.headers['Content-Type'] = 'application/x-www-form-urlencoded'; on form submitted (non-get) requests. Correct me if I'm wrong but Content-Length is...

This issue looks like a showstopper for anyone considering Greenscreen. The Google tickets (https://code.google.com/p/google-cast-sdk/issues/detail?id=682, https://code.google.com/p/google-cast-sdk/issues/detail?id=681) show no indication of a resolution. Has a newer firmware since this issue was created...

I have a slightly different use case that likely requires a similar solution. Given a `store_model_class` instance method on an ActiveRecord model that returns a dynamically generated `StoreModel::Model` class, I'd...

@batate @ericmj Please `mix hex.publish`. It only takes a second and saves us users from spending potentially a lot of time figuring out what's wrong. Thanks for the library!

Check out https://docs.timescale.com/timescaledb/latest/how-to-guides/continuous-aggregates/

@sibeliusseraphini @LPayyapilli Setting `overflow: hidden` on the `body` should work unless there's a conflicting CSS property. Two different ways you can achieve this: 1) When `react-modal` has a modal open...