Sergei Slipchenko

Results 14 issues of Sergei Slipchenko

I'm not sure if it can run on macOS if there's nothing have been done for it. And I don't see any mention of macOS in README. Was it somehow...

### What version of React Router are you using? 6.4.3 ### Steps to Reproduce Launch `examples/ssr-data-router` with `npm run dev`. Open it in browser and either click Refresh/Stop browser button...

bug

Makes it possible to provide completion options without having to also implement filtering logic. Fixes #25565 This implementation involves one more copy-paste of the same code to create a new...

api
lua
completion

What would you say about the possibility of sharing regexp/string with simple link? I'm talking about something like that: https://regexplained.com/#re=a(b),str=aabb

Neovim apis work in terms of bytes. But initially I thought that's not the case and used nr2char & char2nr to convert chars to numbers for diffing, which work in...

### Problem Group conditions do not properly work when there are multiple groups starting with the same substring and the shorter one appears earlier. For example, `vim.glob.to_lpeg('**/*.{tsx,ts}'):match('test.tsx')` matches, but `vim.glob.to_lpeg('**/*.{ts,tsx}'):match('test.tsx')`...

bug
lua

Without `heredoc_line` and `shell_fragment` being present in a tree it's much easier to add language injections, for example, with bash: ```scm ((shell_command) @injection.content (#set! injection.language "bash")) ((run_instruction (heredoc_block) @injection.content) (#set!...