Sridhar Ratnakumar
Sridhar Ratnakumar
I have a repro for this. This F# project: https://github.com/srid/Baseline (dotnet run the `Baseline.CLI` project) - Main entry point: https://github.com/srid/Baseline/blob/346ff7bdb70d131c03469e5f7d7e62b16926d581/src/Baseline.CLI/Program.fs#L12-L19 - Types: https://github.com/srid/Baseline/blob/master/src/Baseline.Data/Library.fs#L7-L56 When I run the program multiple times,...
I created a [docker 'machine'](https://github.com/docker/machine) on Digital Ocean. nginx-proxy is unable to access the host docker daemon. This is how I ran nginx-proxy: ``` docker run -d -p 80:80 -v...
The _Index_ provided at the back of the book, which is a mere 2 pages, seems incomplete. For example I can locate neither `epimorphism` nor `monomorphism`, which Bartosz discusses in...
cf. https://github.com/EmaApps/emanote/pull/321
Correct me if I'm wrong, but I was under the impression that Bolero's server used websockets for real-time server remoting. But when I ran the dev server using ` dotnet...
Perhaps a warning is worth adding to the README? Details: https://www.reddit.com/r/rust/comments/mmbfnj/nixifying_a_rust_project/gtsgxal/?utm_source=reddit&utm_medium=web2x&context=3
The extension's backlinks panel currently displays only context *after* the link (see https://github.com/svsool/vscode-memo/issues/29#issuecomment-661337531), however in practice the context both before and after the link is relevant when navigating notes by...
https://hackage.haskell.org/package/generic-optics-2.2.1.0/docs/Data-Generics-Product-Any.html Basically, ```haskell instance {-# OVERLAPPING #-} HasAny () s s () () where the = united instance HasAny s s s s s where the = castOptic equality ```...
Currently, footnotes are rendered very basically. See a demo here: https://note.ema.srid.ca/demo/markdown We could spice things up here. For inspiration, see https://jamesclear.com/first-principles Could use JavaScript for this work. Should be [accessible](http://kb.daisy.org/publishing/docs/html/roles.html),...
The `emanote gen` generated static site should include interactive search, as demo'ed in https://github.com/EmaApps/emanote/issues/102#issuecomment-1198662665 Ideally, we want the live server to support it as well, but that can happen in...