Sridhar Ratnakumar
Sridhar Ratnakumar
See https://github.com/srid/zulip-archive/issues/10 At minimum, have `writeFileCached` return the last modified time of the file.
cf. https://github.com/open-editions/open-editions.org/commit/8985b6dd328ed01df8bc7a4db00ab64965ce0606#commitcomment-36884222
when run directly, you'll note that there are two empty lines at the end, but not in goreman: ``` sridharr@dhcp-26 ~/d/c/aura> make /Users/sridharr/go/bin/goreman start 2012/10/01 20:41:10 [web] START 2012/10/01 20:41:10...
Resolves #137
I just published a new post: https://srid.ca/ema-0.8 > **tldr**: Announcing a rewrite of [Ema](https://srid.ca/ema) (a static site generator in Haskell with hot reload destined to develop an unique kind of...
I just added [a page](https://guide.aelve.com/haskell/better--wall-r5i0fdx5) -- while thinking that Aelve will evolve to become a comprehensive Haskell wiki -- but I do not know if the data will be kept...
I use this extension to get a preview of Markdown files, via an external process (specifically https://emanote.srid.ca) that generates the HTML and serves a live view of it bound to...
I think it would be useful for `ob watch` to run an user provided expression at the end of reloading modules. Similar to `ghcid -T :main` - but works on...
I'd expect URLs to be opened in the browser, however even with `target=blank`, when the user taps them obelisk opens these URLs *in* the app itself. What's worse is that...
In the android app, I'd expect the back gesture (traditionally, the back button) to "go back" to the previous route, but the obelisk app does not respond to that gesture.