Remon van de Kamp

Results 11 issues of Remon van de Kamp

**Is your feature request related to a problem? Please describe.** This summer the first Chrome canary with [Manifest v3](https://docs.google.com/document/d/1nPu6Wy4LWR66EFLeYInl3NzzhHzc-qnk4w4PX-0XMw8/edit#) for extensions will come out. Since there are some changes relevant...

enhancement
blocked

**Is your feature request related to a problem? Please describe.** Some people don't want to render some of the folders that are built in in the browser, like the Bookmarks...

enhancement

* **Version**: 5.3 * **Platform**: Linux localhost.localdomain 5.6.8-200.fc31.x86_64 #1 SMP Wed Apr 29 19:10:01 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux * **Subsystem**: SCSS When the dark theme is selected the...

bug

**Is your feature request related to a problem? Please describe.** Hover still working when the context menu is showing is confusing, as it seems that clicking it would have some...

enhancement

It was disabled because it doesn't support PHP8 yet. Once it does we can re-enable it.

Instead of extending several Symfony classes, we should favour composition instead. For example, for the dispatcher it could be something like: ``` class TestworkEventDispatcher { private $eventDispatcher; public function __construct()...

Next Major
Maintenance

Behat has full support for PHP 8 Attributes since version 3.10.0. For example, this means that instead of ``` /** * @Given something */ public function something() {} ``` it...

Monolog version 2 and 3. In our application we have a fingers crossed handler that passes to a stream handler that writes to `php://stderr` using the Google Cloud Logging Formatter....

Bug

I wanted to create this issue in the twig-extra-bundle repository, but since issues seem to be disable there I'll create it here. The problem I encountered is that twig-cache doesn't...