Rob
Rob
why not simply use exrc? simply put a .vimrc / .nvimrc file in your project root and put the specific config in there. that or define your rustup mode in...
It would be fantastic if we could simply opt to disable briefcases package resolution and use an existing system like setup tools (boring tech FTW). ``` python from setuptools import...
> So, since it supports symlinks, please put this into readme.md Document. > ## Custom Model Folder > > Symlinks is supported. For windows, symlinks can be used as mklink...
> > > So, since it supports symlinks, please put this into readme.md Document. > > > ## Custom Model Folder > > > Symlinks is supported. For windows, symlinks...
It shouldn't be an issue. You should be able to take their QGLControllerWidget from engine.py and add it to a layout. https://github.com/alonrubintec/3DViewer/blob/d30bc2da629944b715a7823515fab56fda5b7391/engine.py#L28 I would add though that PySide has a...
Heres the python version of the above example. ``` python # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause """PySide6 port of the qt3d/simple-cpp example from...
@JonatanNevo the example code I posted does everything you need for the interactive preview, did you have any luck getting it to write to an offscreen surface?
@JonatanNevo I'm in a similar position myself. I use allot of QT in my work life though so I try to offer little bits and pieces when I can to...
I believe this is a trade-off of the virtual text system. If you wrap virtual text it will disturb the layout of your text and result in constant shifting. There...
It would also be worth defining a scope of what sort of features you intend to include. - Plugins - LSP and Completions - Formatting - Searching I think the...