Dmitry Davydov

Results 7 issues of Dmitry Davydov

It seems that couter_culture checks Discard of only one level of models hierarchy, but not all of them. For example: ```ruby class Step < ActiveRecord::Base include Discard::Model belongs_to :lesson, class_name:...

Hi, Here is the integration with Iodine. Almost all is working, except few problems that listed in the top of lib/lite_cable/iodine.rb. Most important problem is the one with broadcast from...

CultOfMartians

As I see rails_admin have similar extension https://github.com/sferik/rails_admin/blob/master/lib/rails_admin/extensions/pundit/authorization_adapter.rb Do this gem have any differences from included version, or we should prefer RailsAdmin::Extensions::Pundit from rails_admin?

HI! I've done research and reverse-engineered the Github Copilot protocol between IDE plugin and agent.js, and have tried to document it. This is based on Github Copilot plugin version for...

documentation

Hello, I saw a bug https://bugs.ruby-lang.org/issues/17174 you posted a some while ago and tried to find out what is happening. Looks like it was because you've used internal BDIGIT api,...

BDIGIT api is an internal ruby C api, and was removed from public api after merge of Bignum and Fixnum into Integer. Using public API's rb_integer_pack which converts a ruby...

Before it could timeout the connection process, but it still waits for DNS resolution, in some systems for a long time(e.g. on Alpine I see that connection timeouts only after...