Jérôme Lafréchoux

Results 373 comments of Jérôme Lafréchoux

Sure. There is an example hidden in the quickstart, already, but an explicit statement in "arguments" docs wouldn't hurt. ```py @blp.route("/") class PetsById(MethodView): [...] @blp.arguments(PetSchema) @blp.response(200, PetSchema) def put(self, update_data,...

Good point. I didn't take the time to try this in flask-smorest. I think I'll make extensive use of the `arg_name` argument as I like view function arguments to have...

I'm sorry I don't understand what you are trying to achieve.

Hi Trystan. I didn't know about the Node interface. Is there a bit of doc you'd like to point me to ? Your link doesn't seem to deal with the...

How do you manage to avoid recombination if the data goes through the radio link ? Do you limit the values to 255 ? Or if it does not use...

Is there any explanation somewhere about what the Node interface is ? I don't understand how it works through the radio without recombining. Also, does it contain a way of...

OK, thanks. It's clear now. This whole thing rings me a bell. I've got a lot of catchup to do on the forums. Then my assumptions were correct. As I...

Didn't see your last message. Network issues... I can try to do the Listener part one of these days. Unless you're interested and/or in a hurry.

Trystan, I think I'll integrate Dave's contrib first, as it changes a lot of code, with the buffer -> dispatcher rename. Then I'll be able to add the new listener....

Perhaps a viable Python3 port of ConfigObj: https://github.com/DiffSK/configobj