S V
S V
I have around 20 files open and 3 perspectives and I'm trying to save this with persp-state-save, but I'm getting the error of "Creating pipe: Too many open files". Which...
I've recently tried to use the react beautiful dnd library within a vue app. Unfortunately just by adding the DragDropContext the following error appears. ``` react_devtools_backend.js: Error: Invalid hook call....
I'm trying to set it so web-mode uses single line comments for regions of JavaScript and TypeScript code inside a tsx or jsx file, while still using the correct comment...
## Describe I'm not sure if this is a bug, or if this should be a feature request. The issue I'm running into is everything works fine except when scrolling...
Some javascript projects and repos have prettier used to format the code, then they'll use eslint to do some customized format changes on top of the formatted prettier code. Example:...
### Describe the feature Delete all files underneath a folder (recursive delete) using a prefix. ### Use Case It would be nice to be able to give the prefix and...
### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...
Could we get a wasm build of the library officially published to something like npm?
Could we have prettier-eslint added as a prettier format option. If like the name suggests runs prettier first followed by eslint --fix. ``` elisp (prettier-eslint . (npx "prettier-eslint" "--stdin-filepath" filepath)...
### Question Is there a way to open a new tab or pane and prepopulate it with some command text on the command line without running it? ``` new tab...