Lars Gyrup Brink Nielsen

Results 168 comments of Lars Gyrup Brink Nielsen

Maybe but it's difficult to tell until we know how to reproduce this issue. Maybe it's as simple as trying long project/file names.

Thanks, I will schedule to try the latest version at work 2 weeks from now.

I tested this in our monorepo with Code PushUp version 0.35.0 and the `E2BIG` and `ENAMETOOLONG` errors are gone both locally on Windows and in CI on Debian so this...

Out-of-memory example ```shell Code PushUp CLI [ info ] Run collect... Run plugins: 0% | Run plugins: 0% | Executing ESLint Run plugins: ████████████████████████████████████████████████████████████████████████████████ 100% | Executing ESLint Run plugins:...

Thank you, @matejchalk. Both locally and in CI, I have tried to increase the Node.js process memory limit to 16 GB RAM. As mentioned, we lint more than 500,000 LOC....

Thank you for your continued work on this project and this issue, @matejchalk and @BioPhoton! ❤️ I'm pleased to report that after updating to version 0.49.0 and `eslintConfigFromAllNxProjects`, I got...

Hi @draylegend, Please add the `--verbose` option to a failing Nx command and paste the output in this issue, for example `nx reset --verbose` or `nx affected --targets=lint --verbose`.

I need a little help to update the Jest snapshots in the `workspace` project. I don't have Rust on my local Windows machine and pnpm errs in the dev container....

Replacing the first signature overload of `inject` https://github.com/angular/angular/blob/5537bf802f8eda54ff7572905cf3bb2fc0e0e431/packages/core/src/di/injector_compatibility.ts#L144 with the followng works for `inject(ElementRef)` but does not use `ProviderToken`. ```typescript export function inject( token: T extends Type ? T :...

The `duplicate-case` warning is [output by ESBuild](https://esbuild.github.io/api/#log-override). We could suppress this warning but then it wouldn't catch issues in our own code. Additionally, this isn't currently possible when using Angular...