Sylvain Marié

Results 299 comments of Sylvain Marié

(replying to https://github.com/smarie/python-autoclass/pull/44#discussion_r697876595 ) Perfect @erocarrera thanks for the feedback ! Indeed moving to pyfields when possible is probably a better choice. I did not yet found time to fix...

This is a great suggestion ! It seems to connect with similar ideas/suggestions #8 and #25 I do not remember if I already wrote something in the code to prepare...

Thanks @jgarbers for your feedback ! Your message does not really seem to relate to this issue #72 - @bharathbhushan1 meant validation that can not be performed field by field...

This would be a great addition @pfw , thanks for suggesting it ! Would you like to propose such mod yourself in a PR ? I think the code change...

Great thanks for the feedback @pfw ! For the implementation, the only tricky thing is that you'll see that `make_init` returns a class descriptor (`InitDescriptor`) for the method, that is...

This is a nice suggestion @burnpanck ! It could even be made the default, as it makes sense. Would you like to give a shot at a PR ? Otherwise...

thanks for the advice ! I did not yet know `trio`, I'll have a look

Not sure this is actually good. I see more cons than pros. Let's wait a little bit for feedback.

Thanks @keszybz ! I'll investigate when I find a bit of time.