Khionu Sybiern

Results 128 comments of Khionu Sybiern

Using jj as a library would mean bindings as a blocker to creating integrations. I think that that should definitely be an option, but being able to simply using the...

I like the idea of using the templater. `--json` could then simply utilize default templates.

"Crate not found" is not an error, from our perspective. It's expected behaviour for command invocations to provide invalid input. The idea behind this issue is that unexpected errors would...

That said, I agree that this is an error that can be covered by #17. The centralized error handling can match on the error, censoring ones that don't match safe-to-show...

> os independent binary I'd suggest that this be rephased, since compilation still has to be done per target. It suggests something that is impossible when it seems you mean...

There's been a lot of positive feedback to this change. Do we have any issues that would require delaying confirming this as our course of action? Would we want to...

There's discussion of scripting in other threads, including the [Scripting RFC](https://github.com/amethyst/rfcs/pull/1) and [on the forums](https://community.amethyst.rs/c/development/scripting). It'd be best if discussion of features that are not exactly in scope are held...

System dependencies can be qualified by factors other than the components they iterate over. For example, a Damage-over-Time system might need to be ran before or after systems that apply...

This issue could be repurposed into a documentation issue

I did some digging, and it looks like the best way to do this would be with [`fido2luks`](https://github.com/shimunn/fido2luks), which is what [`boot.initrd.luks.fido2Support`](https://search.nixos.org/options?channel=23.11&show=boot.initrd.luks.fido2Support&from=0&size=50&sort=relevance&type=packages&query=fido2) uses ([source](https://github.com/NixOS/nixpkgs/blob/nixos-23.11/nixos/modules/system/boot/luksroot.nix#L471)). How it could be implemented would...