_sam
Results
2
issues of
_sam
Error: > Argument 2 to "add" of "Container" has incompatible type "Table"; expected "Optional[Item]" However, in the source code of `Item`, it indicates it can be a `Table`. https://github.com/sdispater/tomlkit/blob/627fb1ae496a2531ec738e00c1abf6339472c1a4/tomlkit/items.py#L303-L304 It...
Right now for each drawing call, all sculpture frames draw, which is inefficient.
enhancement