José Muñoz

Results 10 issues of José Muñoz

Hi, I’m looking into creating a react-native app and I wanted to support key combinations for shortcuts, I was wondering if there’s any guides for integrating hotkeys.js (or if an...

This type needs to be exposed in order to properly type custom node components, see issue #81

The `children` prop is typed as `NodeComponentProps` on [TreeProps](https://github.com/Lodin/react-vtree/blob/4a690709e35e1ad2029f1dcc46ca8366cd81b524/src/Tree.tsx#L131), however the type is not exported. Only `TreeWalker` and `TreeWalkerValue` types get exported from `./Tree` as you can see [here](https://github.com/Lodin/react-vtree/blob/4a690709e35e1ad2029f1dcc46ca8366cd81b524/src/index.ts#L3) In...

There is currently no support for loading Svg from a remote URI as described here: https://github.com/react-native-community/react-native-svg#use-with-content-loaded-from-uri both these components can be easily abstracted with a regular img, I'll try to...

**steps to reproduce:** - installs opencv-wasm - create `cv.VideoCapture` instance **expected result:** capture device opens, and a handle is returned **current result:** open-wasm expects browser environment

### Description Are there any plans to make this package available through cocoapods? ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Screenshots _No response_

enhancement

can we get an extension resolver function so that we can dynamically evaluate which extensions we would like to load?

Hi, I've been working on a service that runs a video capture on a separate worker. The approach to this has been to get the data from the frame read...

**Steps to reproduce:** - create a new ink app using official tool `npx create-ink-app my-app` - install `ink-syntax-highlight` **expected behaviour:** after installation the library is able to be imported and...