Zai

Results 5 comments of Zai

I attempted to run code-server with dbus using this command: ```dbus-run-session sh -c 'echo pass | gnome-keyring-daemon --unlock --replace ; code-server'``` However, the issue still persists.

When will this issue be resolved? Is there any temporary solution I can implement?

> @Zai-Kun You can either set `github-auth` in the config file, set `GITHUB_TOKEN=` before starting code-server or start code-server with `--github-auth=` (Personal Access Token with scopes `repo` and `user`). 👉...

> @Zai-Kun Try this new custom dropdown menu. It is in experimental stage, but works perfectly in windows and linux: https://github.com/Akascape/CTkScrollableDropdown > > ![screenshots](https://user-images.githubusercontent.com/89206401/236677843-8d8b76fd-6145-47b1-8f4d-b6a64b08e1ea.png) Oh, wow, looks awesome :) I...