Kirill
Kirill
For ruby 3.0 support: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ Params to I18n should be passed this way: ``` def translate(key, options = {}) I18n.translate(key, **options.merge({ :locale => LOCALE })) end def localize(object, options =...
I'm trying to run my app on MacBook Air m1 and see following issue: ``` /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.0/lib/active_support/dependencies.rb:332:in `require': dlopen(/Library/Ruby/Gems/2.6.0/gems/pg-1.2.3/lib/pg_ext.bundle, 0x0009): missing compatible arch in /Library/Ruby/Gems/2.6.0/gems/pg-1.2.3/lib/pg_ext.bundle - /Library/Ruby/Gems/2.6.0/gems/pg-1.2.3/lib/pg_ext.bundle (LoadError) from /Library/Ruby/Gems/2.6.0/gems/activesupport-6.1.0/lib/active_support/dependencies.rb:332:in `block...
It will be much faster to import data from large tables using postgres cursor (for example https://github.com/afair/postgresql_cursor).
It would be great to perform copyToClipboard and shareInstagramStory together. I need to copy text and paste it in instagram story. But now on iOS generalPasteboard overrides :(
In a [recent commit](https://github.com/rails/rails/commit/e0a55b038f7f2f50d1467876558be183be6cedaa) `attributes_to_define_after_schema_loads` was removed from ActiveRecord. This change caused an exception ### Tell us about your environment **Ruby Version:** 3.2.2 **Rails Version:** main branch **PostgreSQL Version:** 16...
Hi! Thanks for gem! Can I use it without multicast. I have multiple gateways through proxy and want to point specific ip address of gateway. I tried change MULTICAST_ADDRESS but...