Rémi Debette

Results 75 comments of Rémi Debette

Hi, As a side note, this works fine on Windows but gives the same error on Ubuntu LTS. Is there a plan to fix it? In a team of users...

Hi @rli By default the *SAM CLI executable* parameter was empty in my properties, and I could not see the Auto-detected piece inside. Since I installed through brew for M1...

I see, the code you linked makes sense with what I observed. Just to be 100% clear, the binary `sam` is in my path in the same way as other...

Indeed especially for overriding the `image` (or at least the tag) In the context of a CI that generates as many tags as github commits sha, if we want to...

Ok so either I need to cascade or to specify EXCLUDE for specific subclasses. I could live with either. Is there already a syntax for transposing the above marshmallow line...

So I tried your first example and got a Type error since fields.List accepts only FieldABC. I reworked it to use fields.Nested, but even so I still have the initial...

Thanks @altendky , I reworked the example for the consistency of the codestyle but now it works. So my request about DRY coding in desert would be to have ways...

So my understanding of the question is: are those two equivalent in deserialisation? * the `url` field is not present * the `url` field is present but its value is...

I am still discovering the way to use the lib. I do think Optional is actually more suited to my purpose. As it works as expected I already reworked my...

I agree with your points. As per the new question raised, I am a fan of failing early instead of letting a user write an entire codebase on some wrong...