Lukas W.
Lukas W.
I also need to change the default pk. I use this workaround. Works fine for me. ``` from pydantic import root_validator class Foo(JsonModel): name: str @root_validator(pre=True) def overwrite_pk(cls, values: dict[str,...
Have you try `EmbeddedJsonModel` instead of `HashModel`?
Hey everyone. Something new here? I need to check if the Logo reachable. I wonder where to place @N3mesisXS workaround?
I'm interested in the same feature. Want to set a pressure advance in my filament settings an pass them to a klipper `START_PRINT` gcode macro from my printers start gcode.
Any new knowledge? I has the same problem like @CodeMonkeyX .
In the meantime, I was no longer reliant on the global variable, but thank you nonetheless for the detailed explanation.