Aliaksandr Lomau
Aliaksandr Lomau
Hey, all! Thank you for the great gem, I am looking forward to use it into my projects instead of AMS. @vovimayhem @christophersansone could you please tell what if you...
@christophersansone thank you very much for this note. That's good to know about the fork. While your PR is related to polymorphic relationships, so I will not be able to...
I've met with the problem that is discussed here: I need to pass a field with json value as an attributed of serialized resource, but internal keys of the jsonb...
`moduleNameMapper` expects to see module with `index.js` under mentioned path, still webpack's `resolve.alias` work in another way - it just substitutes file path to the imported file, so you don't...
Actually my problem was that I used `babel@7`, so switching to `babel-plugin-webpack-alias-7` solved the problem for me. Details are here: https://github.com/trayio/babel-plugin-webpack-alias/issues/50
+1 за devops deflope
Just one note: I needed to use generator using following function `PyCall.builtins.next(generator)`
Here is my version of the patch: ```ruby module PyCall module_function def enum(generator) Enumerator.new do |enum| begin loop do enum error raise err unless error.type.to_s.match?("StopIteration") end end end end ```
The `globalize` gem used in this project stores localized translations of Rails models in the database, and you can hardly substitute it with services like [localize](https://lokalise.com/blog/store-translations-inside-database-globalize/). You can't compare it...
I am not sure why CI is failing, because the same command for [test (3.2, rails_70)](https://github.com/activeadmin/activeadmin/actions/runs/5511547683/jobs/10049692497?pr=8007#logs) and other configurations work fine, but fail on `test (3.2, rails_61)`