Sean Chen
Sean Chen
Thanks, it wasn't clear that I needed to type 'exit'. I tried Ctrl + D (which works in WSL/Linux) but that doesn't register on PS. Should we update the docs...
@msullivan Just to let you know, if you set pre-conditions, it works much better. I limited a, b, and c to go from -1e6 to 1e6, and it gave me...
Hi, I had the same issue. I found out that in my node_modules (or yarn cache), I had @types/react v17 and v18, even though I only had v18 in my...
This is an old issue, but since it took me a while to figure out, I am writing an answer here. I believe there are two issues between the two...
I actually have a similar problem using smartcrop-sharp. When passing it options like this: ``` const { topCrop } = await smartcrop.crop(imageFile, { minScale: 1.0, width: 3, height: 2, });...
Since I really don't know how all this importing stuff works (or I don't grok it at a low level), I can only go by following writeups I find online...
Awesome. I'll make an actual release tonight that isn't a prerelease.
If you want to get the progress bar section of the buffer, you can use `getBuffer()`. I'd be happy to also return the console portion in addition to the progress...
Thanks for this - I had to update some stuff and fix the naming of the `cjs` one, so I bundled it into the latest release. See if [v4.1.0](https://www.npmjs.com/package/multi-progress-bars/v/4.1.0) works.
Okay. Sorry I've been slowly towards adding some functionality, including manually removing tasks. That might be a solution, and I'll tag it on this issue when it's out (at least...