Ryan Weaver

Results 328 comments of Ryan Weaver

Hey @sabat24! > To achieve that I tried to return in live action a simple turbo response To make sure I understand, you have a `LiveAction` inside of a live...

The problem is that the Dropzone component is poorly named :/. It actually has *nothing* to do with the Dropzone JavaScript library, which admit is a bummer :/. The Dropzone...

Hey @Lustmored! Sorry for the slow reply - a LOT happening in the world suddenly :/. But, this is a happy escape! For the most part, I'm definitely following your...

After chatting with @kbond, we may have another, smaller idea - which is more "in line" with what you were proposing. Basically, we would make the JavaScript "smart enough" so...

I agree - this is not good enough. The `BlurHash` implementation needs to have caching built-into it: https://github.com/symfony/ux/blob/1.x/src/LazyImage/BlurHash/BlurHash.php In other words, not a docs issue - I think it's a...

Hmm. This case makes sense - but I hadn't thought about it yet. So the question is, what's the best way to support it? We could dispatch an event from...

> An event that is emitted by the child and can be caught by the parent to hint a re-render seems like the best way to go about this. Is...

Hey @akyoscommunication! This is something I've thought about, but haven't played with yet. In theory, they should work fine, because Stimulus "always works". However, in practice, it's possible that the...