Adithya Kumar
Adithya Kumar
We need to dynamically find and set the header on every request. I did not check for `jquery` but in the case of `htmx`: The following does not work for...
The wrapper script should quote the arguments accordingly.
Consider the following parser: ```haskell data LineContent = LineContentText String | LineContentIdentifier String deriving (Show) lineParser :: MonadCatch m => Parser m Char Line lineParser = Parser.many content Fold.toList where...
The test case written for `choice` fails when it is replaced by `asum`.
For anyone interested in using org-static-blog with helm, [helm-org-static-blog](https://github.com/adithyaov/helm-org-static-blog) might be of interest. Constructive criticism is appreciated :-)
The implementation is not straightforward. The following implementation does not work as expected for specific cases. Following is the minimal example to play with, ```haskell {-# LANGUAGE FlexibleInstances #-} {-#...