Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

It'd be great if groups, sections, dates, etc. are highlighted differently in VSCode. Currently there is no highlighting; all text appear in the same colour.

Congrats on open sourcing what appears to be a viable open source alternative to Raycast! > Mostly as a learning/hobby project. It isn't (yet) intended to be used outside of...

If somebody wants to create a PR to add them. https://discourse.haskell.org/t/senior-platform-engineer-tlon-hosting-platform-remote/5132

I updated nix-darwin, nixpkgs, etc (https://github.com/nammayatri/jenkins-config/commit/07b2ae2b34dcfe3114b95b56aecb048b72cb03d7). and suddenly my darwinConfiguration fails to activate: ``` cp: '/etc/static/ssh/sshd_config.d/101-authorized-keys.conf' and '/etc/ssh/sshd_config.d/101-authorized-keys.conf' are the same file ``` Configuration: https://github.com/nammayatri/jenkins-config/tree/6dfbcb82e7fb0288e516e1bc1f1e60ed99bf5aee This file originally comes from...

Support for running netdata service on macOS would be great. NixOS supports it: https://nixos.wiki/wiki/Netdata

... so I can avoid a conditional here: ```nix { nix = { settings.auto-optimise-store = true; gc = { automatic = true; options = "--delete-older-than 30d"; } // (if pkgs.stdenv.isLinux...

If the user adds `htop` to `home.packages`, make home-manager print out a warning to remind them to use `programs.htop.enable = true` instead. This warning behaviour can be disabled using top-level...

feature request

https://nixos.asia/en/nix-first#nixpkgs-pin Renders as "How is fetched" missing the [[nixpkgs]] wikilink rendering.

bug

> As for `highlightToc`, do we really need JavaScript? I see a NoJS solution here: https://codepen.io/davorsuljic/embed/vYgqKWe? (via the comments from https://css-tricks.com/sticky-table-of-contents-with-scrolling-active-states/ ) _Originally posted by @srid in https://github.com/srid/emanote/issues/504#issuecomment-1937783917_