Don Denton
Don Denton
Regarding `performLinked` and `performUnlinked`: I love the current simplicity of `perform`. However, when I was learning e-c, I must admit that your choice of using `cancelAll` as the method to...
> For the purposes of this RFC Right right right. I wasn't thinking about this as 1.0.0 properly. If you want to add either `.gimmeTaskInstance()` or `yield getCurrentTaskInstance`, those are...
@Etheryte's issue on Sharp reveals the way to work around the problem, but it seems like we cannot take advantage of it via the exposed API in imagetools. Summary (hopefully...
Ah, okay. There is a way for `imagetools` users to work around this by changing the config to the following: ``` imagetools({ removeMetadata: false, }) ``` Seems like there is...
I've also created a PR to address this issue: https://github.com/JonasKruckenberg/imagetools/pull/724 My initial take on it was naive, and I have force-pushed a new approach as of this morning.
I am actually playing with proposing this even further upstream to Sharp. But still playing with an implementation there, as I’ve never worked with C++ before. The PR I have...
I've finally gotten the code to work, and have opened an issue in Sharp proposing the new feature: https://github.com/lovell/sharp/issues/4144
Not soon, but it is still on the map. In the meantime you could potentially employ the same trick I am using in my project to get it to work:...
Same here with a different extension on Safari called Noir. Pretty popular faux dark mode extension. I've had it installed for a long time, but the TanStack site only broke...
I swear Theo Brown mentioned in a recent video that he had to deal with hydration vs plugins a while back. Tanner, he might have some insight. (Not at-mentioning since...