Marti Raudsepp

Results 331 comments of Marti Raudsepp

FWIW downgrading to `emsdk 3.0.1` worked for me. I used the `emscripten/emsdk:3.0.1` Docker image in the end.

Looks like this issue can be fixed by swapping LDFLAGS `-lpng` to `-lpng-mt`. Thanks to @noamr for pointing that out!

One missing feature is `TypeVar(default=)` referencing another TypeVar. `django-stubs` has been patiently waiting for this feature, it would allow us to clean up some pretty ugly hacks. ```python T =...

@cdce8p Are you interested in implementing this part of PEP 696 too -- allowing TypeVar to default to another TypeVar? Thanks for your work so far!

`instance` is a sequence when the serializer is initialized with `many=True`. Although it truly is annoying to deal with. There was a plan to fix this with an overloaded Serializer...

Sorry for the lack of reply. It's a tricky decision between two bad options and I've been pondering this in the background. I'm rather inclined to merge this.

The background of this change is described in #827. If this change caused a regression in your use case, please comment there ➔ #827

Sorry for sitting on this PR for so long. But since this can potentially regress users, I wanted to be sure that the background and justification is properly documented, but...

I have taken approach (2) and opened a pull request to add `pyjks` type hints to `typeshed` instead: * https://github.com/python/typeshed/pull/10797