Mathieu Leplatre

Results 352 comments of Mathieu Leplatre

I would also need something like that. What would be the way to go? A global dict with a `get_session(alias)` helper? I may be interested to contribute it if you...

I had a similar use-case, convert a `PyObject` into a `serde_json::json::Value`. It might be slightly off-topic here, but I thought it could be useful for someone looking for something similar...

We also bumped in a similar limitation, accessing the list of fields for errors like `Additional properties are not allowed ('field1', 'field2' were unexpected)`. As said earlier, with a minimum...

I'd be happy to try out simdjson in Kinto :) Just to clarify: - Kinto is not really a key-value database. But more like a «remote JSON storage» - it's...

I would be willing to contribute a PR. But before starting, which approach would the maintainers recommend to solve the None deserialization issue? Same as #258 or a recursive replace...

Thank you for this feedback :) If you like, you can submit a pull-request, we'll review it and merge it ! --- _We would welcome any help for maintaining this...

Holà Samuel ! Thanks for your feedback :) Feel free to contribute what you have in mind through a pull request! We'll discuss it with some code :) Otherwise... I'm...

From these few lines, I would say that you're good. Any hint from the HTML output or JavaScript console?

When adding leaflet.forms.js you have the exact same issue? Are the scripts loaded in the proper order?