Andrey Sitnik

Results 1029 comments of Andrey Sitnik

> And, because that change was made, postcss used to return LazyResult but now returns NoWorkResult Yes, I understood that. But why we have a problem with `NoWorkResult`. Can you...

Here is a good tool to debug source maps https://sokra.github.io/source-map-visualization/ Maybe input source map from previous step has missing parts (especially start/end)? The 1-to-1 source map of `NoResult` covert CSS...

You can ignore previous source map by `map: { prev: false }` option

> for English Are we talking about repetitive task creation? Or Todoist store repetitive pattern as a text description in natural language (`"every 3 days"`)?

I personally, think that English is better than nothing. Can we show a warning that we can complete this task since its repetitive pattern can’t be understood (try to rewrite...

I want this feature too. Do you need any help with it?

@thymikee is it OK to simplify a lot of user’s code but increase complexity in a framework. Is how all features ware made? Why you are not a fan of...

> What about prop name clashes if we wrap custom components with styled()? Can you show a small example? I am thinking that I was worry about it too, but...

@satya164 why we don’t know about supported props? We have `styled` object from CSS Modules and can look into classes. `astroturf` does the same to detect what properties should be...

@satya164 > Is styles the list of styles applied to the component and astroturf keeps them in the bundle? Yeap, `styles` is that object from CSS Modules `{ list: 'component_list_hb4h5h45'...