Matthieu Melot

Results 7 comments of Matthieu Melot

I am seeing the same behavior with my subclass that has extra fields. They are lost in the unstructuring.

Actually there is a workaround. Using a similar example as the original one with `attrs` instead of `dataclass` (I did not test with the later), with latest commit in main...

@Tinche I am seeing that you plan to cut a new release soon. I would like to have this issue fixed in this new release. Could you provide some guidance...

Hello, I am facing the same issue, is there a possible workaround?

I agree. I have the same problems with some of my scripts. What would be even more interesting is to understand why bash-server fails to parse some of those scripts....

I've created PR #312 At my $job, I really need the ability to allow subclasses to be structured and unstructured in places where only the parent class is declared. After...

Thanks, convincing you was not too hard đŸ˜„ I think there is indeed a speed loss, mainly due to an additional test and optional function call in the case of...