NULLX
NULLX
For adding support for M1, we should add the electron and slimcore arm64 binaries to the liveshare audio packageJSON module. A quick fix can be: edit `~/.vscode/extensions/ms-vsliveshare.vsliveshare-audio-0.1.91`. Find in runtimeDependencies:...
> > For adding support for M1, we should add the electron and slimcore arm64 binaries to the liveshare audio packageJSON module. > > A quick fix can be: edit...
> I think Rossetta is not available within a container that was not run with emulation. I run vscode with apple silicon (native) . devcontainer (working vscode inside a container)...
Can you add the feature of the provision profile? Please
Why isn't this project utilizing Node worker threads? It's common for the UI to freeze when the thread is blocked by monitor processing, in addition to sqlite3.
Currently, we are monitoring 82 services, including ping, HTTP, DNS, MySQL, MariaDB, MongoDB, PostgreSQL, and others. It is taking more than 60s to load. I recently experimented with adding worker_threads,...
I have been benchmarking why it is taking too many time to load and I found the Monitor.toJSON function. It’s very slow because it fetches lots of data recursively
Hi @louislam! Firstly, I wanted to express my gratitude for all the hard work you've put into this. It's greatly appreciated. I'm eager to assist with writing the migration guide...
Could you try installing xorg? ```console sudo apt install xorg ```
Do you have `libX11-devel` installed? @Prat1143