Sushrit_Lawliet

Results 12 comments of Sushrit_Lawliet

> > * :PlugInstall > > yeah i have done this but how can i add this > > `require('nvim-cursorline').setup { cursorline = { enable = true, timeout = 1000,...

> I'm tackling the same issue, something like you proposed would work wonders I had to settle for deploying a custom docker image with an apt install to install the...

Somehow it works on my M1 Mini. Have you tried toggling rosetta ?

Was on stock config 1.65, and both builds worked for me after following [the expo docs](https://docs.expo.dev/build-reference/variables/#built-in-environment-variables) just as @hlynurstef mentioned. And can confirm it works on 1.70 as well

> @SushritPasupuleti did you use yarn v1 or yarn v3 to make it work with iOS builds? I currently still downgraded to yarn v1 Yarn v3 here, had no issues...

A few other things to get it working: - You need to set an Env: ```env YARN_ENABLE_IMMUTABLE_INSTALLS=false ``` - You can leave the default presets after choosing Next.js. (I did...

> @SushritPasupuleti if you didn't overwrite the install command, how do you make sure that the `@my/ui` package is build? do you build locally and check in the types and...

This would honestly bring a lot more people into the monorepo space. Almost all the examples you can find are TS based.

Material You support that's coming with v5 (currently in RC) would be nice!

Also a way to support multiple value input would be nice like the way MUI offers ([reference](https://mui.com/material-ui/react-autocomplete/#fixed-options))