Manuel Bärenz
Manuel Bärenz
Even after merging #343, this is still flaky.
It seems ok on GHC 9.6, but flaky on GHC 9.8!
But `nix build .#haskell.packages.ghc96.rhine` is also flaky on my machine.
This seems certainly doable, and I had plans for controlling when resampling happens since some time. Your approach is the most straightforward. Another idea (which coincidentally might be what you...
See https://github.com/Taneb/groups/issues/15
https://github.com/diagrams/monoid-extras/issues/53
Other possibilities of modelling the difference of _timestamp differences_ might be https://hackage.haskell.org/package/monoid-subclasses-1.2.3/docs/Data-Semigroup-Cancellative.html#t:LeftReductive
Currently HLS doesn't build. Will simply wait a bit, maybe it's fixed in a future bump.
Yes. ```nix { description = "openapi-bug"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small"; flake-utils.url = "github:numtide/flake-utils"; openapi3-code-generator.url = "github:Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator"; }; outputs = { self, nixpkgs, flake-utils, openapi3-code-generator }: with builtins; with...
I'm pretty sure this is due to some change in more recent GHCs and/or more recent nixpkgs. In another project I have these pins: ``` Inputs: ├───flake-utils: github:numtide/flake-utils/11707dc2f618dd54ca8739b309ec4fc024de578b │ Last...