Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

https://community.flake.parts/services-flake/llm#run Shouldn't this be checked in CI?

`nixos-unified-template` is a boring name. Let's use something catchy. Then, I want to create official docs site presenting various cool things about home-manager in general and this template specifically.

Instead of `dyn Any` I'd like to iterate over `dyn MyTrait` (`dyn Checkable` in the example below) with the assumption that all fields in the struct implement that trait (else,...

Create parser for the Bases format in `./packages/bases-hs` (after #600) https://x.com/obsdmd/status/1957541774249128122 https://help.obsidian.md/bases ## DataView? See https://github.com/srid/emanote/discussions/106 for some ideas related DataView.

Create `./packages/emanote`, and then see if we can isolate some functionality into `./packages/_`.

I used [advanced URI](https://publish.obsidian.md/advanced-uri-doc/Getting+started#Construct+URI) plugin to link from Todoist (task description field) to my Obsidian notes using URIs like this: ```markdown [Note](obsidian://adv-uri?vault=MyNotes&filepath=OCI.md) ``` In Todoist view, this will render a...

https://github.com/zed-industries/zed/discussions/37468#discussioncomment-14715617

https://flake.parts/options/flake-parts-partitions.html

cf. https://discourse.haskell.org/t/ann-warp-tls-simple-for-easily-running-http-2-servers/12999/2?u=srid Enabling the 'warning' is not enough. The `nix build` should fail on unused packages. Might require `-Werror` (see #168 though).