Arun Tejasvi Chaganty

Results 3 issues of Arun Tejasvi Chaganty

For a game I'm building, I need to use two `sampler2D` textures in a shader (fragment shader code below); the TL;DR of this issue is a request for pointers on...

enhancement
Type-DOCS

This commit removes a duplicate copy of `test_deserialize_with_mismatched_field_types`.

This commit extends support of dataclasses_json to dataclasses with fields annotated with Literal types. Literal types allow users to specify a list of valid values, e.g., ```python @dataclass class DataClassWithLiteral(DataClassJsonMixin):...