hectorhon
hectorhon
I am facing the same issue on Emacs 27.1, and using toggle-debug-on-error I was able to narrow it down to something with lsp and flymake. My source file is a...
I don't have lsp-ui installed, but experienced isearch being cancelled as well when using the rustic package. Using C-h k from above, I was able to pinpoint it to dap-tooltip-mouse-motion....
Supporting commonjs will allow importing 'react-hook-form', which fails with module not found when setting "module" to "EsNext" in tsconfig.json. As a workaround, I am currently using babel/preset-typescript to transpile ts...
I'm so sorry, I overlooked a setting in the tsconfig.json. After checking the tsconfig reference, I realize that after setting `"module": "ESNext"`, I need to explicitly uncomment and set `"moduleResolution":...
The build is failing, I have opened a [PR upstream](https://github.com/tree-sitter-grammars/tree-sitter-yaml/pull/29) to fix the error. It was working locally earlier because I used the checked-in `src/grammar.json` instead of `grammar.js`.