lambdas icon indicating copy to clipboard operation
lambdas copied to clipboard

When we can expect next release?

Open jakub-borusewicz opened this issue 5 years ago • 5 comments

Your library seems to be very promising, but in my case I would benefit from it the most, if it would have __getattr__ implemented. When we can expect next release? As I can see, it is already implemented, but I guess there are some problems that stops you from releasing it?

jakub-borusewicz avatar Oct 28 '20 17:10 jakub-borusewicz

Same here, the __getattr__ is an absolue show-stopper. Where's the catch in "just" proxying the through to the underlying object's __getattr__?

JosXa avatar Dec 02 '20 03:12 JosXa

@sobolevn What do you think??

thepabloaguilar avatar Dec 16 '20 13:12 thepabloaguilar

Yes, I can work on it after the NY. Any help is appreciated!

sobolevn avatar Dec 16 '20 16:12 sobolevn

👍 Looking forward to the mypy plugin being included and __getattr__ support.

virusdave avatar Dec 28 '20 18:12 virusdave

How about setattr?

Maybe callback(_.setattr("hello", "world")) or just callback(_.set("hello", "world")) ?

Something fancy like callback(_(attr="hello", value="world"))? Maybe one could even think of using returns à la callback(_.hello.set_value("world")), though that might get confusing or interfere with user code.

JosXa avatar Jan 06 '21 03:01 JosXa

@jakub-borusewicz @JosXa @virusdave it has been almost three years of waiting but I've just published a new release which has support for _.attr support 😆

thepabloaguilar avatar Sep 14 '23 01:09 thepabloaguilar