Mateusz Burzyński

Results 1186 comments of Mateusz Burzyński

> though using the compareTypes on the inference context may be better still, since that would allow the subtype overload pass to use subtypes for its heuristic as those arguments...

> Overall, I'm very much in favor of immediately terminating when an unhandled exception occurs. It is by far the safest approach, instead of leaving the system in an indeterminate...

> I think this library should take into account, that there can be variables in place of values, with any variable name, and they should not match regular expressions. PRs...

Well, Stylis is a popular choice for CSS-in-JS libraries. A dependent can't ever predict all the interactions with its dependencies so I wouldn't blame Linaria maintainer here for not doing...

It took me a little bit longer to get back to this topic but here are several demos of the problem. This demo is using an absolute iframe within a...

I've just retested this using the given codesandbox and I got those logs (that are a sign of the layout shift being reported): Strangely - I can't repro it when...

@gaearon @lunaruan @sebmarkbage any problems that you foresee with this? I would like to get into adjusting the transforms asap if I only get a green light on this one

> What errors? ``` SyntaxError: /test__/index.js: pragma and pragmaFrag cannot be set when runtime is automatic. > 1 | /** @jsx jsx */ | ^ 2 | 3 | ;...

> It will stop working until they replace the old pragma with the new one, right? In this case I argue that this is acceptable. Yes, but they also need...

@gaearon It seems that the use case you have mentioned has not been considered at all - the implementation actually deliberately forces the user to choose the runtime. There is...