Kirill

Results 10 comments of Kirill

Feel free to create a PR for the migration, I will be very glad for this kind of work. I don't have enough time to make the migration to the...

Sorry but I don't have plans to implement such functionality, it should be easy to add a loop for this. But there is an another problem - this implementation support...

Sorry, I've tested demo on Linux and everything works in my environment. But I don't have Windows environment to test, it will be nice if you can send a patch...

Hello, I didn't see the application modules in the call stack. Only the miner.py that tries to launch a process and fails. Did you try to run app in a...

Hi @TenzinJinpa2019 It seems that you didn't add `cppminer/cpp_parser` module to your Python module search path, consider to update the `PYTHONPATH` environmental variable or projects settings for your IDE.

Hi @OscarMouches as I said you have to configure [PYTHONPATH](https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH) environmental variable to point to the `cppminer/cpp_parser` module. For POSIX systems the command line can looks like this: `export PYTHONPATH="/home/someuser/cppminer/cpp_parser"`

Could you please explain why you think that the angle brackets are preferable? Sorry, but from link you provided I didn't find a clean answer. I know that some times...

Sorry, but I'm again missed the sense of using angle brackets for user libraries. As I understand using angle bracket can prevent situation of loading user header instead of system...

It have sense, I will update include guards.

Hello, I will try look at this issue later. Unfortunately I don't have an access to the development environment now.