Martin Beták
Martin Beták
Added minimal support for the script to run on Windows source. Tested on Win10 host with Python2.7 and RedHat-based target VM. File watching and synchronization appears to be working correctly.
It appears that just the presence of `#[macro_use] extern crate redis_module` causes the resulting binary produced by `cargo test` to panic. I had the intention to write some integration tests...
It would be nice if fourmolu could take folders as well as files as an input and would process all haskell files in that folder (recursively) so instead of ```...
Added `MonadTrans` transformer-based instace for `MonadRedis` to ease its use in monad transformer stacks.
For quite some time Travis CI is not being built. The proper solution would be to migrate the tests to github actions and make sure the entire test matrix is...
First I attempted to add the `clientId` command via the `commands.json` and `codegen/GenCmds.hs` infrastructure when I realized it hasn't been run for quite some time and re-running it (which itself...
Are there any plans to support the new [RESP3 protocol](https://github.com/antirez/RESP3/blob/master/spec.md) introduced in Redis 6? Supporting it (along with its PUSH messages) would be helpful in supporting the [Server-assisted client side...
I have in my Cabal file an executable like this: ```haskell executable my-app -- .... hs-source-dirs: src/app src/common src/other main-is: Main.hs ``` And running `graphmod` on this cabal project will...
## Proposed changes ## Contributor checklist - [ ] My PR is related to \ - [ ] I have read and understood the [CONTRIBUTING guide](https://github.com/flora-pm/flora-server/blob/development/CONTRIBUTING.md) - [ ] I...