Paweł Kubrak

Results 22 comments of Paweł Kubrak

Defer loading kits to first "Insert" key hit? Which line exactly causes this error?

Would be nice to still be able to use all types at once, as @LucioFranco said. I belive most of apps mix those, eg. `Full` for data, `Streaming` for SSE...

Hi, is there any chance to have this merged anytime soon?

@Ryandaydev, maybe you have a chance to merge it after 2 months since it was initially created?

Is there anything else we can do, to move this forward? I believe we did everything to have it ready for merge. Three months later there is no single sign...

@joshua-maros Maybe you can provide a bit deeper explaination on this unsoundness? I imagine one of the problems is swapping the contents of mutable reference with something else, however maybe...

FYI you can use `Codes=[All]` ;)

I am not sure if this is related, but recently this started to raise "type is partially unknown" error: ```python from typing import Generic, Self, TypeVar T = TypeVar("T") class...

Okay, but isn't the `type_` parameter with type `T` forcing return type to also be specialized with `T`? Do you know what is the current approach to specialize a classmethod...

Okay, can you provide more details (any source to read more details) on `change for spec compliance`? mypy in current version reveals type correctly (as pyright in previous versions) and...