Gabriel Pérez

Results 11 comments of Gabriel Pérez

It's a great alternative for people using any distro that is not based on Debian/Ubuntu

> Why not just `type mixedItem = MixedItems[number]`? > > From: https://stackoverflow.com/questions/41253310/typescript-retrieve-element-type-information-from-array-type IMHO it is easier to read something like ArrayItem than type[number], I feel like it is more explicit

I'm also interested in having Zoom available on arm, if there is any way I can help please let me know

The UI is working perfectly, however every request get a timeout and I can't figure out why. Do you think there's a problem with `libQt5Network` (emulated)?

@gregfenton you could as well add hook support to currentOrientation, I can help if you'd like

The issue is about craft.js not resolving the default "div" I got the following error ![image](https://github.com/prevwong/craft.js/assets/6902134/37af0df2-d665-4b3b-9a2a-7b43ddda205d) and looking the dist folder from node_modules I was able to confirm that it...

What kind of error are you getting? It is working fine for me now > This btw doesn't work

For RN > 0.60 remember to do ``` cd ios/ pod install ``` and then react-native run-ios again

Related to #48748 and I believe it it related to [optimizePackageImports](https://vercel.com/blog/how-we-optimized-package-imports-in-next-js#new-solution-optimizepackageimports) not working properly (I'm compiling 10k+ modules per route aprox)