Brandon Shelley

Results 59 comments of Brandon Shelley

@oscarjiv91 https://github.com/nicklockwood/FXBlurView/tree/master/Examples

Oh, yeah, @roycable it doesn't make a difference one way or the other. I had just tried to see if calling the method on the subclass would make a difference.

Hrm.. goofy, and it seems to work (albeit really choppy) when going from say, radius=30 to radius=5. But going from no blur to 30, it's still instant. Will play around...

Fwiw, I use this via MUI *a lot*, and even in custom components - a lot of the time you want to render a custom component with a specific HTML...

Oh, I don't even need to put it in a code sandbox – take for example: ``` import { Box } from "@mui/material"; const MyBox = styled(Box)(sx({ bgcolor: "red" }));...

That certainly works and I've done that, but at that point why not just make a component and pass in `sx`? Also some unfortunate ref forwarding that gets lost sometimes....

Looking at this, I'm confused what it was even supposed to do? That method doesn't exist in the codebase at all.

Hey y'all, this looks like a great fix, anything I can do to help get it merged in? Having some weird cookie issues, and while I'm not seeing large cookies...

I wonder if an easier solution is just to support multiple lines per node-set? You could then z-order them (so the dashed lines would be on top of the solid,...

It would be great if you could unpublish the old unzip package from NPM or at least add a note saying it's superseded by unzip2.