Ben Mares

Results 675 comments of Ben Mares

> should technically be transformed to something like > > ``` > python >=3.7, python >=3.7 #[not win] > ``` Excellent point, I agree. Although I'm not sure if we...

Thanks @riccardoporreca for bringing this to our attention. My primary motivating use case is to be able to specify dev dependencies alongside project dependencies, and so I want them to...

@knedlsepp, I'd love to get some help with this. See also #390 and #410. Some good news is that the codebase has improved in significant ways since the previous discussion....

Thanks for the report! I have been unable to reproduce this issue locally. I suspect it could have to do with the Conda executable. Unfortunately the stack trace doesn't provide...

Please don't be shy about cleaning up the existing code if you're so inclined.

That helps a lot! Here's what we gained: ``` Command: ['/home/rmolins/mambaforge/condabin/mamba', 'create', '--prefix', '/tmp/tmpy2_a0c8g/prefix', '--dry-run', '--json', '--override-channels', '--channel', 'conda-forge', '--channel', 'defaults', '--channel', 'file:///tmp/tmpepak700k', 'python

Very nice. Any idea why the build number is problematic?

Thanks @knedlsepp! I will try to review this soon. Once I get to it, I hope to release it as v2.6.0.

Thanks for taking the time to make the report @r-molins-mrp. Also I'm glad I could fix your problem. I'll rework this issue into a todo...

Thanks for the proposal! I agree that this is interesting info. My inclination would be to support only the unified lockfile format, i.e. kind="lock". The reason is that "env" and...