Louai-Abdelsalam
Louai-Abdelsalam
I was seeing a similar behaviour to what @jnsnow reported (i.e with `--keep-outdated`), and yes I did try with `pipenv==2022.1.8` but it made no difference. Since there's no fix as...
As long as dropping support does not entail removing the feature altogether. It _is_ a pretty useful feature honestly when all your package versions are pinned, so I'd rather it...
@pauldraper as far as I understand your requirement, it looks like `--define` does what you need. Usage is something along the lines of doing `--define =` on the cli, and...
@simonvanderveldt Assuming I understood your requirement properly, you actually wanna redirect the stdout _only_ onto a file, and that file becomes your lock file. I dunno why it's set up...
bump. This would be insanely useful for cases of big published repos with a ton of packages, as republishing everything can take literally days (we prefer not to skip content...
> What's your heap size? Have you tried increasing it? @meisterT I have tried increasing it yes. I think the most I've tried was 8 gigs? it just ends up...
@tjgq I am not, unfortunately. I haven't figured out what's triggering the issue. It's why I provided as much info as I could otherwise. I did keep the problematic copy...
> @Louai-Abdelsalam did this build ever succeed (with a previous version of Bazel or a previous version of the repository)? @meisterT Yep. During all instances of me and my coworkers...
> Thanks, one idea after looking at the stack trace again in combination with the ~170s `glob` in the JSON trace: is it possible that you have a recursive glob...