Mathieu Leplatre

Results 356 comments of Mathieu Leplatre
trafficstars

Haven't played with it yet, but I hear a lot about htmx https://pypi.org/project/django-htmx-autocomplete/

Problem confirmed under Linux :) Couldn't find a way to specify mimetype using `xclip` so far! Even kenneth's [xerox](https://github.com/kennethreitz/xerox/) does not seem to address the issue...

Thanks for the insights ! In _kinto.js_ we added a new distribution target that creates a dist file without any polyfill. Especially to let developers rely on third-parties polyfills (and...

I realize that the flush event is sent once each backend is flushed. I have thus no way to iterate on existing attachments to remove them! I can't `rm -rf`...

Yep, indeed! Would you be willing to work on it? That would mean adding a notion of _hooks_ in kinto.js so that file uploads is performed during synchronization of records...

To be honest I'm not very convinced by the proposition of a «base class», but we can try to see how it goes. The idea is to go through every...

I'll add a safety check but I couldn't reproduce when investigating #82 (which is likely to be the same)

The 500 is fixed with current master. However, when running the integration tests of Kinto/kinto-http.js#115, I get a 400 because the client does not send the proper `Content-Type` header: `Not...

Does this only affects the upload script ?

Why not! Maybe we should start by draft some _dream code_ here to see how it would like. For info, we had some python code here: https://github.com/Kinto/kinto-attachment/blob/master/scripts/upload.py