Ken Kopelson
Ken Kopelson
This seed is well outdated and needs updating. Would that be possible for one of the maintainers to do? Thank you very much!
When installing the 'moleculer-template-project-ts' project, following the instructions contained in that repo, using the current moleculer-cli, I encounter this error: Running 'npm install'... npm ERR! code ERESOLVE npm ERR! ERESOLVE...
The following error is generated when compiling on Windows 10 using clang++: `ninja: error: build.ninja:914: multiple rules generate _deps/libuv-build/uv.lib` From what I can see, the build.ninja file has the following...
**Describe the bug** When you hover over a method, the documentation for that method shows, but the @brief, extra lines, @code, etc. are all crammed together in one blob of...
**Describe the bug** When I type "/**" over a C++ method, the comment block has a closing sequence (*/) right in the middle of the block, before any of the...