JulianWgs

Results 17 comments of JulianWgs

That's true. I was thinking about an abrupt initialization, where no clean up code is run. May be add a clean up function which can be run whenever.

Sorry, I'm not planning to submit something, because I switched to AWS EKS.

Install ocrmypdf via pip :) The newest version is always on there.

I'd would like to propose a JSON data structure for this, which would save all necessary data to replay the trial and do thorough analysis. ```json { "word": [ {"start_datetime":...

With this code I already exported a lot of test data and analyzed them with Python. I could gain a lot of interesting insights about my typing, which was very...

This is related: https://github.com/quantopian/qgrid/issues/53 qgrid needs a Python kernel for filtering, sorting, etc. It doesn't work in a static HTML file. You can use Binder and Voila to share interactive...

There are now manylinux packages on PyPI, which means on Linux you can install pyCGNS without compiling it from source. On Windows that is still necessary. See #107 and here...