Dmitry Davydov
Dmitry Davydov
For now we mitigated the issue with custom scope: ```ruby class Step < ActiveRecord::Base include Discard::Model belongs_to :lesson, class_name: 'Lesson' scope :within_kept, -> { kept.where(lesson_id: Lesson.kept.select(:id)) } counter_culture %i[lesson unit],...
Yep, thank you for so fast response! In fact, I really like the example with Sinatra, because it's simple though real app that you can run and play. I'd not...
Okay, I updated `examples` folder, please check it out
I got some success with the implementation of Github Copilot Labs plugin's base, but unfortunately don't have enough time to make it in good quality. You can see POC [here](https://github.com/haukot/copilot_labs_plugin_base),...
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...
I got the same problem, in my case there were these functions: ``` $ sudo cat /proc/kallsyms | grep finish_task_switch ffffffffa7134a70 t __pfx_finish_task_switch.isra.0 ffffffffa7134a80 t finish_task_switch.isra.0 ffffffffa8031f86 t finish_task_switch.isra.0.cold ```...