Sandro Kalbermatter
Sandro Kalbermatter
Having the following FastGettext initializer: ```ruby # config/initializers/fast_gettext.rb FastGettext.default_available_locales = %w[de en] # or %i for that matter FastGettext.default_text_domain = 'app' ``` and the following Mobility initializer: ```ruby # config/initializers/mobility.rb...
In [1], the link [2] is broken. [1] https://github.com/rubygems/gemstash/blob/master/docs/gemstash-customize.7.md [2] More details on [protected_fetch are here](https://github.com/rubygems/gemstash/blob/master/docs/docs/gemstash-private-gems.7.md#protected-fetching).
ActiveType imitates regular Rails models almost perfectly. However, I've run into a situation where that is not the case: - `active_type (2.5.0)` - `gettext_i18n_rails (1.12.0)` While `MyModel.human_attribute_name(:my_attr)` works fine on...
Your work has allowed me to make quite some progress in the process of my thesis. Your ICP algorithm performs very well and is efficient enough to be used for...
Thanks for this awesome application! Here's a bug report for local devices: - Installed from snap (today with --edge) - Enabled local music server ("server already running") - Set local...
Hello and thank you for your much appreciated work on this gem! It's a true gem indeed. While creditor references (RF...) are very easy to generate with `QRBills.create_creditor_reference`, I've had...
* pymetawear version: 0.12.0 * Python version: 3.12.3 (miniconda) * Operating System: Debian 12 ### Description After installing all listed dependencies via apt, when running `pip install pymetawear`, the build...
Hey there and thank you for this awesome gem! I'm currently using it to import a compount key in the following form where `Customer` `has_many :subscriptions`: ```ruby import_result = Customer.import(...
**Describe the bug** I have tasks displayed in the JTX widget on my Android home screen. When I press the checkbox to mark a task as completed, nothing happens at...
Hi Alex! I've read the discussion over in #1524 and while I fully agree that more complex geocalculations should be left to a dedicated gem, it would still be interesting...