Dries Vints

Results 249 comments of Dries Vints

True but what we're implementing isn't exactly caching, it's more like saving permissions at runtime and resetting them when a store or remove event occurs. I still believe that actual...

@dietercoopman nice, can you send in a PR to the docs for that?

Could definitely be cool! Although I'd name it a select component which could go into the Form category. Thanks for the suggestion 👍

@bilfeldt thanks for the detailed comment. At the moment I'm really strapped in time so I don't know how fast I can get to this. Probably gonna be a while....

@bilfeldt yes, the component would need to be shipped without any styling at all. Just the Alpine based utilities to make it work. Looks good! Feel free to PR something...

What would you practically like to see happening here?

Normally any component that has `{{ $attributes }}` on it will be able to accept any attribute that you pass it (like the `wire:` attributes from above.

So I believe livewire attributes are already passed through properly. When I do: ```blade ``` I get: ```html ``` So that does seems like it correctly passes the livewire attributes?...

I have to say that at the moment I don't have time to deep dive into this. I think it would indeed be great to integrate `easy-mde` and the other...

Might actually be a good use case to make use of the new `@once` block to define the initial easyMDE script below the component and use a slot to add...