dhorkin
dhorkin
As a potentially (un)related side note: when I'm in the `~ls` folder, `z ser` jumps to `~als`, rather than `~ls/src/LASERService`. Likewise, when I'm in the `~als`, folder, `z ser` jumps...
Sorry! I did not see an email notification for your replies. I've tried toggling "auto hide markers" and that doesn't seem to be it. I think this is a WSL...
Our project uses a similar wrapper/builder around cy.api to handle multiple baseUrls, so I'd prefer the 'real' baseUrl be left blank so that if someone forgets to use a fully...
I'm not sure this is fully deprecated, yet. TypeScript itself supports optional chaining now, but if you are using `ts-loader` and want to use latest features in `es2020`, like `BigInt`......
My guess is that Remote WSL for vscode is causing the Linux kernel to cache a lot of files, and then hitting this issue https://github.com/microsoft/WSL/issues/4166 that said, while I see...
Issue is still not solved
jscpd seems to not understand that `.gitignore` lines can be prefixed with a `/`, either. For example, if I have `/foo` in my `.gitignore`, I still see dupes in the...
> @aolchik Yes, large repo might lead to long processing time. You can try to create a branch which removes unused large files in a new commit. This isn't an...
@estyrke I was working on a Mattermost plugin. They're consolidating several packages into a very large monorepo. There's package.jsons inside folders, but no way to just install the individual dependency...
tsc-files 1.1.4 does not appear to currently work with pnpm. In `node_modules/.bin/tsc-files`, it has ``` if [ -z "$NODE_PATH" ]; then export NODE_PATH="/my/project/path/node_modules/.pnpm/[email protected][email protected]/node_modules/tsc-files/node_modules:/my/project/path/node_modules/.pnpm/[email protected][email protected]/node_modules:/my/project/path/node_modules/.pnpm/node_modules" else export NODE_PATH="/my/project/path/node_modules/.pnpm/[email protected][email protected]/node_modules/tsc-files/node_modules:/my/project/path/node_modules/.pnpm/[email protected][email protected]/node_modules:/my/project/path/node_modules/.pnpm/node_modules:$NODE_PATH" fi ``` At the...