Ian McFarlane
Ian McFarlane
> > Ideally, we'd like some sort of annotation in the function signature of `dependency` which makes it clear that `args` should contain a target and user input options. >...
> However, at this point, the ship has sailed for any such radical redesign of the type system. FYI, the official position of the core team is that the language...
@marler8997 thanks for giving me hope that this experience can be improved! This is an exciting potential solution and I think this level of introspection from tooling should be considered...
@moshe-kabala As VisionDev said, stuff like what youre describing has already been rejected, with the explanation that I quoted in the original post. #1669 in particular is similar to what...
@VisenDev I think this is promising! `@hasDecl` reminds me of `@cInclude`, maybe it could have a similar functionality with something like `@decls` ```zig const MyConstraint = @decls({ @hasDecl("read"), @hasDecl("write"), @hasDecl("print"),...
Yeah, @VisenDev I don't think there's much to be thought about here that hasn't already been thought about. Marler's idea is the most novel and really the thing keeping me...
@SystematicError @luisnquin @Dokkae6949 Migrate to https://github.com/Gerg-L/spicetify-nix (instructions in the readme for this project) and see if the issue persists there, and if so make an issue on that repository. This...
@nonetrix Thanks for noticing the issue, but I am no longer maintaining this flake! Migrate to https://github.com/Gerg-L/spicetify-nix (instructions in the readme for this project) and see if the issue persists...
Closing this because I am archiving. Please migrate to https://github.com/Gerg-L/spicetify-nix and make an issue there if the bug persists.
@hermann-p None of this looks immediately wrong to me. However there are some small things: ~~You are using `legacyPackages.${system}` as your package set. Try doing `pkgs = import nixpkgs {...