You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the usage of ImageProcessors.GaussianBlur in the demo of LazyImage causes building NukeUI (& apps that want to use NukeUI) for watchOS fail. I would PR to fix, but unsure how best you'd want to fix this. I would just add a conditional checking if it's on watchOS and if it is don't include that processors modifier, but then the demo wouldn't blur when it's meant to.
The text was updated successfully, but these errors were encountered:
Hi, the usage of ImageProcessors.GaussianBlur in the demo of LazyImage causes building NukeUI (& apps that want to use NukeUI) for watchOS fail. I would PR to fix, but unsure how best you'd want to fix this. I would just add a conditional checking if it's on watchOS and if it is don't include that processors modifier, but then the demo wouldn't blur when it's meant to.
The text was updated successfully, but these errors were encountered: