Max Chernyak

Results 58 comments of Max Chernyak

@gerardroche Appreciate the explanation. Setting `vintageous_reset_mode_when_switching_tabs` to `false` indeed fixed the issue for now. 👍🏻 Since there's a roadmap item already, I'll close this issue.

@numeroflip I love the minimalism and simplicity of your plugin. Didn't want to start depending on a huge codebase with hundreds of issues just for creating a note from template....

For those looking for a temporary workaround, place this patch somewhere in your application boot, after Authorize gem loaded: ```ruby AuthorizeNet::API::PaymentMaskedType .roxml_attrs .find { _1.name == 'tokenInformation' } .instance_variable_set(:@sought_type, AuthorizeNet::API::TokenMaskedType)...

See the same issue with Ruby + ruby-lsp. I can select the word, see LSP highlight the other matching words, enter renamed value, try to confirm it via selecting "Editor:...

The "free forever" plan (listed on the pricing page) cannot be selected when I go to zed.dev/account. There is no way to select anything except "start trial". If the intention...

Just to add, there was [this comment](https://github.com/rails/kredis/pull/94#pullrequestreview-1037804311) explaining the intent to rethink how failsafe works. I'm watching the project to see if anything gets decided on that front.

@janko Looks convenient and appropriate for this type in my view. Half-relatedly, I wonder if Basecamp is still using Redis and Kredis internally, and whether this gem still makes sense...

@jeremy FWIW, our parallelized test suite started failing randomly after upgrading to Rails 8 due to this issue. The solution in #156 didn't fix it for us (still seeing random...