James Murphy
James Murphy
I've implemented `evolve_field` in one of my codebases by subclassing `_CountingAttr` and using a custom field transformer (probably not how you want to do it here in upstream), and one...
I think the issue here is that `on_setattr` doesn't provide any mechanism to do something *after* a new value is set, only to intercept a value *before* it is set....
A note on kwargs performance, this is a general fact about Python, not an attrs-specific performance degradation. Calling any Callable using positional args will be faster than passing the same...
Hi all, just wanted to bump and say I like the idea. Could someone tell me what is the current status of this feature and are there any roadblocks?
@KinoxKlark Looking into this. FYI the mCodingLLC user was converted to an org account that AFAIK cannot receive pings, feel free to ping me directly with @jamesmurphy-mc, which is my...
I made the simple wrapper function (not pushed) but I'm realizing now that not all things are considered "items", e.g. a text object does not modify the last item id....