Jérôme Lafréchoux

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

I'd rather we tackle all those fields at once. I like Big/SmallInteger but I'm short of ideas wrt the name of the Integer (2**32) field since Integer already exists and...

I don't know who's wrong, here. I'd assume Swagger UI is right. From the Swagger UI created curl statement, it looks like values lists in forms are sent as comma...

The DelimitedList failure is strange. I don't know when I'll have time and motivation to look into this. What you could do to help is try to override that specific...

Hi. Thanks for sharing your work on this. You may embed code blocks here by surrounding them with back quotes. Adding "py" or "python" helps for syntax highlighting. I edited...

The change shouldn't be difficult. Just replace `missing` with `load_default` in the right place(s). The trick is that `load_default` was introduced in marshmallow 3.13 and umongo supports marshmallow 3.10. If...

Thank you for your answer. I thought I was using latest NERDTree version. Perhaps an issue with scroolose vs. preservim. Anyway I updated to latest NERDTree and I'm still facing...

Works a treat! Thank you so much! This was frustrating and I'm totally illiterate when it comes to Vim scripts. Indeed, that ML thread was referred to in the issue...

OK, I'll be using this on a daily basis from now on and I'll be sure to report back if anything happens (which I'm sure won't happen). Thanks again.

> I'm open to contributions if anyone is interested in fixing this. No one seems to be willing to work on this and the task is not trivial, so don't...

Yeah, it works if you write ```py def get(self, query_args, pet_id): ``` The order is not intuitive. I live with it but I admit it kinda sucks. @greyli has been...