Tim Goudriaan
Tim Goudriaan
The SensioFrameworkExtraBundle was once created to add annotation support to controllers for projects using the Symfony framework. [In the words of Symfony creator Fabien](https://github.com/symfony/symfony/issues/44705#issuecomment-997463372): > These feature were in a...
Service workers are a big part of modern web apps and while it's technically possible to create a service worker with Encore, to my knowledge it isn't straightforward. - The...
Hi there, The version number of the [psr-http-message-bridge](https://github.com/symfony/psr-http-message-bridge) package has been separate from the main Symfony releases up until now, but looking at some changes in [the recipe](https://github.com/symfony/recipes/blob/c74a9f672f5b8d0c26427bf610206c52ff1f2787/index.json#L2477) and the...
I'm proposing the creation of a `make:form-data` command to create a Data Transfer Object, specifically for use with the Form component, that holds the data of your domain model (e.g....
Show the submitted artwork from noagendaartgenerator.com on the episode page
Add a page to listen to the livestream. The biggest problem is a good way to integrate an IRC client. It's probably possible to also show a message on the...
With the new shownotes parser, we can now have episodes without shownotes and start with parsing of shownotes with older formats.
If the new UI for chapters proves to be more user-friendly, we can finally work at improving the functionality. - [ ] Generate mp3 with chapter marks - [ ]...
[RFC][DependencyInjection] Add separate section for named services generated through configuration
For certain types of services in Symfony, it's possible to create named/scoped services, examples include: - [Scoped HTTP clients](https://symfony.com/doc/current/http_client.html#scoping-client) - [Namespaced cache pools](https://symfony.com/doc/current/cache.html#creating-custom-namespaced-pools) - Named serializers Those named services can...