Vels Lobak
Vels Lobak
@IvanBernatovic I'm new to Vite. What additional config should I have to run the same plugin in a Typescript project? If I just add it as in your example, I...
Btw, for anyone interested, I eventually did the following: ```ts plugins: [ // For all styled components: // create classnames from fileName and displayName in development react({ babel: { presets:...
A similar issue, the call to ```js people.set(distinct_id, { $email: user.email, userType: "internal' }) ``` doesn't set the `email` or the `internal` key or any other key. The only solution...
I have a similar issue but with horizontal PagerView, which has pages containing WebViews. When I try to scroll the WebView vertically, it triggers the horizontal scroll in PagerView and...
Same for expo 50.0.14
Same issue, couldn't find a solution to it, so avoiding @ tags for arrays for now :(
Any updates on that ? I would really like to use navcodec to transcode http:// input stream in real-time and stream it via nodejs to HTML5 clients in webm format....
I've also created an issue on peerflix repo (https://github.com/mafintosh/peerflix/issues/45) which describes the idea in more detail. Hope this can be accomplished. Thanks !