Henry Yu

Results 8 comments of Henry Yu

> @HazyFish - You are probably using NPM 7. NPM 7 has a little bit different behavior when it comes to child peer dependencies - NPM 6 would warn you...

Looks like the error occurs only when the property containing the mapped type is one or more level(s) deeper than the document data model. ```ts export interface DocDataModel { preferences:...

> In my case, I actually had to add `@docusaurus/types` to the dependencies of my doc project - `@docusaurus/theme-common` was being duplicated by PNPM because `@docusaurus/utils` sometimes had the `@docusaurus/types`...

Node.js 16 is now in LTS. Please provide the pre-built binary. Thanks!!! ``` npm ERR! node-pre-gyp http GET https://github.com/yanyiwu/nodejieba/releases/download/v2.5.2/nodejieba-v2.5.2-node-v93-win32-x64.tar.gz npm ERR! node-pre-gyp ERR! install response status 404 Not Found on...

Having a docker compose file to quickly spin up a local stack would be very helpful as well!

I'm not familiar with how this plugin is implemented, but since TypeScript is able to infer the type, can we safely disable this rule in a TypeScript project? Any violations...

It may be better to provide an option in the app for users to turn off the feature, because some users are just not aware that the device is connected...