Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

fsx scripts allow specifying deps, ```fsx #r "nuget: Feather.Build, 0.1.0-alpha-1" ``` But fsw errors out: ``` #r "nuget: Feather.Build, 0.1.0-alpha-1" FSharp.Compiler.Interactive.Shell+FsiCompilationException: Operation could not be completed due to earlier error...

Can we support a `tokenFromCommand` option that can be used to fetch the token (when running the launchd service) by running a command? This would possibly allow using 1Password, and...

If you look at https://github.com/srid/rib#readme - you will notice that the BuiltwithNix badget is oddly out of place, as it is _larger_ in size than the three other badges (which...

I feel like this is a bit of a hack, https://github.com/srid/nix-health/blob/0c4735b6403a4fd13ef170f3c21296e05cd32fe5/flake.nix#L21 ```nix packages.default = pkgs.nuenv.mkScript { name = "nix-health"; script = '' ${lib.getExe pkgs.nushell} ${./nix-health.nu} ${system} ''; } ``` `nix-health.nu`...

https://github.com/numtide/treefmt-nix/pull/86 > One day I'll add CI for the docs; need to work on the OSS use case a bit. Something that runs doc tests just for the current module...

enhancement

We are using the module system options to expose functions for other modules to use. For example, ```nix { self, ... }: { options = { mkCheck = lib.mkOption {...

enhancement

In https://github.com/srid/haskell-template I'm using `flake-parts` in place of `flake-utils`. The minimal code I came up with in order to replace the latter's `eachDefaultSystem` is as follows: ```nix outputs = {...

enhancement
requires upstream change

It seems like this tool (a great idea, btw) fails for certain websites. To reproduce, ``` htmlpackager.exe https://reclaimthenet.org/unlike-other-states-florida-says-no-to-vaccine-passports/ -o Fl.html ``` Expect it to fail, ``` [...] Error: Error writing...

For example to support auto completion within brackets: ```html hey

``` $ python hyde.py -g -s ~/blog -d ~/blog-deploy INFO:Pre processing /Users/user/blog[2011-02-05 16:51:40,922] INFO:Processing /index.html[2011-02-05 16:51:40,923] INFO:Processing /about/about.html[2011-02-05 16:51:41,385] INFO:Processing /archives/firstpost.html[2011-02-05 16:51:41,413] INFO:Processing /archives/archives.html[2011-02-05 16:51:41,426] INFO:Processing /media/css/base.css[2011-02-05 16:51:41,438] Generation Failed...