Pawel Szulc
Pawel Szulc
Closes: https://github.com/ku/CreateLink/issues/30
[Org mode for Emacs](https://orgmode.org/) is a highly flexible structured plain text file format used in Emacs. In essence, it will be similar to what markdown produces. Should be an easy...
[Nix](https://nixos.org/) is many things, including a package manager and a tool to set up a development environment. It would be nix if we could find mergestat-lite among [other packages](https://search.nixos.org/packages). I...
is this project dead?
# Example 1 ``` # {{ chapterHeader }} - Introduction ``` produces ``` # Chapter 0 - Introduction ``` but I was hoping for ``` # Chapter 0 - Introduction...
When ```diff {{ gitDiff package.yaml }} ``` Now: ``` diff --git a/package.yaml b/package.yaml index 2d9a1e9..37b4b54 100644 --- a/package.yaml +++ b/package.yaml @@ -14,6 +14,7 @@ description: Please see the README on...
Hi, I have your setup up & running. `run-wordcount.sh` ran smoothly without any issues. However the problem that I have is that the NameNode and DataNodes are "hidden" behind their...
The Servant 0.19 comes [with support](https://www.tweag.io/blog/2022-02-24-named-routes/) for `NamedRoutes`. Could we add support for `NamedRoutes` in `servant-snap` before we [release 0.9.1 to Hackage](https://github.com/haskell-servant/servant-snap/issues/34)? I'm happy to help out on this one.
I love the project! Can we release the recent changes (including bumping the servant version) to Hackatge? The latest version on Hackage is 0.9.0. If I can be of any...