panick-carousel

Results 4 issues of panick-carousel

### Describe the bug I am using the [`debug`](https://www.npmjs.com/package/debug) tool with vitest and cannot reliably get output from this tool. It appears as tho when in watch mode, vitest clears...

### Clear and concise description of the problem When using the debugger in vscode, our tests keep timing out, but we don't want to have to set the timeout in...

enhancement

In this code file: https://github.com/paragonie/sodium-plus/blob/master/lib/keytypes/ed25519sk.js#L17 a reference is made to the global Buffer object. When using in a browser bundler that does not shim nodejs builtins, like vite, this code...

The options object is passed in from the user and should not be mutated. [here](https://github.com/timoxley/columnify/blob/a532ca1fb29d4f006cb62f25a44db96cd65bdb89/index.js#L33) is one example of this mutation occuring. To fix it, I suggest doing `options =...