mu
mu
**Summary of changes** Bench gRPC-haskell **BTW: This Haskell implement server may have some memory leaks.** Tested on my local machine: AMD 5900X, 64G RAM, with the following options: ``` GRPC_BENCHMARK_DURATION=120s...
Hi, I'm trying to include this library into [grpc_bench](https://github.com/LesnyRumcajs/grpc_bench). However, it doesn't compile. The reason seems to be a `float` field in the proto file. (It seems that [language-protobuf](https://hackage.haskell.org/package/language-protobuf-1.0.1/docs/Language-ProtocolBuffers-Types.html#t:FieldType) doesn't...
Hi, I'm trying to include this library in [grpc_bench](https://github.com/LesnyRumcajs/grpc_bench). However, there were some critical memory leaks that failed the bench. ## Reproduce Example server code: https://github.com/LesnyRumcajs/grpc_bench/pull/243 Start server: ``` #...
We need type-safe! - [ ] Auto compeletion - [ ] `stats --help` should print all valid `STATS` & `NAME`
Instead of connecting each command, we should support the `connect` command.
A resource pool of logid is needed. ``` withResource logidResPool $ \logid -> ... ```
- How to build Haskell projects by docker? ( with some extra shared library, e.g., logdevice, zookeeper - How to make Haskell-Language-Server work? - If I want to edit locally...