Sridhar Ratnakumar
Sridhar Ratnakumar
inotify (for `neuron gen -w`) doesn't work if using Windows filesystem: https://github.com/microsoft/WSL/issues/4739
Misses a `/` 
Originally we had a JavaScript based search that used `cache.json` to search zettels by title or tag. It got replaced by GHCJS-based Impulse search, but that turned out to be...
Extremely rough but working org-mode support for demo and testing. #557
DOT language code blocks should render using [d3-graphviz](https://github.com/magjac/d3-graphviz). Similar to: https://forum.graphviz.org/t/render-graphviz-graphs-directly-in-your-posts/125
``` ❯ nix run github:srid/himalaya/d84a315274d3b426a24be4266eb696b6524276d7 error: access to path '/nix/store/szskf0xzlsc8c5b5firl0h2qc2a97arg-source/Cargo.toml' is forbidden in restricted mode (use '--show-trace' to show detailed location information) ``` Repro: https://github.com/srid/himalaya/tree/fce129d6a36f8b535ce042ddcd611b4a73120a88 Discussion: https://www.reddit.com/r/rust/comments/mmbfnj/nixifying_a_rust_project/gtqxx5c/?utm_source=reddit&utm_medium=web2x&context=3
GTK builds don't run on Wayland. Any hints as to what I should look into to fix this? Full error: ``` Cannot get default EGL display: EGL_BAD_PARAMETER WaylandCompositor requires eglCreateImage...
Here's the code that defines the textarea element: https://github.com/srid/MarkdownPreview/blob/89ec7c2fb2206f01219709f86c29fd53f12e8218/frontend/src/Frontend.hs#L34-L38 To reproduce, clone this repo (at commit `89ec7c2` if it matters), and run `ob run`. You will notice that the app...