Michael Telgkamp

Results 9 comments of Michael Telgkamp

In our case we use ``` "name": "guzzlehttp/psr7", "version": "1.7.0", ``` so it does not seem to be related to guzzlehttp/psr7 v2.0.0

It does not need to be a recent change, as the problem was most likely introduced with an upgrade from an old Neos version (I think 4,x) to 7.1 /...

As far as I understand a valid URI does not need to have a / between the authority and the fragment, so `https://www.acme.com#anchor` is a valid URI. [RFC7230, Section 5.3.1](https://www.rfc-editor.org/rfc/rfc7230#section-5.3.1)...

This is in some extend related to #1605 which promotes some kind of "info" or "warning" status option and the possibility to push changes in the message to the log...

I think this is a duplicate of #459

You need to dearmour the key ``` curl -fsSL https://apt.fury.io/drud/gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/ddev.gpg > /dev/null echo "deb [signed-by=/etc/apt/trusted.gpg.d/ddev.gpg] https://apt.fury.io/drud/ * *" | sudo tee /etc/apt/sources.list.d/ddev.list ```...

This issue (replaced `+` signs) should have been solved with https://github.com/TYPO3-Solr/ext-solr/pull/2806, due to a change from `urldecode` to `rawurldecode` in `Classes/Query/Modifier/Faceting.php`. I cannot reproduce it with the current version of...

Thank you very much for the improvements! I tested the CCA Electron application using the master branch and it works for me under linux! :tada: Thank you very much! Despite...

Please remove the last line in browser-polyfill.js to prevent this warning. [axe-firefox-devtools_issues_57.patch.txt](https://github.com/dequelabs/axe-firefox-devtools/files/1774142/axe-firefox-devtools_issues_57.patch.txt)