Naman Goel

Results 403 comments of Naman Goel

I was away for a couple of weeks. Thanks for the PR! Will put out a release soon.

This is looking good! One nit before we can ship it: - [ ] Way to ignore certain folders in "node_modules" - FUTURE: - [ ] Better logging! (This can...

Could you share the code that is causing the error? The null check was needed for some other edge-cases we ran into.

@adrian-novacescu Would you be willing to share a minimal repro? Ideally, start removing all the StyleX styles from your project until you find the root cause of the problem. Thanks!...

@adrian-novacescu If you can even share the last few files where you used StyleX I might be able to find the root cause.

@EvgeniyLyakhov just to verify. But is `spacing` defined in a separate file with the `.stylex.js` file extension and imported from there when being used in the `stylex.create`?

Thanks for understanding and then fixing this issue @nonzzz !

Doing this right might be a bit tricky since position static is always *behind* anything with position relative/absolute/fixed. Perhaps, the solution is to bump all non-zero `zIndex` values by 1...

While we wait for the Flow team to prioritise and implement the `Template Literal Types` feature, a stop gap solution would be to create a separate file *just* for the...

FWIW, the changesets are not the limiting factor for more frequent releases. I'll take this as a request for more frequent changes in general.