pralkarz
pralkarz
I want to pick this issue up, but I'm not sure what error are we talking about? From what I see no prisms or tesseroids comprised of integers raise any...
Is there a way to dynamically alter that section so it gets updated based on the `# options #` section? https://github.com/pypa/pip/blob/b55ec00e5813edd4e5789d0c2b5e9dfb01e0bf2a/src/pip/_internal/cli/cmdoptions.py#L141-L143 I'd tackle this issue, but it would be a...
All right, then I'm going to wait until there's a consensus whether this is worth implementing or not. Another solution would be to simply link the documentation page for [`pip`'s...
@SukkaW I'm quite busy lately, so feel free to pick it up.
I did some work with your branch as a starting point and opened a new PR: https://github.com/jestjs/jest/pull/15487.
Actually, since there are only two usages, we could just use `node:child_process` directly. What do you think?
> Thanks for PR. I think so we might directly use `node:child_process`. > > Nypm was doing this before. We moved to execa to support cross-platform search path of `corepack`...
I dug into this a bit, and it seems to stem from how `path.relative` behaves when both passed paths are the same: `If from and to each resolve to the...
> Would one of you be able to provide a minimal reproduction or a failing test? I also created a very tiny repro here: https://github.com/pralkarz/get-tsconfig-88-repro. 1. `npm i` 2. `node...
For the record, I started working on `patterns.js`.