Zach Schneider
Zach Schneider
Maybe pretty-printing JSON or by using `Symfony\Component\VarDumper\Dumper\HtmlDumper` for example:  That screenshot is of a somewhat crude implementation that required changes to JS and CSS, although there's probably a more...
Admittedly, I forgot to commit my changes back in May.
The deprecated `async_get_registry` method was removed (https://github.com/home-assistant/core/pull/91928) in HA 2023.5, you need to update the integration to [v0.6.1](https://github.com/travisghansen/hass-pfsense/releases/tag/v0.6.1).
It's in the [readme](https://github.com/mac-zhou/midea-ac-py#how-to-get-configuration-variables)
Also experiencing this issue. I think I've narrowed it down to `Readability.js`, at some point the `dom.baseURI` changes from the correct value to the extension's URL. This also affects relative...
Also having this issue with this extension and MSDN. Prototype fix: 58293542e85a377ca5d9d2a5be87860a56bb04eb (only handles `` elements though).
https://stirlingpdf.io/show-javascript does not have this issue since `js/fetch-utils.js` isn't imported as a module, it is loaded using a regular script tag: ```html document.querySelector('#pdfInfoForm').addEventListener('submit', function(event){ event.preventDefault(); // Fetch the formData const...
Importing [js/fetch-utils.js](https://github.com/Stirling-Tools/Stirling-PDF/blob/8b16ed84d0a631ba1ff3a6dc689c4d7925ed2d0c/src/main/resources/static/js/fetch-utils.js) as a module wouldn't work since it doesn't export the `fetchWithCsrf()` method.