Alfredo Luque

Results 87 comments of Alfredo Luque

For example, the current `PathType` class in rattler (eg; [here](https://github.com/mamba-org/rattler/blob/main/py-rattler/rattler/package/paths_json.py#L316)) has getters for `hardlink`, `softlink`, etc. that just return True if the `PathType` is of that value. In other words,...

Yeah, I can put up a PR Friday. Update: Ended up a little busy today (4/26) so didn't get to this but will add it next week.

@baszalmstra sorry, been ridiculously busy so haven't gotten back to this issue. FWIW there's an [open issue](https://github.com/PyO3/pyo3/issues/2887) in PyO3 on how to best handle enums. Until then... I'm not a...

@baszalmstra what would be the downside of having a fn that returns all the enum strings to Python and at import time we construct the corresponding python enum type? Nothing...

@Wackyator yeah let me put something together today. Sorry, would have started on this earlier but been super busy this week.

OK @Wackyator sorry for the delay, was doing some testing on my side to see what would: 1. Work with type checkers (using `pyright` since that's what we're using here...

[Feedstock PR is ready](https://github.com/conda-forge/staged-recipes/pull/26439). Please respond on that PR if you wish to be listed as maintainer.

BTW, torch installed from `conda-forge` does not statically link NCCL. So it's fine to use.

What about porting the `pixi shell` functionality (which I believe uses a pseudo-TTY) here? Most interactive use cases of `activate` could ideally leverage that.