Ryan Barr
Ryan Barr
I'd tag this as an enhancement and not a bug in any way. I've also forked the repository in hopes of being able to put some time behind this as...
jQuery 1.9 removes $.browser, which qTip relies on in six different spots.
**Is your feature request related to a problem? Please describe.** Come August 2nd, this repository will have not have seen a release in one year. The only change made since...
**Describe the bug** The auto-updater does not find new releases if they are released in the same day as the most recent release. **To Reproduce** 1. Create a new release...
### Steps to Reproduce The attempt to use a dynamic `import()` as seen in @kamranayub's [CodeSandbox Example](https://codesandbox.io/s/next-excalibur-5b18x) does not work after upgrading to/beyond `0.25.1`, as it results in this error:...
Due to [__non_webpack_require__ at index.js:11](https://github.com/stoefln/node-native-ocr/blob/main/src/index.js#L11), there is a hard dependency on Webpack if you are attempting to use `node-native-ocr` with Electron. In my scenario, I am using [Vite](https://vitejs.dev/) which uses...
Upon installing `node-native-ocr` with `npm install node-native-ocr`, I was faced with the following error: ``` Error: Cannot find module 'shelljs' ``` This prevents `node-native-ocr` from properly installing and being added...