Domingo Edwards

Results 25 comments of Domingo Edwards

Giving that different cloud providers could have different region names and avaliabilities, it would i think it woul be nicer if the module `cloud` got separated for different providers, so...

True, I belive that some of the problems of the image-provider could appear here, because some cloud services change often. Some cloud Iaac solutions still separate by cloud providers, see...

Hi!, Im having the same issue. I need a callback like `onBeforeElChildrenUpdated` in [morphodom](https://github.com/patrick-steele-idem/morphdom) to tell the morphing algorithm to swap the node for the new node instead of just...

We are experiencing the same issue: Here is some more information for our case - Rails 7.0.8.7 - Ruby 3.3.7 Debugging the Tapioca LSP Addon i see that the ApplicationController...

@vinistock already done that in [this PR](https://github.com/Shopify/tapioca/pull/2358) if you could review it 👍🏻 .

I belive this is more on the side of the windows ruby installer. I do not know that much about how DLLs works or how does window installer manage those...

@andyw8 I just added a PR to solve this by reusing the implementation for ActiveRecord callbacks. Happy to receive feedback!

Hi!. I also started working on this. Already have it working, but my question for the implementation is ¿Which kind of information should we show on hover?. I thought that...

Hi @vinistock!, [This PR](https://github.com/Shopify/ruby-lsp-rails/pull/616) does just that, happy to receive feedback there 👌🏻. If some refactor to unify that common logic is necessary ping me in the PR and i...

> Thanks for the report! > > I have never used Rails before, so these questions are probably pretty basic: > > 1. Does `reload!` reload all sources associated with...