Stephen Last
Stephen Last
I have the same issue: > TypeError: Corrupt JPG, exceeded buffer limits > at validateBuffer (C:\...\node_modules\image-size\lib\types\jpg.js:23:11) > at Object.calculate (C:\...\node_modules\image-size\lib\types\jpg.js:42:5) > at lookup (C:\...\node_modules\image-size\lib\index.js:26:31) > at C:\...\node_modules\image-size\lib\index.js:93:22 > at C:\...\node_modules\image-size\lib\index.js:50:9...
Thanks @bodenr Technically you're correct of course, it's just a lot of people include the API docs in the root README.md file. I can see `isError()` now: https://github.com/bodenr/errors/blob/master/doc/md/errors.md#iserrorerr Was that...
I'm using [JavaScript Standard Style](https://standardjs.com/) and [Atom](https://atom.io/). This is a linter warning... I get the same: > A constructor name should not start with a lowercase letter. It's referring to...
This is not needed any more.
Find `cursorai.action.generateInTerminal` in the keyboard shortcuts and remove it. Or, add a new key binding for it, I used `cmd + k cmd + k` (hold down `cmd` and press...
> Hey, can the Cursor devs maybe pick a new keybinding and quit overriding `Command+K` in general? It's a very commonly used keybinding for devs using the integrated terminal, and...