Damien Accorsi

Results 16 comments of Damien Accorsi

I'm interested in this feature. I believe a separate table managing permissions on each row whould be very flexible: it decorrelates right management from business logic / stuff. Supposing you...

Hello @MAGICCC . I'm also interested in this feature . I did read the 4 issues you linked and I can imagine your feeling about "re-explaining the same things over...

Another option would be to make the entire source code parametric about mysql socket and to keep hard coded file socket in the main config. This way, maintaining an IP-based-mysql-config-ready...

Let's keep this documentation - we'll see if we roll it back if not up-to-date

@buxx this issue is fixed? If so, please write here the version in which the file upload/download support has been added

Do we need this in a real context (real = not test)? The question is also for `reset_context()`

ok. So, your explanation must be included in the `reset_xxx()` methods.

After discussion, this is already (partly) available. By default, the output is `application/json`; when generating binary, it's possible to describe the output by defining one or more mimetypes when using...

There is a partial aiohttp support, unfortunately it is still broken. I references this issue in the source code in order to keep link between bug tracker and source code

This is a good question; I should have given some details here. At least, the `Hapic.input_headers()` does not work with aiohttp. I commented a series of aiohttp-related tests that are...