Stanislav Pankevich
Stanislav Pankevich
Now, if you finish linked list API implementation, we'll have empty issue tracker ;)
I believe we can close this, as the most of such cases are fixed.
They really are, I've just fixed the last two loops. Looks like it is done.
Trying to find John's contact info, I found [his SO profile](http://stackoverflow.com/users/139937/johne). It shows the time John has been there the last time: `May 20 at 13:25`. I am very intrigued...
Strong :+1: By the way, @ybogdanov, this project is awesome. Keep it rolling!
Another part of this report: if I switch to thread-based parallelization instead of process-based parallelization i.e. `ThreadPoolExecutor` instead of `ProcessPoolExecutor` I start getting some random crashes (bottom of this comment)...
@igordejanovic your initialization of the tlocal's property `textX_parsers` didn't work correctly which I seem to have fixed. However, there is still some shared state in action if I understand it...