Devin Howard

Results 92 comments of Devin Howard

#19, integrating normalizr, should solve this issue

Hi, you're exactly right. I was anticipating this day haha. I'm slowly working through removing immutable js from the lib so i dont have a lot of capacity to fix...

If course if you own the backend server it wpukf be mich simpler to replicate the contents of your existing id field and have the unique identifier available under both...

Hey, I can try to help diagnose this. It's going to be hard without more code though Based on the error, it looks like the payload isn't correct here https://github.com/devvmh/redux-crud-store/blob/master/src/reducers.js#L117...

Ahhh of course, I see. FETCH actions expect a response like ``` { events: [ { ... }, { ... } ] } ``` FETCH_ONE is probably what you want....

I'm struggling to understand the purpose of the code. That endpoint looks like it should return a single event. If you read through the README of this repo, you'll see...

Beautiful. I"m glad this worked out for you. When I get a chance I'll add that helpful logging and I'll close this issue then. Thanks for reporting + using the...

OK I merged this, then had errors, then looked deeper into it, and can't get it. I'm not clear on what the difference between a "plain class" and what's happening...

Which in the current redux-saga can be written as ``` js call(apiClient, apiClient.fetch, ...args) ``` if I'm not mistaken. Is this a breaking change? Either way, I'll make a pull...

Now we are writing new code with this pattern, and we have to add it to brakeman.ignore each time. I can see why this allows arbitrary column sorting (in fact,...