racey chan
racey chan
thats interesting, dict(a) works while a.dict() does not ```python from typing import Set from pydantic.main import BaseModel class MyObject(BaseModel): a: str class Config: frozen=True class MyNestedObject(BaseModel): objs: Set[MyObject] >>> a...
I know this is irrelevant, but may I ask what IDE do you use for jupyter? that tracebook looks great.
Well, from an abstract point of view, I think overriding an attribute/ field with computed field follows the principle of dependency inversion, whether a field is a computed field should...
it's not a codon's issue, and it probably is not an issue at all. magic variable '__name__' is given by pvm to the modules, not classes. run the same code...
Any update on this? I'd like to see a switch to nanobind. I was going to implement a cython version but if there is a nanobind version then there is...
> `pixi project export` also supports explicit conda specs that don't require a solve and can be installed via micromamba, which is very lightweight. I also started a draft of...
> No it won't @raceychan . > > > > There is likely a more idiomatic way to achieve what you want (not including pixi in the docker image). I...
I did a quick scan through on parser.pyx, it seems that it works by receiving a python object, and inspect on the object to see what are the implemented callbacks,...
would really appreciate support fot numpy, any update on this? let me know if there is anything I can do to make this happen @jcrist , I would be glad...