Philipp Spiess
Philipp Spiess
@deepak2431 There seems to be some merge conflicts, do you mind fixing them first? 🙇
Thanks for fixing this up for me @valerybugakov :)
To properly implement this, we'd need to mock `Promise` so we can eventually see all enqueued micro tasks to resolve them synchronously. Something in the way of what [promise-mock](https://github.com/taylorhakes/promise-mock#promise-mock) is...
Hey! It looks like this issue is indeed fixed since alpha 8. We tried the repro on the latest alpha version and it works fine. Feel free to reach out...
Like @jrmajor said, we've added support for the `@source` directive to Tailwind CSS V4 so that it's now possible to extend which sources Tailwind will look at when creating the...
I would also be interrested in this use case! Ideally without creating a second `GitHubStrategy` but instead having a way to define the scope dynamically (and get it passed thorugh...
Great work on the RFC @dantman. 🙌 That'd definitely be useful for us at @PSPDFKit as well! The `.keep` API makes sense as it must be possible to retain elements...
Thank you for the response! Your point that the id is only artificial for the example and might not always be present is good although I think that even if...
@aapoalas You're absolutely not stupid, thank you for helping us out here 🙌 So just to clarify, you have something like this in mind, right? ```js const reparent = React.createReparent();...