André Anjos

Results 39 comments of André Anjos

Here is a version of your example, and with `pypi-dependencies`, that will work with across different manifest files, and resolves correctly (at least today): ```toml [project] name = "xxx" version...

@ruben-arts: IMO this problem has 2 parts: 1. Make sure that all examples across the pixi documentation properly make use of pytorch with the **right** combination of channels (i.e. defaults+nvidia+pytorch...

> Might be nice to have an example using `pytorch-gpu` from conda-forge if that is supported? Both `pytorch-cpu` and `pytorch-gpu` are [only meta packages that depend on `pytorch` only](https://github.com/conda-forge/pytorch-cpu-feedstock/blob/main/recipe/meta.yaml#L341). My...

Apparently this has been discussed in another mailing list: http://comments.gmane.org/gmane.comp.python.distutils.devel/17102

> @anjos, to make this more resilient, you may want to suggest to upstream to add the encoding to the `open` call, or, better yet, to switch to a modern...

@conda-forge/help-python ready for review! Thanks in advance.

@zklaus: ready for final review. All suggestions were taken onboard. Thanks a lot!

After a second thought, I think we should not merge these here. Some of these packages are simply not being maintained.

I've seen other homebridge plugins with interfaces to "complicated" things like TVs, showing up as different accessories. Here is an example from the Homebridge UI, for my TV using [homebridge-webos-tv](https://github.com/merdok/homebridge-webos-tv):...