Matías con tilde

Results 7 comments of Matías con tilde

The same happened to me What I ended up doing was not setting the `OWERWRITEHOST` config, but instead set the Host HTTP Header properly In nginx it was like this:...

I am also working on my own version of a Processing compatible NN library from scratch but heavily inspired by this one. As an enhancement it supports custom layer sizes....

You can like this: ```python from odoo.http import Response from http import HTTPStatus ... def get(): return Response(status=HTTPStatus.NOT_FOUND) ```

Unfortunately it still doesn't work for us. This is the request that gets sent when clicking the "See disk usage" button, maybe it's useful: ``` { "size": 0, "query": {...

Perfect, thank you very much! Would it be possible to merge [base_rest_auth_api_key](https://github.com/OCA/rest-framework/pull/284/commits/f3e6a84bacffa09942f4126d453921d0cf307c19) too? Should I make a separate PR for it?

It worked for me when I changed it to `kinect2.initDepth();`

I downgraded to version 30 and it works fine, if it helps