Filip Wachowiak
Filip Wachowiak
Bundlers think this library cannot be tree shaken. This results in this workaround in Remix https://remix.run/docs/en/v1/pages/gotchas#server-code-in-client-bundles I suggest adding `"sideEffects` field to `package.json`
In manifest v3 action.default_icon is defined as a dictionary of sizes, not a string https://developer.chrome.com/docs/extensions/reference/action/
What happened to the Firefox add-on? Is it no longer supported or is that temporary? https://addons.mozilla.org/en-US/firefox/addon/visbug/
### Describe the bug When using number (any number, both 0 and 1 result in the same behavior) on client side navigation no value for value attribute is rendered, but...
I noticed there's already a debounce function (which I think in lodash can be used to simulate throttle) but it seems that remeda has a different behavior for the maxWait...
Added toSnakeCase function Related issue: https://github.com/remeda/remeda/issues/457 The js implementation is fairly simple, but I struggle with types a bit. Type-fest has `SnakeCase` but as visible in the tests it has...
What do you think about adding equivalent of https://docs-lodash.com/v4/merge-with/ ? By implementing it we could also add `lodash.merge` to the list of one line replacements because current `mergeDeep` from `remeda`...
I made some changes that pass more test cases than the current solution. I was heavily inspired by `CamelCase` implementation Let me know if this is something worth investing more...
**Describe the bug** Calling `client?.disconnect` it's possible that `this.socket` is undefined **Logs** I didn't get a chance to reproduce it locally. Only attaching sentry logs I suspect it could be...
### Describe the bug I am using a monorepo package and an app consuming it. They both use different versions of a dependency Vite uses the version specified in app,...