Sam Clopton
Sam Clopton
Anything I can do to help move this along?
@darthtrevino I'm not advocating removing this package, and I see use in a peer dependency, I was advocating updating this package to wrap a package that does not have react-dnd...
Also same issue outside of ember data, with the 1.13 docs.
@darrelmiller when do you think the PRs will get reviewed? If you guys aren't going to do anything to this gem, you might as well just give someone in the...
@richmolj sorry just got back from vacation for the holidays. I originally looked at using the `disassociate` method, the problem with setting `disassociate` in the deserializer, but it doesn't have...
@Zeko369 I would be happy to collaborate on this as well.
I wasn't sure if they would always be, especially `pg_restore` which seems to be the one I use the most :). I've been only running the specific version when using....
:+1:, thanks!
For variants, I was able to get something like: ```erb ``` to work, you'll need to make sure that `default_url_options[:host]` is set for any `_url` helper to work. Using just...
FYI this could be unrelated, but `view_component` implemented a fix: https://github.com/github/view_component/pull/358, both libraries were monkey patching `render`, and `view_component` has an option to disable its monkey patching now (`config.view_component.render_monkey_patch_enabled =...