Marcello Barile

Results 9 issues of Marcello Barile

The following line is never reached due to a previous "return". https://github.com/apollographql/fullstack-tutorial/blob/369e151c31b7976c5164cef5b43c1aaef35c4352/start/server/src/utils.js#L30

Whenever occurs the "self.options.filter" it should be changed to "options.filter". If a pull request is needed I'd be glad to suggest it. Please, let me know and thanks for your...

Preface: From https://tools.ietf.org/html/rfc7230 "A user agent SHOULD NOT send a Content-Length header field when the request message does not contain a payload body and the method semantics do not anticipate...

__Is your feature request related to a problem? Please describe.__ When dealing with custom overlays (e.g. tooltips), overlapping can be a problem and can be solved only with CSS workarounds....

enhancement
backlog
spring cleaning

Hi, I'm trying to consume the API but, every now and then, I get this kind of response: ``` { user: 44337, processing_started: '2023-08-16 06:26:46.267010', processing_finished: '2023-08-16 06:26:48.392812', user_images: [...

The server raises the following error: Traceback (most recent call last): File "/home/ubuntu/cloudcv/cloudcv17/app/celery/web_tasks/ImageStitchingTask.py", line 25, in runImageStitching popen = subprocess.Popen(list,stdout=subprocess.PIPE, stderr=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 710, in **init** errread, errwrite) File...

After a "object-detection" request to the API I get back this error message: File "/home/ubuntu/cloudcv/cloudcv17/app/celery/api_tasks/tasks.py", line 313, in run output = run_matlab_code(mlab_obj, '/var/www/html/cloudcv/voc-dpm-matlab-bridge/pascal_object_detection.m', list, parsed_dict['socketid']) NameError: global name 'mlab_obj' is...

### Is your feature request related to a problem? Please describe. While working on https://github.com/camunda/web-modeler/issues/4583, to enable the form linking for a start event, we had to copy/paste code from...

enhancement
backlog