Ryan Weaver

Results 339 comments of Ryan Weaver

> or merely failing with a 'you probably have a wrong version configured' message if the binary request in SassBinary::downloadExecutable fails? Yup, this :D. If you give us the version,...

I'm cool with this 👍! It relates a bit to - https://github.com/SymfonyCasts/sass-bundle/issues/4 ... which may be even more important, as there will soon be / is a TypeScriptBundle.

My 2 cents: I'm not sold that this is needed, but I'm also not "unsold" either :p

We probably need a way to ADD plugins instead of replacing. But first, why exactly does clearing all of the plugins create this error? Why is “this” suddenly missing the...

> I currently don't see the value of the data-model subscriber and would suggest to remove it. But I'm sure you have a good counter argument for having it included....

Back from the conference. And, yea, the problem is clear now. You are, very simply, wanting to do this: ``` {{ component('textarea_component', { 'data-model': 'debounce(100)|form[field]' }) }} ``` As a...

Thanks for continuing to iterate on this with me! I understand what you're saying, but before considering one of those options, could you describe your full use-case and what you...

@veewee This helps! And very cool use-case. You mentioned: > Attributes from SF forms are passed down to the custom twig components, including the data-model attribute. This is what is...

What about you @norkunas? I was hoping to get some more details on your use-case: > @norkunas Ah. Is that `Paper` component is a `ComponentWithFormTrait` component? Or does it contain...

Great idea! If you're reading this, please feel free to grab an attribute, describe it a bit, and open a PR. We can help during review with any phrasing -...