Jim Ren

Results 7 comments of Jim Ren

Thanks for the reply. I removed the Stack Overflow suggested change: >FLAGS = -L /lib64 LIBS = -lusb-1.0 -l pthread from Makefile, and added your suggested change in Makefile.flexDemoCUDA.mk by...

Is `CUDA_PATH` the same as `CUDA_HOME`? The CUDA installation guide only mentions `LD_LIBRARY_PATH` and `CUDA_HOME`. I did some research on `CUDA_PATH`, and all the answers I got are for setting...

Update on this issue. It seems like setting `CUDA_PATH` to be the same as `CUDA_HOME` fixes the pthread issue. There was no need to put `-pthread` at the end of...

Another update. I've resolved the issues above. There were two issues: 1. I didn't have a `CUDA_PATH` env variable. The CUDA installation guide only mentioned `CUDA_HOME`, but this demo's Makefiles...

## Version 2.14.2 ## Description Hey @RobbeSneyders. I discovered this open issue after running into the same issue.The offending line of code is [this](https://github.com/spec-first/connexion/blob/a34da315db294299278f679b04760f049fbf6337/connexion/uri_parsing.py#LL163C49-L163C49) in "url_parsing.py": ```python if defn and...

I also realized that the [opentelemetry.instrumentation.flask.FlaskInstrumentor](https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/flask/flask.html) does not work out of the box with Connexion. I tried it with a trivial native Flask example vs a Connexion example. The former...