node-client icon indicating copy to clipboard operation
node-client copied to clipboard

Nvim Node.js client and plugin host

Results 42 node-client issues
Sort by recently updated
recently updated
newest added

Bumps [winston](https://github.com/winstonjs/winston) from 3.11.0 to 3.13.0. Release notes Sourced from winston's releases. v3.13.0 fix(http): allow passing maximumDepth to prevent big object being stringified (#2425) a237865 https://github.com/winstonjs/winston/compare/v3.12.1...v3.13.0 v3.12.1 Bump @​types/node from...

dependencies
javascript

Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @​btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @​typicode in...

dependencies
javascript

``` FAIL src/attach/attach.test.ts (5.62 s) ● Nvim API › emits "disconnect" after quit thrown: "Exceeded timeout of 5000 ms for a test while waiting for `done()` to be called. Add...

bug

jest fucking sucks. setting up a global beforeAll/afterAll is a pain in the ass. this article is correct: https://ak-88.medium.com/jest-sucks-c4822baf2073

enhancement
dependencies

## Problem Currently we default to "debug" log level: https://github.com/neovim/node-client/blob/aac45ab94b36add3aecd238bd7b8c845fde81399/packages/neovim/src/utils/logger.ts#L3 That seems a bit strange, it requires all consumers to undo that for production. Example: https://github.com/vscode-neovim/vscode-neovim/blob/7592f1909467907da934e1748b1b7d5904dba67d/webpack.config.js#L50-L53 ## Expected behavior Change...

enhancement

Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn). Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.7.1 Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.7.1 7.7.1...

dependencies
javascript

Bumps the babel group with 5 updates: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.9` | `7.24.5` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)...

dependencies
javascript

Bumps the eslint group with 4 updates in the / directory: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn). Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.8.0 Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v7.8.0 7.8.0...

dependencies
javascript

# problems I am encountering this error https://github.com/neovim/neovim/blob/3a8265266e0c0fe31f34b7c0192e8ae7d83ae950/runtime/autoload/remote/host.vim#L81 when trying to register a node function after the node host has already been started. it would be nice to support registering...

# TLDR There seems to be lots of testing frameworks for vim scripts: * https://github.com/cdelledonne/vim-utest * https://github.com/dhruvasagar/vim-testify * https://github.com/LucHermitte/vim-UT * https://github.com/junegunn/vader.vim * https://github.com/google/vroom * https://github.com/kana/vim-vspec * https://github.com/thinca/vim-themis * ... Should...

documentation