Robert Speicher
Robert Speicher
This is attempting to reproduce an odd behavior we're seeing in GitLab at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5107#note_122281994. The problem we're seeing may be an odd interaction between ActiveRecord and some other gem we're...
I was looking into adding [Elixir](https://elixir-lang.org/) support for this plugin, however I'm not very familiar with Treesitter query syntax. Looking at an Elixir file in Treesitter playground, it doesn't look...
Version 1.5.x adds support for wrapping specific elements: ``` javascript var form = document.querySelector('form'); Mousetrap(form).bind('mod+s', function(e, combo) { // save the form }); ```
First, thank you for building this. It's exactly what I've been wanting since first discovering PseudoTV for XBMC (pre-Kodi) so long ago. I'm amazed that it works and can't wait...
**Describe the bug:** I'm attempting to generate RBIs for the following model: ```ruby class TeamMember < ApplicationRecord ROLES = { unassigned: "unassigned", contractor: "contractor", employee: "employee" }.freeze enum :role, ROLES,...