Massimo Melina
Massimo Melina
when I use the web interface on my android phone I get media controls in the notification area. Anyway, the only control i get is play/pause. With a similar software...
https://github.com/apexcharts/react-apexcharts/blob/19b8503e07bfe49301073af6b0ae6eaba329e572/src/react-apexcharts.jsx#L24 here you are passing all props to the div, while you probably should pass only those that are not extracted by getConfig(). The result is that the external div...
Hi, I had to stop using this plugin (for the time being) because I've found that it is breaking my chrome-debugger: any breakpoint will be displayed far from its real...
when i'm using android auto, i miss 💔 the "shuffle all" button i otherwise have in the albums-list view
it would be nice to be able to search by parent-id
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...
### Steps to reproduce Link to live example: (required) https://codesandbox.io/p/sandbox/quirky-layout-lm4ktv?file=%2Fsrc%2FApp.tsx%3A15%2C1-16%2C1 Steps: 1. be sure to run in a wide space, with some width to spare, as if the viewport is...
First, thanks for your work! I've been using lodash for a decade and I just discovered that collection-related functions will iterate zero times on `{length:0, a:1}`. In your documentation it's...
hi, isFunction in lodash is also working as "type guard", meaning that typescript knows that inside an if(isFunction(f)) then "f" is a function. This is not happening with 'es-toolkit/compat'. I'm...
hi, lodash's `maxBy` supports string as second argument (then converted to `x => x?.[string]`, of course) but maxBy in 'es-toolkit/compat' doesn't