Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

## Feature Request Please add some documentation for how to actually run the **existing** examples for the static site generator. Notably: https://github.com/DioxusLabs/dioxus/tree/main/packages/static-generation/examples/github-pages I'm trying to make https://github.com/srid/dioxus-static-site actually deploy to...

This nix-installer always installs the latest Nix version. For those that just want stable Nix version (`2.18` right now) matching `pkgs.nix` in nixpkgs (`nixpkgs-unstable`), it would be nice to have...

https://github.com/srid/haskell-flake/discussions/349

documentation

https://github.com/nix-community/home-manager/issues/3075

Notice that the top-level nix's arguments are not passed to the home-manager command (assuming it can even support it). But we basically want the cache config to propagate to inner...

https://old.reddit.com/r/NixOS/comments/1fwbd4b/nixosunifiedtemplate_nixos_nixdarwin_homemanager/

enhancement

Like the one in https://starship.rs/

documentation

After #1055, the github-runner's configure script contains bash that sets labels like this: ```bash --labels "'sambar,aarch64-darwin,x86_64-darwin'" ``` Note the double quotation above. PR #1055 did add the double quotes so...

> I've been meaning to refactor the codebase significantly, since I feel it has become complex to make changes. _Originally posted by @srid in https://github.com/srid/emanote/issues/555#issuecomment-2386472497_

https://docs.rs/clap_complete/latest/clap_complete/ might come in handy here to provide shell completion support. For example, https://just.systems/ completes like this: Just as `just` can complete the targets from [`justfile`](https://github.com/juspay/omnix/blob/main/justfile), I imagine that `bacon`...