Joshua Taillon

Results 122 comments of Joshua Taillon

I cloned the repo locally and added some debugging output. It looks like the authentication is going through, but I'm getting a response that says "I'm sorry, the system is...

I'm having this problem as well, but unfortunately never receiving a message in my "secure message center." Anyone seen this?

Interesting. I already had a couple of Chase cards added (just got a new one and wanted to add it). Still no message this morning, which is odd. Either way,...

My workaround was to temporarily uninstall `elinks` and `links` from my server, which caused gmvault to use a "headless" mode, giving me the link to open, and a space to...

I'm running 1.5, and I've noticed that sometimes when moving a window, it it doesn't switch to the next desktop as well. I have my settings setup for "move and...

@Aruscha as with all open source projects, the answer to your question is "because no one has written the code to do that yet". In general paperless is envisioned as...

@danielquinn I had thus far failed to pipe up, but I'd be happy to be a collaborator/reviewer. I've been using the project regularly for the past few months, and I...

Thanks for the insight, @jbarlow83! Based off of https://github.com/jbarlow83/OCRmyPDF/issues/217, I investigated upgrading to v4 of Tesseract, but using the environment variable to effectively disable OpenMP: Results are based off of...

I'll note that the above was with `PAPERLESS_OCR_THREADS=2`. Setting this to 1 (to hopefully disable multithreading) without the `OMP` did not help, taking about 10 minutes again.

Thanks for following up on this. I think it would be wise to set the thread limit environment variable by default in the configuration file, although this might anger anyone...