seb-jean

Results 32 issues of seb-jean

I think it would be interesting to be able to list with Twig functions the languages, countries, locales, currencies, timezones For instance, for languages, we will reuse: ```php $languages =...

Hi, I would like to use the `service` function in the `Broadcast` attribute. Example: ```php #[Broadcast(topics: ['@=service("App\\Service\\Generator").generate("songs_by_artist_" ~ entity.getId())'])] ``` But it doesn't work. I have the following error: `The...

| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...

Feature
Status: Needs Work
String

### Description Hi, It would be interesting to add the `kebab()` function to the string component. ### Example ```php u('FOO Bar')->kebab(); // 'foo-bar' ```

Feature
String

### Description Hi, It would be interesting to be able to update the `block_prefix` dynamically. ### Example ```php // in Form Type public function getBlockPrefix(): string { return 'registration-' ....

Do you think it would be interesting to use this feature? https://github.com/symfony/symfony/pull/51800

Hi, Do you think it would be interesting to integrate Psalm with GitHub Actions?

Hi, Could you release a release for Symfony 7? Please Thanks 😃