Daniel Smith

Results 62 issues of Daniel Smith

I am assuming the reason they are intertwined is because of the `ToMarkup` instance, but IMO how the markdown doc is converted to Html is not an inherent part of...

We are sometimes using cheapskate to parse existing markdown, but other times we are using it to generate markdown of our own instead of concatenating a bunch of strings. The...

Specifically it is not clear to me why `Show`, `Rangeable` or `HasAttributes` are needed to parse markdown. These extra constraints are hard for me to satisfy for the types I...

It seems like it is currently impossible to edit/produce markdown in a structured way. For example going through and deleting all raw html.

As discussed [here](https://www.reddit.com/r/haskell/comments/arj7h6/expresso_a_simple_expressions_language_with/egxo3ar?utm_source=share&utm_medium=web2x) case statements on variants are effectively equivalent to records of functions. So I thought I would make GitHub issue to discuss people's thoughts on such an approach.

enhancement

Sometimes I don't actually need/want to name the fields/constructors of my Sum or Product, I just want to have "multiple values" in the form of a Product, or I want...

enhancement

Support for Signature V4 is needed for SES to start working again.

It uses `~/.aws-keys`, whereas the standard location appears to be `~/.aws/credentials` according to [the documentation](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)

The existing `bf.hs` is slow and unidiomatic as it uses an immutable array to represent the tape, which takes `O(n)` time to update. One of the most idiomatic ways to...

Currently points to our nixpkgs fork with a `https://` ghcjs URL instead of a non-working `git://` URL. Technically can cheekily be switched back to non-fork as long as it's been...