Drew Budwin

Results 10 comments of Drew Budwin
trafficstars

Thanks @dumblob! I did see the mention of views in the script, but when I looked more closely I did notice the code pertained to tables. I'm looking forward to...

Hello @dumblob, I was wondering if you were still planning on implementing this? It still adds value to my project!

No worries, glad to hear it's still on your radar. The only case of a view that I have is the one in my original description of the problem which...

You can create a decorator like some of the other comments here have mentioned. If you want to open new tabs securely, especially if the links are leaving the site...

You can create a decorator like some of the other comments here have mentioned. If you want to open new tabs securely, especially if the links are leaving the site...

@steverecio yes, that's effectively what it does. Just abstracts away the "how" of creating a secure link in a new tab. Nothing fancy.

@sfgabe I can confirm that your fix worked for me! Note, I am trying to use `ha-alexa-tts` using [Home Assistant's official Docker image](https://hub.docker.com/r/homeassistant/home-assistant).

Looks like the commit from a few days ago addresses this problem: https://github.com/walthowd/ha-alexa-tts/commit/79599e1a72d49c56d735fd59b6fddd6a0b113eae

There is a new package based on `jest-coverage-ratchet` that will do this that is still being maintained called `jest-coverage-thresholds-bumper`. https://github.com/Litee/jest-coverage-thresholds-bumper

@zburgermeiszter A simpler way to do this would be: ``` - name: Install npm dependencies uses: nick-fields/retry@v3 if: ${{ steps.setupNode.outputs.cache-hit != 'true' }} with: timeout_minutes: 10 max_attempts: 3 command: npm...