Michal Kononenko

Results 7 comments of Michal Kononenko

[Same issue over here](https://github.com/TopChef/TopChef/issues/103). The `5.153.231.35` mirror is acting up.

Here you can find the hand histories for my previous 5 tournaments. 888 gives you a hand history as well as a tournament summary. Excuse the fish-like level of poker...

@astafan8. Thank you very much for getting back to me. We don't want to use the database for safety, but for access as well. Is there anything in the pipeline...

@astafan8 , do you think pointing qcodes to a [ValentinaDB](https://www.valentina-db.com/en/get-free-server) server may be good for my use case? Have other users tried this?

Hello @astafan8 . Thanks again for the followup. We might have a solution with storing the database locally. Have you considered using sqlalchemy for describing the database? That way, we...

Hello @astafan8 , thank you for answering this PR again. I just finished my degree, and I'll take this on. I'll fork this repo. Let me know if storage comes...

ipyparallel [interfaces with](https://ipyparallel.readthedocs.io/en/5.0.1/changelog.html) ``concurrent.futures`` now, so in the constructor of ``DirectViewParallelizedModel``, we can ask for an ``Executor`` that would submit jobs to ipyparallel. It would also enable our code to...