Braden Kopenkoskey

Results 4 issues of Braden Kopenkoskey

I am attempting to parse NBT files that contain very large arrays. Whenever I do this, an error is thrown because the underlying [node-protodef](https://github.com/ProtoDef-io/node-protodef/blob/912683467d4eec4df852a4ae66030338416b48b1/src/datatypes/compiler-structures.js#L13) library caps arrays at a max...

NBT arrays are allowed a length up to 32 bits, so there needs to be a way to skip checks to allow full NBT support. Adding an optional object allows...

- Update the Resume repl example to use the working [example](https://github.com/diegomura/react-pdf/tree/master/packages/examples/vite/src/examples/resume) originally provided in the react-pdf repo. Deployment preview: https://react-pdf-git-fork-bdkopen-fix-resume-example-diegomuracciole.vercel.app//repl?example=resume Fixes issue: #138

- Updates the `test` script to run on JS files. - Whitelists `browser` and `jquery` as environments so their variables are seen as defined. - Resolves all the ESLint errors.