Albert Cervin
Albert Cervin
The popup for which-key renders too small in emacsclient while it works fine in emacs:  emacsclient left and emacs right.
The python user docs [here](https://github.com/AcademySoftwareFoundation/xstudio/blob/main/docs/user_docs/appendix/python_scripting.rst) say that you should launch xstudio with the `--port` argument and then use `XSTUDIO.connect_remote(host="127.0.0.1", port=)`. However, `--port` only seems to set the port for a...
Currently the only way to add to the C++ plugin search path is through the Python API. Would be useful to have an environment variable to control this, to not...
Currently, the only way to set the preferred primary resolver is to call `SetPreferredResolver()` at the correct time. However, due to plugin loading order in different DCCs running this at...