Ted Barrett
Ted Barrett
Hi, I know this is a relatively old project but seems like the dev is still active on github. Would it be possible to add support for fullscreenizing across multiple...
Adds parsing of `n` or `no` to be `false`, to align with the behaviour with `y` or `yes`. Note that the unit tests are failing due to an unrelated issue,...
I would like to handle null values when deserializing. I have the following custom attribute: ``` class TestAttribute(Attribute): attr_type = BINARY def serialize(self, value: Any) -> Any: return json.dumps(value) def...