Ben Mares

Results 675 comments of Ben Mares

If you're just doing doc-related stuff, don't worry so much about pytest. (It will anyways automatically run remotely in the CI after you push.) If you want to debug pytest,...

Preliminary experiment with micromamba indicates success. :rocket:

Sorry, not yet. I just did by hand the experiment with micromamba described above. Would you like to try an implementation?

As written, that would be a dependency conflict. The idea is to merge the dependencies into a single simultaneous solve. So what would happen logically is: ```yaml dependencies: - python...

It is a bug that solving succeeds. I'm guessing that there is some failed merging behavior. I haven't looked at the code, but I expect in pseudocode (class and parameter...

This sounds excellent!!! Thanks so much for digging into this! I will try to review this soon.

@g-rutter astutely points out in #306 that when we implement `categories` in the lockfiles, we need to ensure that categories propagate to all subdependencies, and provides a very nice test...

I made a first pass at thinking through the details. (I might have some misconceptions about the implementation, so please correct any nonsense I write!) I get the impression that...

No worries, great to hear back from you @srilman! I am not sure I understand your question: > In this new approach, would we parse the source file in a...

Feel free to take a stab at it. I think you are thinking about this more deeply than I am.