Ilya Kamenko
Ilya Kamenko
Hi! Now, with the latest fix for `after_commit_everywhere` gem, connections are not leaking anymore.
Reproduced this issue with this code: ```ruby class GraphqlController < ApplicationController def execute raise StandardError end end ``` After CURLing GQL endpoint got this: ``` 2023-07-20 11:38:55.074216 F Rails --...
@stevo I personally agree, but I can also imagine that some people may want to use it exactly in this way. I would propose to add one more class method...
We have the same issue, changing `ssh-agent` version from `0.9.0` to `0.6.0` helps. Magically, if you change it back in the same PR to `0.9.0` β then it still works,...
π
Hi @andyw8! Here are details: - `docusign_esign` gem version β `3.26.0` - ruby version β `ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin23]` (without YJIT) - OS β `MacOs Sonoma 14.5` -...
Hi @JacobEvelyn! Sorry, seems I accidentally removed `def initialize; end` from the child class in tests. Just updated it, now if you comment my code in `memo_wise.rb` you'll see it's...
Hi π Not sure if my way of using this gem is entirely valid, but I ran into an issue when using `prepend MemoWise` in a base class and then...
Hi @ms-ati, thanks for looking into this issue! > Note how the memo_wise call is after the method definition, and passes the method name as a symbol. Do you think...