Matt Cowley
Matt Cowley
> When I issue node cli.js display-image -a 11:75:58:78:D4:DA -f exp.gif it takes about 10 seconds to load and display the image. Yeah the sounds reasonable, and is a similar...
One option might be to update the code to forcibly call process.exit() once it has run the logic, just in case something in the background is closing properly. My late...
Given that cloudworker is now abandonware, using https://miniflare.dev/recipes/ava.html is likely a better bet here.
Started work on this in https://github.com/MattIPv4/DNS-over-Discord/tree/testing -- will likely implement the patterns needed for testing & add basic tests for http routes, but create a follow-up issue for testing the...
We can name it the same thing -- the Python version we're going to add shortly also uses the same CLI command name.
Blocked by #16 (and/or #17)
As part of this, we should add an `.nvmrc` file to the javascript directory, which can be used in the workflow to se the node version. See https://github.com/MattIPv4/do_username/blob/master/.github/workflows/ruby-ci.yml (and https://github.com/do-community/bandwidth-tool/blob/master/.github/workflows/do-spaces-workflow.yml#L12-L19)
Yes -> http://www.blink-fm.co.uk/ In CSS ``` ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-track { background-color: #F2F1EF; } ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #81CFE0; } ```
Would still love to see this implemented, esp. given the related work linked above that goes in a similar direction 💙
👀 Updated the title/desc to capture suppressing all warning types, not just deprecations 👍