Nikolay
Nikolay
Hey guys, I've created some more accurate Typescript definitions for `deep-object-diff`. I would be happy if you merge them, so I can use them directly from the npm module :)
## Environment The demo pages linked from the main repo - e.g. [https://mmistakes.github.io/so-simple-theme/](https://mmistakes.github.io/so-simple-theme/) ## Expected behavior I ran the Google Chrome Lighthouse scan on the sample page. There were a...
The app seems to be removed from the app store. It doesn't appear in the search and the provided link doesn't work. Can you please re-publish or review what the...
If the file is called `war-and-peace.pdf` the library works. However, it fails for `war-and-peace.PDF` with `unknown extension found!`. Could you please add `.toLowerCase` on [this line](https://github.com/abhinaba-ghosh/any-text/blob/master/index.js#L59)?
I am reading a PDF file and getting the following warning: ``` console.log Warning: Empty "FlateDecode" stream. at console (node_modules/pdf-parse/lib/pdf.js/v1.10.100/build/webpack:/src/shared/util.js:276:5) ``` PDF js has a `verbosity` parameter, via which we...
I recently tried this library on a few sample docx and doc files. It works pretty well, except for endnotes, which are not returned as text when I call `reader.getText(file);`....
**Is your feature request related to a problem? Please describe.** I'm running XUbuntu on a 2012 Macbook Pro and I use Kinto to set default Macbook keyboard layout. I would...
There's an issue when two ReactUploadFile components are placed on a page. The upload events of the second are handed by the callbacks of the first. I assume, the component...