Mateusz Burzyński

Results 1531 comments of Mateusz Burzyński

> Really begs for a @lerna/config package that exposes how lerna reads its packages config... That would be cool, I need that too for aliasing lerna packages in other tools...

Was thinking about it a little bit and I think this aint possible - although Im quite new to TS so I might miss something. The challenge here is that...

The proposed workaround can break those other marked "instances" which is also not good overall.

We didn't implement integration with `renderToPipeableStream` yet.

You could try implementing PoC for this. We could hop on a call to discuss some challenges and stuff before that - if you would be interested in this sort...

Note that this won't work correctly with Suspense because you are only awaiting the shell. A more complete solution would append `` to our ``s that would move the preceding...

Hm, the quoted issue is somewhat weird - I don't get why React would be bothered by a script injected before ``. Hydration should only occur within the root (as...

For now, I would try to convert a simple package like `@emotion/memoize` to see what exact steps will be required there. When we know that then similar steps will have...

@JoshuaKGoldberg it turned out that I have posted this issue at the totally wrong time for myself 😂 The last 2 weeks were super crazy for me and I didn't...

I've created a [ts-migration](https://github.com/emotion-js/emotion/tree/ts-migration) branch. It seems to me that the easiest approach to do this would be to actually: 1. drop Flow entirely - from the source code, CI...