Kushan Joshi

Results 50 comments of Kushan Joshi

@jingsam it is intentional not to compile non-standard Javascript (flow) in the node_modules. To get around this problem, you will have to manually compile `mapbox-gl-style-spec` like this: ```js // underreact.config.js...

> It looks like we could fix this by updating the exclude regex in getConfigForNodeModules: Do we know if doing this works for both gl-js v1 and v2?

@samanpwbb I think you approach of adding gl-js v2 to `exclude: /@babel(?:\/|\\{1,2})runtime/, ` should work. My only suggestion would be to make sure that it is only added if the...

Good catch @davidtheclark, I will prioritise fixing this.

Since showing the full path is out of scope (https://github.com/WICG/file-system-access/issues/178), I am also facing hurdle in providing a good user experience to the users of my app. Once a directory...

@planemad we can add a slider to increase or decrease the density of items shown in the screen.

I am not sure but the problem here is that it’s dificult to map the numeric id to the reason, because the backend doesn’t give me the numeric id to...

can you share more details?

Have you looked at this approach - https://github.com/TanStack/form/discussions/1240 , I feel using this approach is a much simpler option than to create this type mapping