David Huggins-Daines
David Huggins-Daines
Also just want to add a note to anyone who reads this: running `mypy --install-types` when setting up an environment is a bad example, don't do this :) since if...
Hi, I wasn't aware that PocketSphinx used V8 ... is this related to node.js bindings? I believe that I removed those because I do not want to deal with native...
This isn't related to the notes, it's an invalid or corrupted PDF. An `ICCBased` colour space is required to have the form `[/ICCBased stream]`, and the stream *must* contain an...
The pdf.js code is really quite clear for this. 1. From an input byte string, first it reads variable-width character codes according to the ranges defined in the CMap: https://github.com/mozilla/pdf.js/blob/master/src/core/fonts.js#L3454...
The source of the confusion here is because Adobe's "standards" are contradictory, see below ~due to the special case (represented by `pdfminer/cmap/to-unicode-*`) of Unicode conversion for predefined CMaps. This is...
The plot thickens here - if you read Adobe Technical Note #5411, which to their credit, the authors of `pdfminer.six` clearly did, and which is *referenced* in the PDF 1.7...
> Thanks for this. I understand this for 80% now. Would this be easy to fix in our codebase? Yes, though the fix is a quite invasive, as it implies:...
What OS and what compiler? The issue is not the STM32 platform itself, probably, but the development environment.
Hmm... the problem then is that RTOS isn't supported. I'm not totally sure how to support it as I don't know much about it and what subset of POSIX it...