🎵 Celiz Davidad 🎶
🎵 Celiz Davidad 🎶
@brandoncc Any update here, maybe? Looks like libvips is now up to 8.14: https://www.libvips.org/2022/12/22/What's-new-in-8.14.html
What about when a gem gets yanked? I don't think caching them forever is reasonable unless you have a hook into yanked versions.
It does. Though I'm of the opinion that yanking gems is appropriate for, say, security issues. If a gem I wrote were to have a dangerous security hole, I would...
That all makes sense. I guess I'm just hoping for the perfect world where gem maintainers know what they're doing. :sweat_smile:
That schema is unfortunately also incomplete; many of Slack's blocks have limits on how many elements can appear in a list (e.g. an upper limit of 100 options in a...
If these cover the typical and majority of cases, then I'm happy. I'm not terribly interested in trying to catch every case; that's where Rails core went wrong ;)
@juanhuttemann This doesn't seem right… For example, *avión* is being pluralized to *aviónes* with your new rules, which doesn't make sense to me
There should be an option to disallow receiving messages from people you don't follow. Being able to have a random spammer/scammer/new account follow me and immediately send me a private...
> Improved blocking tools are shipping with the next release. Thank you everyone for your feedback here. That’s great and an improvement, though I’d still like to see a way...
Well this is weird: ``` ~Code/api-benchmarks mzniko-pakyow! % bundle exec rackup pakyow.ru 2.1.1 /Users/david/Documents/Code/api-benchmarks/vendor/bundle/gems/activesupport-4.0.4/lib/active_support/dependencies.rb:229:in `require': cannot load such file -- rspec (LoadError) from /Users/david/Documents/Code/api-benchmarks/vendor/bundle/gems/activesupport-4.0.4/lib/active_support/dependencies.rb:229:in `block in require' from /Users/david/Documents/Code/api-benchmarks/vendor/bundle/gems/activesupport-4.0.4/lib/active_support/dependencies.rb:214:in `load_dependency'...