mprast

Results 7 issues of mprast

This package is breaking when compiled with Typescript using yarn v2's PnP: ``` ../../root/.yarn/berry/cache/form-data-npm-2.5.1-47256351b5-7.zip/node_modules/form-data/index.d.ts:6:23 - error TS2688: Cannot find type definition file for 'node'. /// ``` yarn v2 only allows...

yarn v2 is a little stricter about dependencies than yarn v1 or npm. If a package `abc` imports another package `xyz` without having an explicit dependency on it, yarn v2...

bug
help-wanted

#### Changes Made Changed the lodash import to only import methods that are actually used, so we don't have to download & install the whole package. This is the first...

Hi all - I'm really glad that `bee-queue` has a full-featured monitoring dashboard and I don't want to look this particular gift horse in the mouth, but at a [14.5...

It looks like the positioning logic react-flip-toolkit is using is having trouble meshing with css grid at points. Here's a [repro](https://codesandbox.io/s/react-flip-toolbox-grid-bug-repro-x53fs?file=/src/App.js)! What I'd expect to see: 'Two!' should stay where...

Hello! I just finished working on an animation that had on onExit() callback that wasn't working until I added a `key` prop to my `Flipped` element. I know `key` is...

**🐞 Describe the bug** As described in the docs, there are two ways to specify a space for spaces-cli to use when downloading a file. One is to use the...

bug