vandenoever

Results 18 comments of vandenoever

There's already a crate for cqt, but it does not use the fast implementation with fft. https://github.com/alexjago/cqt

@madjar, -b does imply downloading. man nix-env says: ``` --prebuild-only / -b Use only derivations for which a substitute is registered, i.e., there is a pre-built binary available that can...

With --dry-run it will not download anything, but without --dry-run, it will.

If it does not do anything, that means that there is no binary available. If you look at your network traffic, you'll see that nix-env tries to contact hydra to...

Could someone explain how to use this overlay to compile WASM from Rust in NixOS in simple steps? I've installed `$HOME/.config/nixpkgs/overlays/rust-overlay.nix` and can compile WASM with these steps, but it...

A common use-case is that the rust replaces the content in a QListModel that is shown with QML. I do not currently see an sample that shows how to do...

@White-Oak Thanks! I've now ported my rust+qml example code to qml-rust. https://gitlab.com/vandenoever/metadatadb/commit/7d9efab964bd9859c44c8b9bda0b6bccc944e54a

Have you tried updating the DOtherSide submodule?

@ErichDonGubler `Check for working C compiler: C:/Win-builds/bin/gcc.exe -- broken` suggests that gcc is not working. I've used this crate with Qt 5.6 and 5.7 on Linux and do not have...

@flanfly i'm not on windows at all, but @ErichDonGubler is