Abin Simon

Results 49 issues of Abin Simon

If user logged in using SSO provider. Later any change in the groups (or any other data like user name) at provider side, won't reflect back in our system. ORY...

enhancement
triage/accepted

The azure CI has started failing consistently for the past few months. I was able to track it down to https://github.com/cask/cask/issues/574 and the corresponding fix in https://github.com/dickmao/cask/commit/5ec33900007de6c66f9fc2ced986da709f241bd3. I have a...

Bumping java grammar to latest primarily for https://github.com/tree-sitter/tree-sitter-java/commit/a24ae7d16de3517bff243a87d087d0b4877a65c5 ref: https://github.com/meain/evil-textobj-tree-sitter/issues/54

https://github.com/ikatyang/tree-sitter-yaml This adds yaml grammar (no highlights).

Verilog was added to repos, but was not added to `tree-sitter-major-mode-language-alist` in https://github.com/emacs-tree-sitter/tree-sitter-langs/pull/67 .

For some reason the first line does not get picked up in the list of deps. If we were to add a blank line on top, everything works though. I...

Issues like https://github.com/meain/evil-textobj-tree-sitter/issues/54 and https://github.com/meain/evil-textobj-tree-sitter/issues/30 happen because the upstream language bindings are not the latest. Having a CI to check if we have up to date bindings before we merge...

99% of the code does not depend on evil, it is just the final selection which uses evil. I was thinking that maybe we could expand this to be used...

We have a few nodes which could have overriding definitions in the same match ([example](https://github.com/nvim-treesitter/nvim-treesitter-textobjects/blob/7c6b5fe0926f52854f193d058cd98d2e74c3d483/queries/python/textobjects.scm#L5)). We have to override the inner one with `.start` one if this is present. ```scm...

Swap the current node of some type with the very next node of that same type. This could be really useful for swapping function arguments or moving functions up/down. ref:...