James Reynolds

Results 9 comments of James Reynolds

For python 3.7 the following (tqdm.pyi) was sufficient for my purposes: ``` from typing import Any, Iterator, TypeVar T = TypeVar('T') def tqdm(iterator: Iterator[T], *args: Any, **kwargs: Any) -> Iterator[T]:...

I think I may be in a similar position: I've migrated from nixops 1.x where I had multiple deployments with different network definitions and I'm unable to replicate this in...

I've just found this comment and can offer a solution. I created an esbuild plugin that rewrites the ENVIRONMENT_IS... variables with consts during load which then allows esbuild's dead code...

I just had this issue on the latest commit (NixOS, pulled in as a flake) - but interestingly it resolved itself after about 10 minutes. Windows created now will have...

> That's expected behaviour. Windows need to be re-opened due to the way decoration information is stored. Ah, I didn't realise that. That explains my issue, which sounds completely different...

I also applied this patch just to 2024.4.2 and it fixed the issue for me.

@BeryJu I'll try a bisect on Monday if I've got time.

@BeryJu ...I didn't have time! I did today though. Unfortunately, I couldn't reliably reproduce the issue - I had to use a clean DB so I could run earlier versions...

@rissson thanks! I'll look into setting up tests and fix that lint error I seem to have missed. Might be Monday though...