Rafael Kraut
Rafael Kraut
I was just trying to build a minimal reproduction and I couldn't reproduce it anymore, it was working. In my main project I removed `node_modules` and `package-lock.json` and did an...
Now the functions are callable but the assertions still don't work. The problem is that the assertions depend on the `Symfony\Component\Mailer\EventListener\MessageLoggerListener` which listens for the `Symfony\Component\Mailer\Event\MessageEvent`. Unfortunately there is no...
I can now successfully use `$this->getMailerMessages();` when I add the `mailer.mailer` service in my `services_test.xml` like this: ```xml ``` The important line is ``. By default `null` is passed while...
The Shopware Issue Tracker issue https://issues.shopware.com/issues/NEXT-17359 is fixed now. Is this still an issue with v6.4.11.0+?
Thank you for this workaround! BTW my use case would be to have an alias for `dmarc@*` which forwards this for every domain to `[email protected]`. `[email protected]` is the inbox which...
Were the line endings changed or why does the diff show "identical" lines as changed? Edit: Okay, was just fixed :D
There's a `setDeviceDiscoveredListener` to accomplish this.
Just wanted to note that the issue #713 also affects this area. `querySelector` and `querySelectorAll` won't traverse into ShadowDOM elements. I got a workaround for that here: ~~https://github.com/bitwarden/clients/pull/2283#issuecomment-1326273156~~ PR #4119...
Another note: The merged logic for form submission and autofill should probably be based on a shared service which listens for all DOM changes via [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) (also inside ShadowDOM) and...
Was searching for this issue :) Would be great to have the key combo for this configurable. I would tend to use `Ctrl+Enter` instead of the already mentioned `Shift+Enter`. Edit:...