William Desportes

Results 841 comments of William Desportes

gdb ```sh sudo apt install libc6-dev ``` I applied this diff but still get a segfault: ```diff diff --git a/crates/collab/Cargo.toml b/crates/collab/Cargo.toml index 0fb8cb929..1e1d0f916 100644 --- a/crates/collab/Cargo.toml +++ b/crates/collab/Cargo.toml @@ -37,7...

I now have this crash and a white window that shows 1 second. Merged kvark/zed#2 locally. This is awesome progress ! 🎉 output ``` Thread "main" panicked with "called `Result::unwrap()`...

Thank you, after https://github.com/kvark/zed/pull/2/commits/88dfb35346c370257b33faa9dbf15160aeb08ef2 that installed the missing dependency. I now have this crash: trace ``` VUID-VkSwapchainCreateInfoKHR-imageExtent-01274(ERROR / SPEC): msgNum: 2094043421 - Validation Error: [ VUID-VkSwapchainCreateInfoKHR-imageExtent-01274 ] Object 0: handle...

I do not know where https://github.com/zed-industries/zed/pull/7343/commits/7509677003da3398d0df796eca9c5435a12f576e comes from but: - libxcb-dev should be libxcb1-dev - alsa-base was removed in oldstable: https://tracker.debian.org/pkg/alsa-base see https://bugs.debian.org/852455 reading the [changelog](https://tracker.debian.org/media/packages/m/mkchromecast/changelog-0.3.9git20200902db2964a-2.1) of the package mentioned...

The version info should/could be always shown like https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates does

> Hello! > > Thank you for this issue, issue number 1 has been fixed in [3267dcc](https://github.com/valeriansaliou/vigil/commit/3267dcc4cc18b7d48458c854bc1b57623c93b206) Thank you! > On the other issues, I'll let them be as-is for...

Here is the dependency list: - log (https://tracker.debian.org/pkg/rust-log) - clap (https://tracker.debian.org/pkg/rust-clap) - lazy_static (https://packages.debian.org/sid/librust-lazy-static-dev) - time (https://tracker.debian.org/pkg/rust-time) - serde (https://tracker.debian.org/pkg/rust-serde) - serde_derive (https://packages.debian.org/sid/librust-serde+serde-derive-dev) - toml (https://tracker.debian.org/pkg/rust-toml) - envsubst (seems missing)...

> Vigil being built with MUSL it doesn’t depend on anything and is totally autonomous. Why would it need to depend on all those Debian packages? Good question, the dependencies...

> I totally understand the rationale. However, I think this will be too much work for me to maintain on the side as an extra, I'm all good w/ the...

> All right then, go for it! Happy to see it in Debian + Ubuntu :) Let's go! I will keep you updated on the process, it can take a...