Petr Plenkov
Petr Plenkov
Absolutely correct, that's what I fix with usage of workspaces + npm install package lock only in post install script. Works like a charm
no - i didn't check so far
HI! Is there any plan to fix devcontainer? Does it makes sense may be to come with scenario when current devcontainer - is just NodeJS/TS environemnt and temporal.io should be...
To my opinion --json option is not consistent across all npm commands. There are so many commands which return not parseable output even using this flag. So the semantics should...
Hi! I'm really wondering will any of flags ( --raw, --parseable, --json ) be considered to print version without quotes? Thanks!
@treystout sure. my source code is here: https://github.com/theplenkov-npm/gitlab-graphql-types/blob/main/codegen.yml and it generates typescript file like this: https://npm.runkit.com/gitlab-graphql-types you can browse file graphql.d.ts
meanwhile i've changed my approach now.. I don't use now this large file with all declarations - but generate sdk only for needed queries. Here is example: https://gitlab.com/theplenkov-npm/gitlab-ci-cli/-/blob/main/packages/sdk/codegen.yml it generates...
oh nice! I didn't know that! Well done, man!
Hi @crobinson42 could you please elaborate more what did you exactly do? Just renamed files? Thanks!
Oh ok! So tsx is something new for me. I guess you meant https://github.com/esbuild-kit/tsx. I just updated my sample https://github.com/ThePlenkov/ts-config-top-level-await-issue and indeed tsx just works smoothly. Many thanks for this...