Anton
Anton
@sunny Apparently the problems that were described above have indeed been resolved. Thank you. Can you please make a release so I can finalize this in projects?
https://github.com/svenfuchs/rails-i18n/blob/86942a876dfe5c53782dcc1b117acb946099c674/lib/rails_i18n/common_pluralizations/east_slavic.rb#L18-L22 ```ruby mod10 = n % 10 ``` The variable `mod10` has a value of `1`. This is a problem.
This error comes from this place: ``` carrierwave/storage/ik_file.rb ``` ```ruby def initialize(identifier) @identifier=JSON.parse(identifier) @imagekit = ImageKitIo.client end ``` The variable `identifier` has the value `9757131f1843b5f9.jpg`.
Hi. Please add support for Rails 8 (8.0.0 RC2).
It would be nice to have the ability to disable the bottom bar in addition to fixing this issue. It has no use, it takes up space and it is...
It seems that the problem I described has been solved. Thanks. But in the new version I started to notice new problems. The terminal starts to lag after some time....
By the way, why didn't I see the update from the app and I had to download it again from the site?
@koshevka @clrothmann Hi. Please tell me if there is any news on these new issues?