Marc Anguera

Results 233 comments of Marc Anguera

Hey @westonganger thanks for sharing! I can't find the gem on RubyGems 🤔: - https://github.com/westonganger/rails_i18n_manager/blob/9c8305c1351a1268fc63bc9906ead38703bfc4a6/rails_i18n_manager.gemspec#L8 - https://rubygems.org/search?query=rails_i18n_manager

👍🏼 cool project btw! It seems still a bit fresh for this list, but really promising! I'm now also working on a different project where we can list more `awesome`...

Hello @WillTaylor22! As per [contrib guides](https://github.com/markets/awesome-ruby/blob/master/CONTRIBUTING.md#quality-standard), this is still too fresh for this list (only [~300 downloads](https://rubygems.org/gems/sidekiq_lifecycle_hooks)).

Not sure why this fails 🤔 we support Haml 6 since https://github.com/middleman/middleman/pull/2590.

@tdreyno could you please tell the bot to rebase this one 🙏?

@tdreyno I successfully installed the v4.5.1 release for my projects under Ruby 3.2. I miss the git tag in the repository, they are useful to compare changes between versions: https://github.com/middleman/middleman/tags....

Hey @y377, thanks for trying this gem! The algorithm is defined in this method: https://github.com/markets/jekyll-timeago/blob/f6c7f1a2c23718d40a822a023d2c8ff075bae741/lib/jekyll-timeago/core.rb#L64 You can adjust it a bit using the `threshold` and `depth` params. You can also...

Thanks for such detailed explanation @y377! Not sure if I get your points though... The `elsif` in Ruby needs a condition too: ```ruby if condition code elsif condition code else...

If I understood properly, you want something like: - 1 week and 3 days => 10 days - 1 week and 4 days => 2 weeks To be honest, I'm...

Hello @dcalixto that seems weird, we already run our CI against Ruby 3 with no problems: https://github.com/markets/jekyll-timeago/blob/f12f83392d657e46aee3df49fa0b2a03e91c5927/.github/workflows/ci.yml#L14 We'll need more info to understand your problem. How are you using this...