Andrew Seroff
Andrew Seroff
Assuming that your add_nested_fields link for the 2nd form is adding them to the first form. To solve, check this section out: https://github.com/ncri/nested_form_fields#custom-container Solve by giving the location you want...
+1. A little bit more configuration options around download would be great. Specifically, my clients would like a big ol' "Download" button separate from the canvas entirely, it would be...
+1. Ended up having to monkey patch the batch operation in a local copy of the package. ``` key: "_toggleRow", value: function _toggleRow(params, visible) { if (params.hasOwnProperty('indexes')) { var indexes...
Absolutely agree. I unfortunately couldn't wait and don't feel confident enough to put in a PR with the feature; I originally tried to write it so the `index` param became...
seconded, would love some eyes on this
> @jfi If I understand it correctly, all modules are always included in ``, no matter which entry point is used. Correct me if I'm wrong. As author of other...
I +1 the need for this. An approach I was considering taking is keeping a single importmap (since having unnecessary pins doesn't make a significant difference), but changing the pin's...
+1, it would make higher ups less nervous :)
> Git history might be big That'll do it.
Is this fixed as easily as replacing `require "rack/file"` with `require "rack/files"` and `::Rack::File.new` with `::Rack::Files.new` (line 27)? https://github.com/rossta/serviceworker-rails/pull/127