Haxl icon indicating copy to clipboard operation
Haxl copied to clipboard

A Haskell library that simplifies access to remote data, such as databases or web-based services.

Results 8 Haxl issues
Sort by recently updated
recently updated
newest added

- include latest GHCs in CI - latest minor version is determined by haskell-actions/setup - freeze file is a bad cache key as it contains a time stamp, use the...

CLA Signed

Is there any obstacle preventing addition of `MoandMask` instance for `GenHaxl u w` ? It already has `MonadThrow` and `MonadCatch` instances. My usecase for this is that I would like...

Tests pass with aeson 2.1.1.0.

CLA Signed

This is a suggestion for the use case mentioned in the discussion in #40: to avoid scheduling of requests when the results can be inferred from requests that have already...

CLA Signed

Hi, this pull request proposes a new function, dataFetchEquiv, that allows to define equivalent requests, i.e. classes of requests where it can be known a priori that they will yield...

CLA Signed

This is my proposal for #32. It enables users of Haxl to use caches of bounded size, but keeps "cache everything" as the default behaviour. Please let me know if...

CLA Signed

On most builds The `collectsdata` test passes fine, but occasionally it fails with no error output.

Hi there, I've been using this great library for some time now, thanks for opening it up to the public! My use case involves large amounts of data, so I...