Matteo Ragni

Results 8 comments of Matteo Ragni

As for now we patched internally with something _like_ this: ```py content_type = flask_request.headers.get("Content-Type") # [...] body = flask_request.stream if content_type == "application/octet-stream" else flask_request.get_data() # [...] ``` in https://github.com/zalando/connexion/blob/master/connexion/apis/flask_api.py#L235...

My solution w/o jQuery (based on the comment of @johnam - thanks dude!) is: ``` javascript // Check the validity state and update field accordingly. document.onready = function () {...

**Important Update**: this appears not to be tied to only numpy. If I import `decimal` (a stdlib numeric class) I get the a similar error: ```c++ #include "pybind11/embed.h" namespace py...

I've found a solution. Knowing that it was not tied to numpy halped quite a lot to switch the focus on the real problem: symbol missing. Taking the suggestion from...

Soory, but there is not. Also in general the project is unmaintained, I'm only accepting pull requests after a fast review. Unfortunately I have no time to dedicate to this...

We are experiencing similar problems with Opensplice DDS, on Ubuntu 18.04. * Operating System: Ubuntu 18.04.2 LTS (we are planning a test in Windows 10) * Installation type: from ROS...

gosh... I don't have a device to try... Also I've never tried to set up for mobile device... This will take some time to be fixed... Sorry in advance 2014-04-29...

I don't know very well Sublime Text API, but I believe that as a start could be: - use apis to identify all files that are actually open in Sublime...