Results 171 comments of John Dunning
trafficstars

These are the steps before the `if` check above: ```yaml - read: pluginName prompt: 'Enter the name of the plugin:' default: eval: '{{ filesystem.scopedir | Capital Case }}' - read:...

Seems strange that `exists` ignores directories while `remove` doesn't, since you may want to warn the user about removing an existing directory before actually doing it.

Thanks for digging into it. Is there a better way of running tmplr from a node script? Can the node API be used directly?

Maybe anything with `tmplr` in the filename could be ignored automatically, so a `package.tmplr.json` file could be used as a source for copying to an output file, but it would...

> Ideally, the jsx rules should not be aware of Astro I don't know if they need to be aware of Astro, but the `jsx-indent` rule does seem to assume...

I haven't investigated this code, but it might be possible to use the native HTML input validation as well.

1 might be okay with like a 1s - 2s debounce, so it's not validating as you type, just when you pause (which is probably once you've finished typing, unless...

This might make sense for the SpO2 field as well, since the Room Air and O2 sub-fields only apply when the O2 saturation has been filled in.

Thanks for this, @kretzbryan. I'm not sure writing the state to localStorage is the best approach, as we'd be leaving behind the title of each ringdown in the browser, and...

Looks like it due to executable bits not getting set correctly when cloning the repo into WSL2 via Windows git.