Sergey Khoroshavin

Results 12 issues of Sergey Khoroshavin

It's very convenient to store data in flatbuffers format, linearly load it into memory and just use generated accessors to traverse it. However, there are some cases when this loaded...

enhancement

It seems like tests supplied with testinfra are flaky - sometimes they fail without any apparent reason. I've noticed it both on my local dev box and in Travis CI...

It would be great to have a module which enables smoke tests for http endpoints, probably using `curl` command line tool under the hood. Inspiration for feature set and interface...

enhancement

While debugging situation with one of nodes on BuilderNet I've found that transaction time as written in logs and as shown on indyscan.io differs by 3 hours - and I'm...

Absolutely love this app, the only thing that makes me upset about it is that it doesn't have a MacOS port. Any chance of making it possible?

feature request

As per description. Fondo works just fine on Ubuntu 20.04, 20.10 and Fedora 33, however it fails to set selected picture as a wallpaper on Fedora 34 (which has GNOME...

bug

Steps to reproduce: * update docstrings in some repo, do not regenerate documentation with `gomarkdoc` * run `gomarkdoc` with both `--check` and `--embed` flags enabled Expected results: * `gomarkdoc` complains...

This is actually a question about protocol, not an issue. I think I do understand why threshold signatures are needed for common coin in case of open message exchange in...

When investigating issue in Sovrin StagingNet (detail can be found here: https://sovrin.atlassian.net/browse/SN-18) it turned out some nodes were sending INSTANCE_CHANGE messages with suspicion code 110 and comment "could not authenticate"....

discussing

It turned out Indy Node/Plenum doesn't verify transaction types in genesis transaction. Given that there are actually two genesis transactions files in Indy Plenum (pool and domain) it can lead...

help wanted