Results 19 issues of Artem V L

Implement Process object support besides Popen for the ExecPool to run separate func as a process. First, decide whether this functionality is required - [Pebble](https://pypi.python.org/pypi/Pebble) provides this in a very...

type:proposal
prio:low

Currently the installation involves multiple steps, which is not very convenient and forms a starting barrier for the newbies. It would be nice to have a native installation from the...

It would be convenient to have a ***single page** listing all topics of the documentation* like in [Boost.Test](http://www.boost.org/doc/libs/1_66_0/libs/test/doc/html/index.html) or [Criterion](http://criterion.readthedocs.io/en/master/) frameworks. It would allow to identify and open the required...

[Theories](http://criterion.readthedocs.io/en/master/theories.html#full-sample-purpose-of-theories) precisely express software properties over potentially infinite sets of values and provide [concise validation](http://web.archive.org/web/20110608210825/http://shareandenjoy.saff.net/tdd-specifications.pdf) of the code logic. [Criterion unit test framework](https://github.com/Snaipe/Criterion/) provides pretty good implementation of the theories,...

`qmake` and `make all` are executed successfully, but then ```sh $ sudo make install ``` fails: ```sh ... make[1]: Entering directory '/opt/repos/CuteMarkEd/app' g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT...

The [Budget Consumption](https://github.com/MystenLabs/sui/blob/main/doc/src/build/sui-gas-charges.md#budget-consumption) section lacks information about the GAS fees for the storage duration, i.e., whether the price for 1 MB of the on-chain storage for 1 minute and 1...

doc-issue

Walks persistence fails for the non-str walk items (in case the module is used as a library from https://github.com/eXascaleInfolab/HARP with int walk items). ``` File "/usr/local/lib/python3.5/dist-packages/deepwalk-1.0.3-py3.5.egg/deepwalk/walks.py", line 85, in write_walks_to_disk...

Various `Word2Vec` `model` attributes are moved to the `model.wv` in the latest gensim, which causes the incompatibility.

To make the usage of your software more accessible, could you put it on pypi and make sure that people are able to install it by simply running pip? [By...

type:proposal