Cole Helbling

Results 92 comments of Cole Helbling

Unfortunately, I don't have the time or energy to attempt to design this in a way upstream might consider palatable at the moment. Sorry.

You should be able to use `--nix-package-url ` to install the Nix version from ``. For example, for 2.20.1, you would use `--nix-package-url https://releases.nixos.org/nix/nix-2.20.1/nix-2.20.1-x86_64-linux.tar.xz` (assuming you're running `x86_64-linux`). Does that...

Sounds similar to https://github.com/zhaofengli/attic/pull/115 (which has a PR attempting to fix it: https://github.com/zhaofengli/attic/pull/116)

If you just want to see the version, why not just run `alacritty -V` or `alacritty --version`?

This should probably be implemented as a plugin (whenever that functionality is available). --- That said, it would probably be prudent to use something easy to serialize. TOML is already...

While the `ui` command did work, it only spat out a `ui/icon` directory, and after skimming through all the files it generated, none of them appear to be the loading...

Aha! That worked flawlessly -- thanks a bunch! I stumbled upon the old FFXIV Explorer, but that didn't seem to work. Thanks for the link to the fork! I'll leave...

Another place to check: > This return type is a bit weird. It might be worth looking out for ways to improve this, like an enum of DetectionResult { ExecError,...

Could you please explain what you mean by "incorporate a staticlib of a wasm crate"? I'm not quite sure I follow. Bonus points for an example of how this works...