James Murphy
Results
2
issues of
James Murphy
Attrs does some checks on fields like no defaulted fields coming before non-defaulted fields before running custom field transformers. This is a problem when a field transformer intends to modify...
I'm noticing a pattern of doing this in some of my code ``` imgui_id = imgui.get_id(text) imgui.whatever(text) if imgui_id == _stored_imgui_id: ... ``` and I think what I really want...