PgBiel
PgBiel
In order to not require the `--extra-experimental-features` flags all the time, you can also write to your user's local Nix settings: ```sh mkdir -p ~/.config/nix echo "experimental-features = nix-command flakes"...
Hi, as someone very interested on this work (and completely amazed by all the effort so far), I'd like to express a few thoughts, which could hopefully instigate further improvements...
> @PgBiel I agree on all the points you made, as well as the potential issue with a flathub submission with this approach, but @ConradIrwin has made it pretty clear...
Just to test my theory, I downloaded the Linux binary for [Zed v0.136.0-pre from GitHub Releases](https://github.com/zed-industries/zed/releases/tag/v0.136.0-pre) and ran it through the VSCodium Flatpak, and it seems to work without modifications!...
> > What's stopping us from running all processes inside the sandbox > > A good user experience: people expect things (like the terminal) to work. I think I could...
> You say you're using VScodium through flatpak. Are you using the version with the limitations described here: https://github.com/flathub/com.vscodium.codium, or is there an approach that doesn't require updating our documentation...
Sure, we can do it. Not sure which syntax I would use though, at least without conflicting with the Rust syntax... Perhaps we could add a second `:` for custom...
With Typst 0.12 (testing with 0.12.0-rc1), wrapping the grid in a `block(height: 1fr)` will become available as a workaround, as outlined in the forum post https://forum.typst.app/t/how-can-i-make-a-table-take-up-the-remaining-vertical-space-on-the-page-without-going-over/1074/3: ```typ #set page(height: 200pt)...
If I understood correctly, you can work around it by using oxifmt's `strfmt` to format your number with both scientific and decimal formats, retaining only the formatted string with the...
@schmidma Thank you very much for your investigation. This seems to match the issues some Nix users were having on Discord. Let's wait for this update.