Jon Cursi
Jon Cursi
```js approx(64876440039.52) // comes out as: 64b ``` I want this to read "64.8b" or "64.9b" based on rounding. Would be great if you could specify in the config option...
In the configuration object, would be great if you could specify if the unit should be appreviated or written out. Example: ``` approx(10000) // 10k approx(10000, { abbreviation: false })...
With npm v7, I am unable to install this library alongside `immutable` without using the `--legacy-peer-deps` flag: Package JSON: ```json { ... "draftjs-utils": "0.10.2", "immutable": "4.0.0-rc.12", ... } ``` ```...
There seems to be no true IPT equivalent of `oneOf`, which is problematic if you want to check that a prop is an exact match for an immutable map that...
Fixes https://github.com/fridays/next-routes/issues/346
There appears to be a breaking change in the current canary branch of next.js that needs to be discussed / addressed here. Custom servers no longer boot up when using...
After upgrading to `v0.0.4`, I noticed that when I try to pan via multiple drags, the object keeps snapping back to center after the first drag. Seems like this behavior...
Right now the `onPan` prop functions more like an `onPanEnd` in the sense that it only triggers after the user mouses up. `onPan` should continuously feed events as the user...
I want to use this module along with `babel-plugin-transform-imports` so that I can map both internal and external import paths. However, this plugin causes `babel-plugin-transform-imports` to stop functioning. E.g.: ```...
If the analysis engine finds issues with your code, no error code is returned. The results are printed to console and the process is marked as a success. This makes...