Ben Mares

Results 675 comments of Ben Mares

Thanks a lot for this!!! Quickly skimming I really like the concept. I could see this turning into some sort of quickstart guide. I think people will have a substantial...

You should probably get pre-commit running locally on your side, it is simpler than pytest.

pre-commit.ci autofix

Make sure to pull that pre-commit formatting fix before making additional commits in order to prevent merge conflicts.

@jesshart, if you like your local version, then the easiest solution is to do a force-push `git push --force` and this will replace the conflicting `walkthrough-doc` branch here with your...

Hi @leeleavitt, thanks a lot for the feedback! > this requires the user to install poetry, which cumbersome, and not required to lock non conda dependencies Agreed. > However, conda-lock...

This seems to me like an interesting idea, but I wonder if it could be achieved more simply by using multiple environment specifications (using `--file` multiple times). Could you please...

Thanks @olivier-lacroix for the extra info! That clarifies a lot. I agree that an exclude option would make sense here. What do you think @mariusvniekerk? (A side-thought: another way to...

Wonderful. Now we need a rebase here, whenever you get the chance, and then we can review.

Hey, this sounds excellent!!! Do you have a draft PR we could look at?