daravi
daravi
Forgive me if this has already been fixed in latest commits. But trying to build 4.5.3 with Clang 13 I get a compile error: ``` type_traits.hpp:87:35: error: no type named...
It would be useful to be able to load an env file (similar to https://github.com/microsoft/vscode-go/issues/829). For example my package managment system (Conan) generates and en file. It would be easier...
Hello. One point that I see missing from both the official Qt documentation and this guide is distinguishing C++ model types and C++ visual types. I think most users use...
Hello, I could not find any mention of gst plugins in the documentation. But it seems like some GStreamer plugins are being loaded at runtime since I am getting these...
Hi, I would like to use the GammaRay API in my project. I use Conan for my dependency management and I use the conanfile.py included in this project (`conan/GammaRay/conanfile.py`) to...
I am able set FLAGS_stderrthreshold in code (while `logtostderr` and `alsologtostderr` are left as default) and see desired behavior. i.e. all available logs go to file and anything at or...
As it is, using `boost::interprocess::open_or_create` in the constructors can lead to exceptions that are internally caught. This makes debugging hard as I have to skip those exceptions until I get...
Please feel free to decline if too specific of a use case. I wasn't sure myself if this would be useful for the community upstream but since we do need...
Add `https://` prefix to azure_endpoint when missing to avoid faulty URL construction where `azure_endpoint` is repeated twice - [x] I understand that this repository is auto-generated and my pull request...