BenHarris
BenHarris
@strayguevara the "SVG Support" plugin with the below code in your block works well ``` $svg_url = get_attached_file( block_field( 'icon', false ) ); if (substr($svg_url, -3) == 'svg') { echo...
Hey @kienstra, 1. Yes 2. Yes 3. Not quite sure what you mean Sorry, didn't see that issue. It is the same problem, only I found the root cause!
Hi @kienstra, No problem at all! Have just tested and it worked as expected 👍 great work!
Seems much cleaner than the old approach, but it will not work with roles as `169.254.170.2` is hardcoded into the EcsCredentialProvider
Would implementing an `AWS_CONTAINER_CREDENTIALS_SERVER_URI` environment variable in the EcsCredentialProvider to facilitate overriding the `SERVER_URI` be a possibility? I appreciate this might not be the best place to raise the issue,...
Interested. Mine is an "ieGeek" branded model. The admin interface reports model "f128" and software version "v5.1.8.1807231703", so some way ahead of your patches
Bit of an update. I hooked up the serial connection, but it looks like the mmc utility has now been removed from the latest firmware, unfortunately! Any thoughts which don't...
Works perfectly; thank you very much! Might be worth putting in a pull request?
`autocomplete="off"` doesn't even seem to be preventing chrome from showing the native autocomplete frustratingly.
Is there any ETA on when this might be implemented? And do you have any thoughts on whether it should be implemented by detecting multi-site and only showing the config...