Louis Simoneau

Results 15 comments of Louis Simoneau

Just chiming in on this one, I got here because dualStorage wasn't playing nice with [backbone.paginator](https://github.com/backbone-paginator/backbone.paginator), since Paginator overrides `parse` to deal with collection endpoints that include pagination data as...

Yep, I'll do a release this afternoon. On Thu., 23 Mar. 2017 at 12:37 pm, Noriel Valdes wrote: > @Hermanverschooten Louis just > merged it a few hours ago. There's...

Hi folks, wondering what the status of this is? Context: * we need to delete data to comply with GDPR deletion requests * currently we've tried doing this by setting...

Yeah, I think a `dup` with a bit of extra massaging as you've described would do the trick. Let me see what I can put together, I'll send a PR...

I just checked and this branch still passes all the tests on the latest Elixir. The build is failing because `.travis.yml` has an outdated Erlang version. If you wanted to...

Sorry if I was unclear. The Travis CI tests are erroring because Travis is configured to install Erlang R16B, which is incompatible with the latest Elixir. You don't need to...

I've tested your branch on Elixir 15.0 and it works fine, so no need to worry about that.

@backus the `aggregate_failures` is superfluous in this case and would only be there to satisfy the cop. In the above example RSpec will never report multiple failures, it will report...

Yes, sorry. The above example was bad in that sense because there's another way of writing it. The actual example in our codebase is a custom exception class which has...