Simon André

Results 779 comments of Simon André

I'd say... * prefix/key: no "directory" allowed (no ":", no "/") * path: free as a french mobile phone carrier Regarding "name/identifier": * HTML syntax uses the ":" notation, i'd...

How can we move on this ? What do you need @kbond ? Or can maybe start in parralel the attributes configuration per directory and we see later how to...

It seems to be a side effect of https://github.com/symfony/maker-bundle/pull/1422

I think #1422 should be reverted, as it contredict the documentation of the method :/ ``` * @param string $name The short "name" that will be turned into the class...

You're right. Now, as `data-live-id` will be deprecated for `id`, and the recommendation for id is yet still "ascii-starting-with-a-letter" ([ref and description of the potential problems](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id)) i'm not sure we...

So should we wait a couple of weeks. And décide when we have a better vision on what to do with this package ? I’ll read the links you posted...

> Turbo 8 comes with [InstantClick by default](https://turbo.hotwired.dev/handbook/drive#instantclick). This prefetches links while the cursor is hovering, which is a nice feature. For me this is a massive NO-GO for having...

And thanks [davidgorges](https://github.com/davidgorges) for this issue and signaling this !

Turbo is added per default now, i do believe this is a massive change (BC-type) So we could either add [the meta](https://turbo.hotwired.dev/handbook/drive#instantclick) in the recipe, or better (to avoid polluting...

As i said, pre-loading pages can mess with: * cache * statistics * crawl/robot detections * money (bandwidth is not free) * user session * etc, etc.. Not saying it's...