Ryan Weaver

Results 62 issues of Ryan Weaver

Hi again! I was going through the source tonight and noticed `useLazyLoad`. It's not documented or in the playground. Is that simply accidental? Is it functional and usable? Thanks!

| Q | A | ------------- | --- | License | MIT | Doc issue/PR | Later if accepted This is a proposal to split Stimulus/Symfony UX out of the...

I see you already have #25 about adding a recipe - cool! I'm including this bundle in an upcoming KnpU course, and I noticed a few things that would be...

Suppose this setup: ```twig ``` And in the component: ```php #[LiveProp(writable: true)] public array $users = []; ``` If you try this, you'll get the JavaScript error: > The model...

Stalled

From Ondřej Frei on the blog post comments: https://symfony.com/blog/hello-ux-symfony-com-and-4-new-ux-components#comments > A minor bug report: Go to https://ux.symfony.com/, click Swup Integration, click the back button in the browser and then click...

The Notify component currently does this in JavaScript: ```js new Notification(content); ``` But, `Notification` has a 2nd options argument - https://developer.mozilla.org/en-US/docs/Web/API/Notification/Notification#parameters - where various other options can be passed, mostly...

On Firefox OSX, the notification doesn't display. It DOES ask permission, but then no notification. Even the Mozilla dev docs show this live demo - https://yari-demos.prod.mdn.mozit.cloud/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API/_sample_.tag_example.html - which as the...

Safari doesn't support the `Notification` JavaScript API... I believe they have their own system. If reasonable, it would be ideal to support Safari.

Stalled

Hi! The main usage of lazy image looks like this ``` ``` The path passed to `data_uri_thumbnail()` (`build/images/large.jpg`) is loaded simply via `file_get_contents('build/images/large.jpg')`. That seems to work for me... though...

Stalled

Hi! Earlier, the TwigComponent and LiveComponent packages were introduced. Since the community is just getting its first look at these, and because there are known TODOs and ideas, I though...