Results 9 comments of Ægir

> Thank you for the contribution. Looks reasonable. Could you please rebase and let's make it through all the tests? Thank you for reviewing my pull request and for accepting...

@msmouse Long time no see sir, I forgot this PR due to a lot of things that need to be done. Last time when you approved this PR, it had...

> i've hit this issue as well - can this be revived? Now it's more complicated that aptos-core repo and aptos-indexer-proccessor repo has cyclic dependency and both are using jemalloc....

for anyone wanna run zed on WSL Ubuntu 22.04: 1. install `libvulkan-dev`: ``` sudo apt-get install libvulkan-dev ``` 2. update `mesa` to 24.1, I would recommend the `kisak-mesa`: ``` sudo...

> > for anyone wanna run zed on WSL Ubuntu 22.04: > > > > 1. install `libvulkan-dev`: > > > > ``` > > sudo apt-get install libvulkan-dev >...

> > > > > > Do you have integrated gpu? or only have Nvidia? Please take a look at [this](https://github.com/microsoft/wslg/wiki/GPU-selection-in-WSLg) to select the Nvidia as default gpu device. You...

> > maybe you need liquorix kernel > > ``` > > sudo add-apt-repository ppa:damentz/liquorix > > sudo apt update > > sudo apt upgrade > > ``` > >...