dicioccio lucas

Results 19 issues of dicioccio lucas

I've recently embedded this library in my tool to generate my [blog](https://lucasdicioccio.github.io/how-this-blog-works.html) and I find it pretty cool as a user. So first-of all thanks. Some context, the sort of...

This experiment goes with https://github.com/tibbe/ekg-core/pull/17 and https://github.com/tibbe/ekg-json/pull/6 . FizzBuzz in EKG: ![screen shot 2017-04-22 at 17 05 34](https://cloud.githubusercontent.com/assets/213458/25305668/fdcd8b6e-277f-11e7-89b5-603b3aa12073.png)

Hi, thanks for the Tutorial, very useful. For calibrating this "issue": I'm new to Elm with a strong Haskell background. One thing I found disturbing is that `Cmd` felt magical....

@tchoutri :kissing: Not sure when I'll have time to address comments, so feel free to directly edit the PR. The code itself is inspired from what I do in [prodapi](https://github.com/lucasdicioccio/prodapi/blob/master/prodapi/src/Prod/Prometheus.hs).

So far Results are a backend-specific interface of a key-value store where values are blobs of texts. I'll elaborate a bit more later but I would like to: - a)...

Correct me if I'm wrong :). Current API allows to use some_cursor >>= rest to get a full list of documents. If we want to run some action on every...

Starting something to upgrade to 9.8.2, taking baby-steps absent #2583 . My goal is to compile with `-Werror` with 9.8.2 (I run cabal 3.10.3.0 but that shouldn't matter much) then...

Hi there, I'm attempting to increase this repository to ghc-9.8.2 with an aim for a Hackage release (so that my blog-engine can be on Hackage as well) at some point...

Hi there. While in the process of upgrading my blog engine to 9.8.2, which depends on `dhall-json` I successfully compiled my engine with an increased bound on `aeson` for `dhall-json`...

It's about time we start exposing errors and exception to API users. The new dispatch mechanism allows to have fewer entry points, which makes the exception handling tracktable. There are...