Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

> cssmin is optional. Not everybody needs it. If it is optional, then why does the default example mentioned in README fail to run? To explain, I followed the "Running...

@arjunkathuria Why is this PR not targeting `master` (which is what nammayatri uses in effect)?

> Wouldn't this break down for a recursive template? @saurabhnanda Have you found any Haskell HTML template library that supports recursion, while supporting variable binding in proper scope? It seems...

I wonder if this is the same issue: ```haskell -- | View operations for `PropertyGraph` data PropertyGraphView v vp ep r where PropertyGraphView_All :: PropertyGraphView v vp ep (PropertyGraph vp...

@3noch Shouldn't this library automatically add those constraints in the JSON instances it generates? Adding them, instead, to the GADT constructors actually has no effect on the substVarsWith error.

Also I'm forced to use `vp a` (instead of say `Some vp` - which would actually resolve this) in order to unify the `a` in last parameter `Maybe a` with...

https://nix-community.github.io/home-manager/options.xhtml#opt-programs.zsh.autosuggestion.enable Disabled by default. So let's enable it: https://github.com/juspay/nix-dev-home/blob/9813334270018d3d4eaa6bbeee663aa7fa20efcc/home/default.nix#L67-L73

Wait, this issue is about auto*completion*, but you are talking about auto*suggestion*. What is the connection? https://github.com/zsh-users/zsh-autosuggestions?tab=readme-ov-file

On WSL Ubuntu, I confirm shell completions to work (using `/bin/bash` as shell). Tested on the `git` and `just` (the later is not pre-installed on Ubuntu).

I think @rsrohitsingh682 confirmed this to work on macOS (sans nix-darwin)?