Jeremy Smith
Jeremy Smith
Is this how you would add the :if option? 6bb8cbaff1a6b6546d5baea119e804b7e75db4d8
Hey @jcwilk, thanks for the response! Good to know about #19. 👍 The project I'm hoping to use Simplekiq on is currently running: * sidekiq 6.3.1 * sidekiq-pro 5.3.0 I'm...
Hey, thanks so much @jcwilk! Funny timing, I've been using this branch on a client project since mid-June and I was just upgrading to `0.1.0` this morning! It's worked great...
Thanks Jack! That makes sense. I had wondered if a different API that allowed passing options to the `set` method might make it more versatile and generally useful. BTW, I'd...
@jcwilk Thanks so much for the detailed reply! This feels like the hidden knowledge about working with background jobs that you just can't find in blog posts. 😊 Thanks for...
@benjaminoakes Hey, thanks for reaching out! >SuperSpreader was built for a specific use case: parallel backfilling of many millions of records in Ruby-land. If that's what you're trying to do,...
@alkhatib-shopify Hey Anas, thanks so much for the detailed bug report! And sorry for the trouble! I'm trying to figure out why there are gaps between the editor panes in...
Ahh, thanks @alkhatib-shopify! I didn't even think about the OS-level option. I'm hoping to work on a fix for this in the next couple days. 👍
Here's what that could look like: https://github.com/statonjr/middleman-sitemap/pull/5
@andreamoro I was concerned about the frontmatter options colliding as well. Actually, I think it would be best to just namespace them all, like this: ``` --- sitemap: changefreq: weekly...