ACreed
ACreed
@michaelglass is this still the case. we have successfully tested with `juspay` fork for Redis 6.
Hi @matobet, have you got any chance to work on this?
Merging #189. We can further discuss here about how to take this forward with maintaining backward compatibility for the current users. Another idea is to make the `connectHost` as `Maybe`...
```haskell {-# OPTIONS_GHC -fplugin Data.Record.Anon.Plugin #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE TypeOperators #-} {-# LANGUAGE DataKinds #-} module Main where import Data.Record.Anon import Data.Record.Anon.Simple --...
First work on fixing the benchmark compilation script with main focus on performance. Future work: - Add benchmarks for cluster. - Add benchmarks in github pipeline.
Hey @ndmitchell, Problem: we have a project using GHC (8.8.4) as library and we are facing a issue with parsing `large-anon` plugin of old commit which got resolved with the...
There are few more packages issue which are mainly on sqlite3. 41 more vulnerabilities need manual review. (11 low, 10 moderate, 20 high).
Can you add a test if possible?
#32 @fynnfluegge Yes, I have implemented custom logic for Haskell.
Currently, with the new PR one kind of syntax is not yet supported. ```haskell funcA, funcB, funcC, funcD :: FuncType ```