Yanick Witschi

Results 50 issues of Yanick Witschi

This introduces real background workers based on cronjobs and Symfony Messenger. ## Motivation Modern applications often require background workers in order to move more heavy processes in the background. We...

feature

We have an `OptInInterface` as well as an `OptInTokenInterface` which allows me to decorate the opt in logic. This is a great helper for me while working on Notification Center...

bug

### Description `EntityCacheTags` currently supports clearing cache tags for an entity. However, it ignores the `oninvalidate_cache_tags_callback`. We should - Deprecate the `oninvalidate_cache_tags_callback` - Introduce a new event which replaces this...

feature

Having the possibility for custom options is nice but they should be considered in the code :-)

In addition the variable "URL" seems to be undefined. So the text replacement wouldn't work anyway.

The docs have accumulated a lot of old stuff which we need to cleanup now that 4.4 is not supported anymore. Otherwise the docs become unreadable. I have invested a...

Developer Documentation
User Manual

See https://docs.contao.org/dev/getting-started/initial-setup/symfony-application/ Something for you @bytehead?

Developer Documentation

As we have additional helper services such as the `TokenChecker`, I think we should have a chapter about when to use which service to fetch the front end member or...

Developer Documentation

Hey folks, Thanks for the nice container. I was wondering if it would be possible to provide an easier way to install certain VMODs, mainly those that are official (https://github.com/varnish/varnish-modules)....

Okay, managed to debug exactly on what's happening after way too many hours 😅 Here's the exact reason on what's happening in the case described by @Seldaek in https://github.com/composer/composer/issues/9393#issuecomment-1864405254: *...

Bug