Alexander Vershilov
Alexander Vershilov
Create support for dbus notifications for capslock numlock state change events
`foreing import ccall` does not catch interface changes, so it's possible to either generate functions for symbols that are missing (found at link time), or, even worse, pass wrong arguments...
Add a logger that support structured logging, ideally `katip` into the stack.
All functions in public interface should have proper haddock.
Write examples that will build docker container using nix language with enough of explanations for reader that has no prior experience neither with nix and docker. However if there are...
Some servers support pipelining. I.e. combining multiple commands into a single TCP message. It would be nice if the library could support it. RFC details can be found at https://tools.ietf.org/html/rfc2920
We retry each command several times. Such code always look very suspicious and it seems as it hides potential problems. I've tried to follow the reasons for adding that, but...
Currently all the errors from the telegram server (ones that runClietM is returned with) are consumed without any trace. It's very inconvenient to debug the bot in this setting. For...
This commit depends on #23. And introduces an approach that allowes IPC backend support. [](https://reviewable.io/reviews/tweag/network-transport-zeromq/28)
Latest versions of zeromq can provide an information about user socket [1] this information can be used in order to improve security properties (like issue [2]) [1] https://github.com/zeromq/libzmq/commit/3aeaa6fab135aced3e762031621491c4779285c0 [2] https://cloud-haskell.atlassian.net/browse/NTTCP-7