Leo

Results 5 issues of Leo

Hi, I've created a small basic package to integrate the Haskell CSS preprocessor [Clay](https://hackage.haskell.org/package/clay) with Servant (similar as for the servant-lucid package for Lucid). See: [https://github.com/l-monnier/servant-clay](https://github.com/l-monnier/servant-clay) I was wondering if...

Hello, I'm facing a very similar issue as the one described in issue [#1206](https://github.com/haskell/haddock/issues/1206). The behavior is the same; when clicking on the first example, the second example gets revealed...

Hello, Following our discussions in [issue 176](https://github.com/sebastiaanvisser/clay/issues/176), here is my pull request for Grid size and position support. I've also performed some minor corrections to avoid GHC compiler warnings and...

## Description of the change Add a `lefts` function similar to [the one existing in Haskell Data.Either](https://hackage.haskell.org/package/base-4.20.0.1/docs/Data-Either.html#v:lefts). Add also its "partner" `rights` function. ### Motivation I find `lefts` useful to...

This commit addresses [#issue 167](https://github.com/joeyates/imap-backup/issues/167) Passing `--env` to the `backup` commands enables the use of environment variables for passwords in the configuration file. It allows users to not store their...