Alexander Vershilov

Results 117 issues of Alexander Vershilov

[Imported from JIRA. Reported by Tim Watson [Administrator] @hyperthunk) as [NT-2](https://cloud-haskell.atlassian.net/browse/NT-2) on 2012-12-18 13:44:13] These would obviously be implementation dependent, so the API is likely to be rather loosely defined...

feature

[Imported from JIRA. Reported by Rob Stewart @robstewartuk) as [NT-6](https://cloud-haskell.atlassian.net/browse/NT-6) on 2013-03-15 20:01:46] There is an instance for Binary from the `binary` package, for EndPointAddress: https://github.com/haskell-distributed/network-transport/blob/master/src/Network/Transport.hs#L132 It would be good...

enhancement

Currently SetOpts structure does not provide structural guarantees for the values passed. Redis specification tells: ``` SET key value [NX | XX] [GET] [EX seconds | PX milliseconds | EXAT...

In many cases it may worth to provide a higher level interface where it's possible to use any keys, provided by the user. And those keys will be converted to...

discussion

TLDR. `time_in_nanoseconds` is reported wrongly, we need to implement more advanced algorithm to measure that. Full version. I wanted to check the influence of the hyperion framework on the measured...

Currently hyperion returns only raw measurement data and without external tool it's hard to make sense of data because we don't know how accurate those measurements were. It would be...

Yandex smtp server dropped support of the HELO command in the protocol as a result authorisation fail with log: ``` HaskellNet-SSL RECV: "220 sas1-37da021029ee.qloud-c.yandex.net SMTP\r" HaskellNet-SSL SEND: "HELO Alexanders-MacBook-Pro.local\r\n" HaskellNet-SSL...

Currently I don't use kbdd and I'm using MacOS on most of devices. It means that it's terribly hard to maintain kbdd for me, as I could not even try...

help needed

Create configurable notification with org.freedesktop.Notifications

feature
help needed