Andrey (Andrii) Los

Results 88 comments of Andrey (Andrii) Los

So here is my lifehack to you folks. If you want to speedup Jest with `esbuild`, just don't, too many hacks to make mocks working :) Just use this https://github.com/alangpierce/sucrase/tree/main/integrations/jest-plugin...

Looks nice too. But it also looks like it locks up to styled-components. I mean, what is good about classNames is that if you make it smart enough you can...

@nickmaltsev in `extend` you already about to override stuff :) So I think the override is a bit redundant. ### _And small things to not create issues for them:_ Remove...

+1 Have same use case as @asis We have our wrappers around semantic-ui components very often, and I try to spread their propTypes to have their props documented as well...

This feature is really vital, especially for styleguides etc. Can somebody integrate such finally :(

https://github.com/deseretdigital/dayzed This sounds like an awesome library to build DatePicker :) It's like a downshift, but DatePicker :)

Yes, I will double that question. This is really ugly looking in the code :(

Double the request of the @robmosca-travelperk had similar thoughts. I just set up S3 caching and it works wonders and on CI it speeds up everything A LOT. Thanks! Although,...

Here is how Turborepo handles that. https://turborepo.org/docs/features/caching#alter-caching-based-on-environment-variables-and-files Overall I think their phased build DSL and caching configs are pretty good. Nice to have as an inspiration. Unsure about how global...

Just want to emphasize that it should be per command, and not a global thing per project/package. As only 1 command may be sensetive to envs, but the rest, maybe,...