Bas Zalmstra

Results 290 comments of Bas Zalmstra

Thanks for the writeup! That makes total sense to me. Would you be able to whip up a Pr?

I have been looking at how [polars](https://github.com/pola-rs/polars) does this. Essentially what they do is that they define an enum in python as [a `Literal`](https://github.com/pola-rs/polars/blob/ae66acd30bcd453f767639463d89f1a10e70f061/py-polars/polars/type_aliases.py#L96). These are then converted on the...

Mypy does still do type checking when using literals. It will complain when you assign a random string "bla" to a literal. But Im sure mypy can do more magic...

That would be fine with me as long as we have proper stubs to support documentation generation, IDE autocomplete, and static type checking, otherwise the values will be "invisible" for...

This is not being worked on atm. Contributions are welcome!

This issue has become quite stale, especially since we use resolvo most of the time. Would you mind if I close this?

The type also recently changed to an `Arc`. I guess we could also change this to an `Arc`?

The errors are raised because we have no code to check for Cuda support on platforms other than macOS, Linux and Windows. If I understand it correctly, android is a...

Yeah thats also the approach I would take. That should also be relatively simple to implement.

With https://github.com/mamba-org/rattler/pull/437 we at least remove them.