Martin Imre

Results 16 comments of Martin Imre

Not sure if this is the right place, but I stumbled upon `PIP_CONSTRAINT` for build constraints missing. I've tried `UV_CONSTRAINT`, but that doesn't seem to be accounted for either. Is...

:facepalm: why didn't I think of that? Anyhow, to offer something to the discussion: The premise first premises of `uv` states: > An extremely fast Python package installer and resolver,...

Hey, I'm currently looking to do the same. In my case the x-axes share the same value (datetimes). Could you please point me to an example or the relevant part...

A good catch with `Assign` and `AnnAssign`. Regarding the syntax errors: you're right - `AugAssign` and `AnnAssign` cannot be mixed. What do you think about `del`? Should we also remove...

Sounds good to me. I'll implement these improvements some time next week :slightly_smiling_face:

I also stumbled upon this. There is also a problem with type inference or so: ```py @overload def test_overload(is_fun: Literal[True]) -> str: ... @overload def test_overload(is_fun: Literal[False]) -> int: ......

Hey :wave: I know this issue is a bit older, but I'd be happy to work on this if this is still open :slightly_smiling_face: I've already implement an integration (see...

I've started working on it and have a very basic implementation -> I've left some questions in the Draft PR.

I experience the same issue just like [amireldor](https://github.com/amireldor) describes. When I log in, the night light doesn't work. Then I go to the settings, turn it off ~ it flicks...

Do you have any suggestion on how to set up the work environment? In general I think `rust`'s incremental builds are a good idea, but damn they eat up like...