Tin Tvrtković

Results 444 comments of Tin Tvrtković

I think I fixed the nan issues on the `tin/3.13` branch.

Apologies. I have a small baby nowadays. So the original sync `os.walk` is a generator, right? This has some very useful properties which we should keep. Can we make the...

I'd prefer to keep tox since it can be useful to run a multitude of tests locally for contributors

Thanks for your efforts Stanley. This turned out to be significantly trickier than I assumed it would. Still not super happy with how the Justfile had to change, but I...

I don't see a ton of value in the `wrap` -> `to_coro` refactor so I'm going to pass on it, sorry.

On 3.14 the GC doesn't help any more anyway.

Yes, data classes suffer the same predicament.

I think, to be completely correct from a static typing perspective, `LeTypeAlias` should actually be: ``` type LeTypeAlias = int | str ``` In that case, Mypy and Pyright think...

You can wrap `make_class` with your own function and set the docstring yourself. It's only a matter of `C.__doc__ = "docstring"`, right?