Sergey Gnuskov
Sergey Gnuskov
I needed to handle any message that mentions bot. I didn't find how to do this simply and came to a little dirty scan: ```ruby scan(/\/) do |client, data, user_ids|...
Hello! Is there any way to add column to visualization table which will represent field from another index? I only found relation column based on external queries. I have 2...
Finally, I've found time to deal with this. This PR based on https://github.com/adzap/active_enum/pull/28 I completely implemented logic: if ids are symbols, names are not symbols. Added some restrictions of using...
### Description of the Change Added scopes for many kernel and special methods in tree-sitter parser. For example: * visibility methods (`private`, `protected` ...) * `new` method * Gemfile-specific methods...
Usually I don't want to open url with diff, but to copy hash of commit (especially because it does not take gitlab url automatically, like blame from open-on-github). But I...
When I start program it always show me last week's activity, but usually I want to see only today's. It would be perfect to have an option for this.
I have latest jbuilder (2.6.0) and latest rails (5.0.0). API-controller hello: ``` ruby class HelloController < ActionController::API def hello @hello = {a: 1, b: 2} end end ``` routes: ```...
Is there any way to rewrap contents? I. e. I have original ```erb ``` How can I achieve this with deface? ```erb ```
There is a problem with loading `has_many through` association, when the intermediate association is called differently than the name of the table and keys' type is overridden (through `attribute`). Initially,...
**Describe the bug** Debugging lua is not working. **Expected behavior** Ability to see debug logs. **Current behavior** Dragonfly shows this error: ``` W20250515 11:35:12.216569 11 script_mgr.cc:328] Error running script (call...