Mattia Roccoberton
Mattia Roccoberton
@pablobm: nice idea, thanks! 👍
Nevermind, in my case removing the query parameter in `before_action` in not optimal because in this way the header column sort links will miss my custom parameter (and lose the...
I don't know if this can be useful here but for an Active Admin plugin I'm adding Webpacker support in this way: [webpacker support](https://github.com/blocknotes/activeadmin_quill_editor/pull/15). - a `package.json` in the gem...
> @blocknotes having both a gem and an NPM package (to always keep in sync) is a possible approach to support Webpcker in Solidus. Anyway, taking this route we'd break...
I'm having the same issue, ruby version 2.5.9 I tried: reinstalling ruby, asdf reshim, asdf exec gem install bundler - nothing worked. I finally solved the problem here editing manually...
Same problem for me. In our API we return status code 304 for a cached resource but *faraday-http-cache* says it is uncacheable because it's not in the CACHEABLE_STATUS_CODES: [https://github.com/plataformatec/faraday-http-cache/blob/master/lib/faraday/http_cache/response.rb#L20](https://github.com/plataformatec/faraday-http-cache/blob/master/lib/faraday/http_cache/response.rb#L20) Is...
> Hello! Is there any way to add Undo and Redo buttons from history module? > > I have tried to insert in field configuration Hey @vol1ura. I made a...
Closing due to inactivity, please reopen it if needed
News about merging this one? 🙏
Hey :) It looks similar to an issue that I had in past: #37 At the time I prepared some changes on my fork, also with a not merged PR...