Sridhar Ratnakumar

Results 464 issues of Sridhar Ratnakumar

The "Bootstrap" section could show what to do if one has `flake.nix` as NixOS configuration. https://docs.hercules-ci.com/hercules-ci/getting-started/deploy/nixos/#_1_bootstrap Ctx: https://github.com/hercules-ci/hercules-ci-agent/issues/341#issuecomment-986284216 My configuration: ```nix imports = [ inputs.hercules-ci-agent.nixosModules.agent-service ]; services.hercules-ci-agent.enable = true; services.hercules-ci-agent.settings.concurrentTasks...

enhancement

cf. https://spec.commonmark.org/0.12/#block-quotes Looks like [this is a way](https://stackoverflow.com/questions/26991997/multiple-line-quote-in-markdown) to get multiline blockquotes to work.

feature-request

I'd like to embed my markdown content in the Haskell source in a manner similar to `file-embed` but (obviously) as `MMark` documents instead of `ByteString`. The primary benefit here is...

feature-request

[Flat Data](https://githubnext.com/projects/flat-data/) is a suitable model to decouple external data (database, cloud data, etc.) from Ema's unionmount-based Dynamic style of programming. Document how to do this, along with examples. cf....

documentation

proof of concept PR: https://github.com/srid/emanote/pull/1 using Heist

documentation

https://ema.srid.ca/guide/compose Much like `Ema.Route.Lib.Extra.PandocRoute`, we want an `Ema.Route.Lib.Extra.StaticSearch` that uses https://stork-search.net/ to provide client-side full-text search to static sites. Ultimately this should be used in Emanote: https://github.com/EmaApps/emanote/pull/327 | https://emanote.srid.ca/guide/html-template/search

enhancement
sub apps

Allow users to 'control' Ema's live server through WebSocket. Add a `window.ema` object containing the API endpoints. - [x] `ema.switchRoute` to switch to different routes in live server: #70 -...

enhancement

Instead of using the twind shim, which requires JS and thus - won't work with noscript, - [may interfere](https://github.com/tw-in-js/twind/discussions/180#discussion-3344333) with other JavaScript initializers (~~as it demonstrably does with prismJS [here](https://ema.srid.ca/start/tutorial)~~...

research
helper

If the HTML served is malformed, the dev server's web socket code is unable to switch to the new page on link clicks because morphdom fails to apply the new...

bug
good first issue
morphdom

Create a new section called 'Reference' in the sidebar and add module docs for `Ema` (and `Ema.CLI`) under it. We may reuse whatever haddock generates, or figure out some other...