Le Tuan

Results 10 issues of Le Tuan

(not really a bug, but I didn't how to label this) **Describe the bug** On some occasions, the inline OPA agent the OPAL client is spawning needs more than 4s...

bug

This PR would add support for monadic transformation and rendering. The main motivation is to give the possibility for transforming and rendering in a certain monad (as requested in #46...

**Describe the bug** This is basically to report some weird behaviors when using OPAL with Redis: - Regular reported Redis lost connections. Though it doesn't seem to prevent OPAL from...

bug

This PR changes pgloader's behavior so that it properly initialize `freetds` (through `cl-mssql`) when working with a MS SQL Server database. This PR relies on the functions introduced in https://github.com/archimag/cl-mssql/pull/11...

This PR: - Updates the extensions list in the `servant.cabal` file (should fix #1202). - Removes some unnecessary extensions.

This PR attempts to group module import lists according to a selected strategy. At first, I tried to allow the configuration file to control in a fine grain way how...

This PR introduces the new Servant combinator `HmacAuthed`. It is essentially the same as `HmacAuth` but adds the following: - Takes the request's body into account when generating the HMAC...

This is an attempt to work around #42. It does by making sure Ryuk is accessed using the Docker host. This PR includes: - (Breaking change) `containerAlias` can now return...

The Ryuk container is inaccessible by testcontainers-hs when it is run inside a Docker container, itself running in a network different from the default one. The tested scenario is: -...

### Question Would it be possible to have two different packages, one for Hspec and one for Tasty? Currently, when one chooses to use Hspec (resp. Tasty), they also have...