Joé Dupuis

Results 18 comments of Joé Dupuis

No, I ended up adding the balance value manually everywhere for those :-/

This gem does support user level systemd deployment already. With customizable service template included. You just have to set the correct parameters. https://github.com/seuros/capistrano-sidekiq/blob/master/README.md#integration-with-systemd

I've been working for a couple of weeks on a simpler gem to replace azure-storage-blob in Active Storage. I am hoping to be done with it sometime in June. azure-storage-blob...

Thank you! I don't think so for now. Soon™ though. The code is still pretty rough, and I plan a big refactor at some point, so it would not make...

I got the Active Storage tests working [on my branch](https://github.com/rails/rails/compare/main...JoeDupuis:rails:switch-to-azure-blob-storage?diff=split&w=). I'll try to open the PR this week.

I figured this was a likely outcome before I started on this. Though, I think it's still worth discussing. It's a major provider after all. I'll open the PR and...

Thank you for the fast response, I'll get started on the extraction.

First working release is ready! https://github.com/testdouble/azure-blob or `0.4.1` on RubyGems: https://rubygems.org/gems/azure-blob If anyone is looking to help, you can switch your app to use this extracted adapter and tell me...

If the existing adapter supports it, this one might as I mostly kept the same API. I haven't tested it though. I plan to take a look this week.