Toto

Results 72 comments of Toto

The same error on Fedora and python 3.9.16 environment to satisfy the requirements for `JAX`. See info at https://pypi.org/project/jax/ The installation fails with: ``` Collecting importlib-metadata>=4.6 (from jax==0.4.25->jax[cuda12_pip]==0.4.25->-r requirements.txt (line...

Quick update: I had to install JAX first by running `pip install -U "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html` then `pip install -r requirements.txt` finished okay. ``` (py390) [zcobol@dallas grok-1]$ pip list Package...

See https://github.com/xai-org/grok-1/blob/7050ed204b8206bb8645c7b7bbef7252f79561b0/run.py#L60 and change `local_mesh_config=(1, 1)`

@brupelo you could checkout the latest release branch ` i.e. 2f1d2ea0d (HEAD -> release-1.16, tag: v1.16.3463.0, origin/release-1.16)` however building from `main` is where all the fun is!

IMO: keeps the `core` container at minimum size. `shadow-utils` is dependent of several other packages. When installed it adds about 16M to the image. If you deploy many `core` images...

The fix provided by @viruscamp makes emacs work on wayland instead of Xwayland: ![emacs-pgtk_wsl_wayland](https://github.com/microsoft/wslg/assets/104515072/81591d4c-7e0c-4abf-bb48-a5b49446b5da) Your `ls -la $XDG_RUNTIME_DIR` output should be like above. Thanks @viruscamp!

@neominky the message is `404: Not Found` meaning the file(s) is not there!

`foot` terminal should work okay with `zsh`. Sample output in non-daemon mode: ``` eleven# echo $SHELL /bin/zsh eleven# zsh --version zsh 5.9 (x86_64-ubuntu-linux-gnu) eleven# foot info: main.c:421: version: 1.13.1 +pgo...

@Klemmbaustein you're accessing the X server via RDP session. That might influence the controls of the windows shown on your desktop.

This issue is being tracked by https://github.com/microsoft/wslg/issues/1148