Ada

Results 190 comments of Ada

Awesome, thank you! :D My partner uses a lot of Windows-only 3D modeling apps, and `mkWindowsApp` was super useful for packaging them in a reliable way. Thanks for making it!...

Thanks for the response! ^w^ I know how to do it in `termios`. I've been trying to popularize a technique on doing it like this: ```rs use std::io::{self, Read}; use...

IDK if that's the case. I am using `dioxus-cli` pinned from NixOS master (this looks to be 0.6.0 as of this writing). If the behavior changed as of the latest...

I can reproduce this on NixOS 24.11. It would be helpful for reproducible build systems (such as Nix) if Dixous CLI didn't force you to use its internal wasm-bindgen. I...

I tried it out and I believe it's working great. Thank you @jkelleyrtp :)

I'm actually super interested in this. What's the current status?

I'd really appreciate fixed binaries. My SO has been wanting to do some Ice Studio stuff on her NixOS machine for awhile. Thanks so much for looking into this! :)

> i'll try nixOS i debug in it your architecture is x86 or arm? I had the same problem as NicoleKai. My system is `x86_64-linux`.

Awesome. Thank you for your help, @cavearr :)

Actually, the Nix store contains scripts for packaging AppImages as native packages, once they're created. It's not ideal (less package customizability) but it works pretty well. A fair few NixOS...