Martí Zamora
Martí Zamora
Hi, How can the parent process can get notified if the jailed code throws an exception or fails executing its code? Something like: ``` javascript function task(){ foo()//foo is not...
**Description** When using series of lists of TypedDicts pandera throws `TypeError: TypedDict does not support instance and class checks` if it runs in Python 3.11. In Python 3.12 works as...
## In the User Regsitrations add a field telling if an application is active or not ### Problem We are using the User registrations in a lambda JWT populate. In...
Curently typeguard is fixed to version 2.13.3 but this version is very old and many packages have already moved past it. For example we are trying to add jaxtyping to...
### What happened? There is inconsistency in the hosted login page using the Simple theme with the language of the form and the language selector if the user has a...
Hello! This used to work in v0.2.38 and broke since v0.3.0 ```python import numpy as np from jaxtyping import jaxtyped, Int32 from beartype import beartype from dataclasses import dataclass @jaxtyped(typechecker=beartype)...