AAK
AAK
Hi, I'm glad to hear someone is still using this and finds it useful! I agree that this would be a simple enough project for your first time migrating to...
Thanks for reporting this, Mike. I will look into it soon.
It’s been a while, so I don’t actually remember how much of pyPdf I ended up porting. You should be able to use PdfFileReader::get_document_info() and get_page_count() definitely, but beyond that...
I am not actively using timed at the moment, but if you want to fork and add some features, please feel free! Of course, functionality like reporting to an internal...
Strange, that issue should have been fixed with https://github.com/adeel/timed/commit/de86965c5854142198f96b316aeae16dac08ed66.
The official documentation seems to be poor in this case, but "a+" does indeed create the file if it doesn't exist. See also this [MO question](https://stackoverflow.com/questions/2967194/open-in-python-does-not-create-a-file-if-it-doesnt-exist?noredirect=1&lq=1).
Thanks for reporting. The intended usage is to run `timed stop` before `timed start`ing a new project. I think a good solution to this problem would be to allow to...