Azq2
Azq2
Yes, I want a 1px border without AA (Pixel Perfect). Something like this:  This reference example is painted with a "pixel-perfect" canvas engine which was used in the ancient...
 This should fix ``` self.G_A_net = torch.nn.DataParallel(self.G_A_net) self.alias_net = torch.nn.DataParallel(self.alias_net) ```
https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization/blob/master/scripts/postprocessing_pixelization.py#L126
SolidJS is better
Demo with fix: https://github.com/Azq2/suid-select-bug
Yes, you are right. This doesn't help with SSR and is too hacky. But I positioned this fix as an intermediate solution before a better variant was implemented. - Working...
This PR is not for me, I have already fixed this problem in my project. This PR is for people who first use this library. They want a working library,...
Also this PR have breaking changes:  But I think it's justified.
@ArjixWasTaken It doesn't look too hard. I'll try adding `keepMounted` and `reverse` when the current PR is merged.
A large PR is hard to review. It's better to split it into different PRs. I added `cache` to this PR only because it was reviewed earlier.