Fabrizio Monti

Results 6 issues of Fabrizio Monti

Hi, I'm using grape inside Rails. When using `Rails.logger` as logger and `GrapeLogging::Formatters::Default` as formatter, I receive these exceptions ( [complete backtrace](https://gist.github.com/delphaber/46fd251f2032ea2244269bce672a0e2b) ) when grape tries to log the request....

I was wondering if it is any useful to add templates originals `SHA`s to spree_globalize's overrides file. At least we won't get any WARNING during compilation. If it's useful, I...

Hi :) I perform some ajax get and post calls. Get actions usually end with $this->renderPartial, while Post actions usually end with Yii::app()->end() Anyway I do not see any sql...

Nice plugin :) Is there a way to disable it inside the keyword completion mini buffer (^N^P) ?

Hey! I'm using deface 1.2 on spree 3.2. I have a translation key in my locale file. Let's say: ```yaml it: spree: the_tree: L'albero ``` When I use this in...

Hello, the README says so: https://github.com/sidekiq-cron/sidekiq-cron/blob/d409af416afa83362767880f57bb4bf432a80708/README.md?plain=1#L245 but the Sidekiq::Cron::Job.create method actually will return an integer instead of `true`. That's because the last line of `save` method is this: https://github.com/sidekiq-cron/sidekiq-cron/blob/d409af416afa83362767880f57bb4bf432a80708/lib/sidekiq/cron/job.rb#L492 which...