FoXy

Results 20 comments of FoXy

So will Local DB remain functional? Also instead of exporting passwords from LessPass, why not migrate profiles themselves to Bitwarden? That could be an option. btw why passwordless managers keep...

> > Also instead of exporting passwords from LessPass, why not migrate profiles themselves to Bitwarden? That could be an option. > > They are different concepts. On the one...

Hi. Is there any update for this? Will Qubes 4.1.2 be supported? Also does it support Windows guest VM? It seems so. Ref: -https://raw.githubusercontent.com/01org/XenGT-Preview-kernel/master/XenGT_Setup_Guide.pdf

> > Also does it support Windows guest VM? It seems so. > Unfortunately no, it requires guest support Intel GVT-g device and Qubes video virtualization stack. What is reason...

Would you guys update the kernel to upstream 6.x ?

+1 for This Issue. VcXsrv is still better in Window Management than WSLg.

> @theonlyfoxy, thanks for checking, we are making progress. if you are on the latest WSLg and Windows 11 (all update applied), please create below file with below contents, then...

Hi. Could you try this fix ? https://github.com/RapidWareTech/pyttsx/pull/35

Modify `/Users/admin/.pyenv/versions/3.8.16/lib/python3.8/site-packages/pyttsx3/drivers/nsss.py` and Add `from objc import super` before `from Foundation import *`.

as a workaround you could set remoteUser to root. example devcontainer.json: ```json { "remoteUser": "root", "containerUser": "vscode", "workspaceMount": "", "runArgs": ["--volume=${localWorkspaceFolder}:/workspaces/${localWorkspaceFolderBasename}:Z"] } ``` also [see](https://github.com/microsoft/vscode-remote-release/issues/6759).