jhuels
jhuels
@qCring Did you make any progress here? I'm also at looking integrating using the `QQuickFrameBuffer` interface. From your code, I believe the `SetFrameBufferObject` function needs to become something like the...
Thanks for the hint Jens! I found out it was due to GLEW not being initialized before setting up the context state. This can be solved by calling `vtkOpenGLRenderWindow::OpenGLInitContext()` before...
No, I just used 8.2 cause it worked. I had the same issue on both versions, so presumably you could get 9.0 working as well.
Think this was resolved in https://github.com/jbeder/yaml-cpp/pull/839, it just needs to be released. Duplicate of #574.
This would be awesome. Can't seem to get CMake Test Explorer to work anymore since the CMake Tools test explorer integration landed, so I've been using C++ TestMate (https://marketplace.visualstudio.com/items?itemName=matepek.vscode-catch2-test-adapter) in...
> You can configure the status bar to have all of these by default via your settings.json [sinemakinci1](https://github.com/sinemakinci1), Can you point to the documentation for these settings? Not seeing anything...
FYI, the QtCompany is adding a QML Language Server called qmlls: https://bugreports.qt.io/browse/QTBUG-102038. Integrated with a language server should be much easier than doing this yourself.
Same issue here EDIT: This is due to an update in pathlib
Yeah I’m still having issues with this on the latest version of VS code. On Sat, Apr 19, 2025 at 7:57 PM Mate Pek ***@***.***> wrote: > Hello, > >...