electrovir
electrovir
Here it is: https://github.com/electrovir/broken-twilio-device-import-example Note that you can see an example test failure here: https://github.com/electrovir/broken-twilio-device-import-example/actions/runs/7064366321/job/19232242869#step:4:140
Can you please try again using the latest version? ([5.0.1](https://www.npmjs.com/package/pdf-text-reader/v/5.0.1)). It includes an updated `pdfjs-dist` dependency which might help. Other than that, I haven't been able to repro this yet...
Do you have any more details to provide @RainBoard01? What are you passing to `readPdfText`? This error is being thrown within [`pdfjs-dist`](https://www.npmjs.com/package/pdfjs-dist) itself, so it's unlikely we'll be able to...
Can you please try again using the latest version? ([5.0.1](https://www.npmjs.com/package/pdf-text-reader/v/5.0.1)). It includes an updated `pdfjs-dist` dependency which might help. Other than that, I haven't been able to repro this yet...
It appears to not even be importable because it is built in CommonJS. I get `No "exports" main defined` errors when trying to import anything from this package into an...
> https://eslint.org/docs/latest/use/configure/migration-guide#using-eslintrc-configs-in-flat-config Specifically, do this: ```typescript import {fileURLToPath} from 'node:url'; import {FlatCompat} from '@eslint/eslintrc'; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename); const compat = new FlatCompat({ baseDirectory: __dirname, });...
I can't even launch Steam anymore without turning off MSync. edit: after updating to macOS 14.5 (including a restart) Steam now launches with MSync turned on. My games aren't launching...
> Is this discontinued? To me the answer is yes. With all the existing bugs and even broken benchmarks, I can't rely on this package.
I ran into this issue on a failed migration. 1. `prisma migrate resolve --applied `: fail 2. `prisma migrate resolve --rolled-back `: success 3. `prisma migrate resolve --applied `: still...
Thanks for the report! I'll take a look.