Usman Sabuwala

Results 93 comments of Usman Sabuwala

So excited for this combination

The final build doesn't load texture because the texture image is not bundled by Webpack. I think we can solve this issue by simply changing the code from this to...

> Thanks for the advice, I will definitely try it. > How does Vital.js work for you? > I have just heard about it and am very interested. Actually **Vite.js**...

@PatilShreyas I think you should download **some files** that you are using from CDN. And try to **lazy load** images. One more thing, reduce the sizes of the images because...

@christopherfujino I don't have much experience with Dart other than Flutter so I don't get how I can add a test for this and all. I think it'd be better...

> This worked for me > > ```js > > > ... content > > > ``` This is it 👏! Thanks!

@Krymancer Right using `ts-node` fixes this issue But is there any way to use `tsx` then

What do you think is the best possible solution right now to get it working? We can probably add a custom backdrop ourselves.

> The `onInteractOutside` prop can be used to check which elements are allowed and use `event.preventDefault()` to not close Doesn't work in my case. I think my usecase is different....

@tarmooo Yeah adding a sheet might > > > The `onInteractOutside` prop can be used to check which elements are allowed and use `event.preventDefault()` to not close > > >...