b00f

Results 47 issues of b00f

You can check this thread about how to get home folder with or without `sudo` https://stackoverflow.com/questions/2668909/how-to-find-the-real-user-home-directory-using-python

Are you considering to write Rust version of Hunspell?

The `minimized_static` target in Makefile has error. I tried to build like: `MIN_WITH_XBYAK=1 make minimized_static;` but I got another error. Any idea how to fix it? You can check the...

Please correct me if I am wrong. As I know CREATE2 is an opcode inside evm. We have two kind of transactions: `Call` or `Create`. A `Create` tx is same...

RpcSystem can be spawned locally and on the same thread that called it. To use spawn and running it on another thread, the Sync maker should be implemented.

If you look at the calculator example, `function` client needs to be passed by value to setter methods. This causes that the object became invalid for the next use. Therefore...

Do you have any example about who to write tests for command and subcommands?

طوطیان tutiAn مسکوت moskoat راهرویی تاریک rAhroyiye tArik

enhancement
help wanted

g2p-seq2seq using python 2.7 which is [deprecated now](https://www.python.org/doc/sunset-python-2/). There is an open issue in g2p-seq2seq about this: https://github.com/cmusphinx/g2p-seq2seq/issues/177 Updating the g2p-seq2seq is not easy since it uses [tensorflow](https://www.tensorflow.org/) and tensorflow...

We should fix all memory leaks.

enhancement
help wanted