Kurt von Laven

Results 224 comments of Kurt von Laven

Looks like CI found two test failures and one misspelling that are specific to this branch.

I would try running with `LOG_LEVEL: DEBUG` and `DISABLE_LINTERS: GROOVY`. If you can prove that a particular linter is hanging, then I would try running it directly to assess whether...

You may want to try running npm-groovy-lint directly in GitLab CI (without MegaLinter). If you can reproduce the hang that way, this probably belongs in npm-groovy-lint's issue tracker. Maybe they...

I am not affiliated with Yarn, but I, for one, would greatly appreciate that! We are trying to use AVA with Yarn PnP and ESM, and right now that simply...

There may be a general workaround involving [`packageExtensions`](https://yarnpkg.com/configuration/yarnrc#packageExtensions) and the `npm:` [protocol](https://yarnpkg.com/features/protocols) mirroring the `package.json` `imports`. I haven't managed to get that to work with AVA v4, unfortunately, but it...

Turns out the crash had nothing to do with AVA. It was simply caused by [the lack of support for chaining loaders in Node.js](https://github.com/yarnpkg/berry/discussions/4044).

Please see [this workaround](https://github.com/yarnpkg/berry/issues/3843#issuecomment-1146568693) in the meantime.

I don't know for sure, but all I can tell you is that I didn't use `^` in the versions or use the command line to set the config. Other...

Thank you for jumping on this issue so quickly. To summarize the workaround for the benefit of those following along, remove all indentation from `pyproject.toml` (or at least all indentation...