sschneider-ihre-pvs

Results 91 comments of sschneider-ihre-pvs
trafficstars

So what I did is: 1. Move libs/shared/__generated__ to libs/shared/graphql-schema-types in nx 15.6.3 2. Migrated to latest nx 3. run nx show projects, project does not show 4. Renamed the...

Ok I think I found the error. https://github.com/nrwl/nx/blob/6dd652095c07cf26635b5e583249b0bdaa400902/packages/nx/src/utils/ignore.ts#L17 This change seem to have worked in the way that the actually .gitignore is now regarded in the acquiring of projects which...

`node -e "require('argon2').hash('12345').then(data => console.log(data));"` the poor man's argon example hash :D

this seems to break usage with noexports and using the generated files in tsconfig include. While it does insert the correct type tsc does not like imports in definition files

What I meant is, if you just use the regular import with either of type and value, wouldn't that fix the issue with the compiler yelling at you ?

I mean, instead of pure value import and pure type import

Or maybe I just don't understand the intention of the article :D

`cat .\dprint.json` ```json { "typescript": { }, "json": { }, "markdown": { }, "toml": { }, "prettier": { "singleQuote": true, "plugin.jsDoc": true, "printWidth": 120, "trailingComma": "all", "arrowParens": "always", "semi": true...

done the same. would be great if there would be a relative path option or so or something like, the neareast prettier config relative to the file that is going...