Sunny Ripert

Results 92 comments of Sunny Ripert

Since I only know of these two domains for YouTube, perhaps this could be a boolean attribute, e.g. ``?

Ohhh, thank you, I didn’t know about this setting. 😍 I’ll try it out as soon as I can! I think tying to Sidekiq specifically makes more sense since not...

Unfortunately using ActiveJob+Sidekiq the option seemed to have no effect on my side. I have opted to override `perform_later` altogether, which helps not introduce another method name. ```rb module AfterCommitableJob...

Oh, I didn’t know about [paniobar](https://github.com/PromyLOPh/pianobar), it sounds nice. I’d be happy to accept a Pull-Request for it on https://github.com/sunny/anyplayer if you’re up to the task :)

I’ve had issues with memo_wise and ActiveRecord’s latest marshalling format. ```rb ActiveRecord.marshalling_format_version = 7.1 class User < ActiveRecord::Base prepend MemoWise end Rails.cache.fetch("test") { User.new }.instance_variable_get(:@_memo_wise) # => {} Rails.cache.fetch("test") {...

Also, last commits in mtrudel are from 2009…

In your example I guess the *ideal* position should be to place it before `bli bli bli` (so at the start of the document). But whatever is the simplest would...

Problème intéressant. Si les meetings (avec programmation, chair, scribe, ordre du jour, minutes, agenda, action items, …) ne sont réservés qu'à des “grosses” réunions ou organisations, quelles sont les solutions...