Vladimir Dementyev

Results 297 comments of Vladimir Dementyev

> Is there a way to use pub/sub with redisx adapter? Nope, these are different adapters. Pub/sub Redis is to be deprecated in v2.0; that's why it's still relying on...

It seems that the protobuf gem version doesn't match the one you pre-install manually: ``` gems/protobuf-c52d80cf0427 ``` It should be smth like `gems/protobuf-3.17.1`. Looks like your Gemfile.lock points to a...

Thanks for the report! No, I haven't seen this before. Can you show more log lines or maybe you know which RPC call was that? (Connect, Command or Disconnect). And...

Hey! Sorry for late response. We never tested against Rails 5. Though, I see that ViewComponent still supports 5.2. Let me check if there is a quick fix (in the...

I opened a PR here to check if we can add Rails 5 support: #37 The above issue is fixed but some tests still fail. I'm not going to dig...

Thanks for reporting! @baygeldin Let's add a note about adding dry- gems, maybe?

Hey @helpotters, Can you please show the contents of the `lib/generators/view_component/view_component_generator.rb` file generated by the `rails app:template ...` command?

Hey! Thank you for our feedback! We've been thinking on a workaround for this problem for a while, see: https://github.com/palkan/action_policy-graphql/issues/24 (and other linked discussions). Still, no interface we agreed upon....

> I'd love to not have to continue to monkey patch this in Rails 8. Agree, we should definitely resolve this issue in Rails 8. The more I think about...

Hey! Thanks for the detailed explanation. Makes sense to me. Will work on it after RailsConf (or at RailsConf).