-
Seems like a decent amount of the lodash stuff was just convenience and can be replaced by native functionality.
- [ ] `cloneDeep`
- [ ] `has`
- [ ] `get`
- [ ] `memoize`
- [ ] `template`
- [ …
-
Suppose you'd like to replace lodash with es-toolkit/compat in your project. A dependency of yours uses lodash, but imports packages one by one:
```ts
import isEqual from 'lodash/isEqual'
```
…
-
When attempting to run docker-compose up, I encounter the following error during the build process:
```shell
=> [backend 9/11] RUN npm install …
-
Comparing two `Uint8Array` compares the full js object and not just the bytes which means that even if two action hashe Uint8Array are the same hash, they may not be considered equal. It would be nice…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
Several of the visx package import all of lodash just to use 1 or 2 functions. Would you accept a patch to switch to individual packages in order to reduce the bundle size?
-
Hi, @raon0211 !
Can I work **findKey** of https://github.com/toss/es-toolkit/issues/91 ??
https://github.com/toss/es-toolkit/issues/441
In the above issue, someone said they were implementing it,…
-
Can't compile with version 4.14.187
It works well with 4.14.186
Environment
- node v14.18.1
- tsconfig : in attachment
![image](https://user-images.githubusercontent.com/25437282/199261700-…
-
Vulnerable Library - lodash-1.3.1.tgz
A utility library delivering consistency, customization, performance, and extras.
Library home page: https://registry.npmjs.org/lodash/-/lodash-1.3.1.tgz
Path t…
-
our martok script stopped working when converting our project from node 16 to node 20
```
Generating types for sketchy...
/Users/jane/faceoff-backend/node_modules/martok/dist/typescript/MemberHelpe…