cb-eli
cb-eli
https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md#v7---2022-02
In dart-sass v1.45.0 a new JavaScript API was introduced which suppose to be "more idiomatic, performant, and usable than the old one". Can you please update the library to use...
Medium editor is wrapping <p> tag inside a <div> on pressing ENTER key in latest firefox (v61.0.1)
### Description paragraphs are wrapped with divs after removing all the content and start typing again. This bug was [already reported](https://github.com/yabwe/medium-editor/issues/1450), but without steps to reproduce. ### Steps to reproduce...
Hello, When I'm uploading the attached photo and resizing the image using the 'imageMaxWidth' and 'imageMaxHeight' options, the image's colors are changed. When I'm not using the above options or...
https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md Breaking Change: Should use named import instead of default import Change this: ``` import LRUCache from 'lru-cache' ``` To this: ``` import { LRUCache } from 'lru-cache' ```