Sonny Piers
Sonny Piers
``` thread '' panicked at code.rs:223:56: called `Option::unwrap()` on a `None` value note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace fatal runtime error: failed to initiate panic, error...
does that help https://github.com/flathub/org.freedesktop.Sdk.Extension.rust-stable/issues/168#issuecomment-1356756943 ?
I dropped LLVM/Mold in https://github.com/sonnyp/Workbench/commit/a67091b621b41004d532694f91d219544dc7dd01 Follow up to re-introduce Mold https://github.com/sonnyp/Workbench/issues/615
Mold/LLVM was reintroduced in https://github.com/workbenchdev/Workbench/pull/639 Re-opening this.
It would be great to figure this out to 1. Simplify things 2. Reduce download size for Rust extension 3. One-click "Install" button for Rust https://github.com/workbenchdev/Workbench/pull/711#pullrequestreview-1857873082
I don't understand the question. Do you want to open a draft PR? Maybe that will clarify.
I agree it's annoying. Right now for each session, we have a setting `edited` that defaults to `false`. As soon as there is a change to one of the source...
Options until then 1. Poll (probaby not) 2. Pull changes on focus 3. Pull changes when detecting a conflict on save 4. Pull on Ctrl+R
Is esbuild able to retain line numbers? > For types, we will decide what types we need to use. Evan is working on merging the various projects so let's wait...
A couple of thoughts on this Evan is working on merging ts-for-gir and gi.ts https://github.com/gjsify/ts-for-gir/pull/144 but we don't need to wait for it to get started. There is now a...