Óscar Medina

Results 6 issues of Óscar Medina

Would be nice to be able to print the dependency graph when you integrate this on a CI environment. Something like ``` shell script npm-consider install --production --test --details ##...

I found a problem using absolute URLs in the main menu, the page redirects me to a subpath of the blog with the absolute URL on it: baseUrl: http://blog.example.com linkUrl:...

I did a small change to support it in my case, but I want to understand why is not supported ```js const MainMenu = ({ mainMenu, mainMenuItems, isMobileMenu }) =>...

**Intended outcome:** I have a series of mutations that I need to execute in parallel at some point, and since `useMutation.mutate()` returns a promise I did a `Promise.all`, I got...

🚧 in-triage
⚛️ React-related
🍪 feature-request
🔍 investigate

**Intended outcome:** I have a series of mutations that I need to execute in parallel at some point, and since `useMutation.mutate()` returns a promise I did a `Promise.all`, I got...

:hook: react hooks

I'm encountering an error when using the plugin: My environment is: - Jellyfin server v10.9.10 listening on http://server_ip:server_port/jelly - Volumio v3.742 with plugin v1.1.1 on a different device pointing to...