Daniel Bernier

Results 30 comments of Daniel Bernier

@jrochkind I don't know if you're still working on this, but if you have any other notes on getting cocoon to work with ActiveModels, I'm bashing my way through it...

@jrochkind thank you! That's helpful. I've followed in your footsteps and came to a similar place, which is reassuring. If I bump into anything else, I'll note it here.

I started having this problem too: after an upgrade to rails 5.1.7, while running will_paginate v3.0.12. [This SO post](https://stackoverflow.com/questions/50609114/will-paginate-with-ransack-causes-parameters-error) says the problem seems fixed in more recent versions of will_paginate;...

I'm seeing this same error and stacktrace (mostly) in version 1.5.2, though afaict I'm not calling `next`: ``` undefined method `fetch' for # /gems/json_api_client-1.5.2/lib/json_api_client/parsers/parser.rb:59 in handle_json_api /gems/json_api_client-1.5.2/lib/json_api_client/parsers/parser.rb:11 in block in...

Thanks @dodekeract! That's exactly the kind of useful info I'm looking to collect.

I'm all for using the symbol, since it expands the language by standing in for a specific, precise notion. But let's explain that notion somewhere, for those who are unfamiliar...

I found issue #46, which seems to speak to the equality question; linking it here for completeness' sake. Would still love to see a section for this.

I'm not sure. WordCram doesn't depend on Swing (unless some of Processing's guts are Swing, which I don't believe), so I'd guess it should Just Work. I've never worked with...

This sounds like a much better approach! IIRR, I'm setting a global property in the RenderOptions, and then passing that around. I think this will work better. I'll take a...