Ryan Weaver
Ryan Weaver
Hmm, I'm not sure I understand the problem you're thinking of. My thinking is that if you pass this `plugins` option, then we would *start* the configuration with `plugins =...
Hi there! Really excellent issue and explanation of the problems Ben - thanks for that. As Ben mentioned, the `required` "form view variable" is not always printed out as a...
Hi! This may be something that is needed in some cases... where your channel names need to be obscured for some reason. But I think it's outside the scope if...
I suppose we could allow services to be fetched here - could you open a dedicated issue or PR?
From the docs - https://symfony.com/doc/current/mercure.html#authorization - I think you're correct, unless you're using anonymous (as you mentioned). I'm not sure if there is a downside to *always* setting this or...
Hey @ker0x! Thanks for testing things and giving feedback. That is 💯! I think what you're asking for is entirely sensible - it's just a matter of getting the details...
Hey! Hmm, that's very odd - I haven't gotten this error. Is there ANYTHING special about your setup? I guess, you probably have typescript installed and enabled on Encore? Is...
So basically, you want a normal `` that is NOT mapped to a model... but on "change", you DO want to trigger a re-render, is that correct? What about this?...
That's a nice solution... and it makes me think that an even better thing would be something like: ```js const element = document.getElementById('example'); const example = new Choices(element); element.addEventListener( 'addItem',...
I wonder what on the error page causes the error in Turbo?