Results 24 issues of John Dunning

I'm trying to create a package that you can use like `npm create foo` to scaffold a project directory using tmplr. To do this, there needs to be a `bin`...

bug

I tried doing something like this: ```yaml - copy: tmp/README.md to: . ``` But it looks like tmplr was trying to replace the local directory with the file. I'd expect...

enhancement

There are likely to be a number of files in a repo that are used only for scaffolding tmplr, so it would be nice if there was a simple way...

Since chromium gets installed outside of the node_modules directory, special caching may be required.

chore

- enter a ringdown - click Select Hospital - press tab result: the Send Ringdown button is focused. expected: the first radio button in the hospital list should be selected.

bug

I found my old Storybook branch, rebased it on main and got it working. (The issue had been the same annoying eslint config problems, which have since been fixed.) This...

Postgres has a notion of [composite types](https://www.postgresql.org/docs/current/rowtypes.html) that might better model some vitals like blood pressure, which always has two components. Right now, those are independent columns in the database,...

question

There are several places where paths reference files inside of `node_modules`. These paths are brittle, as the packages can change, or the package manager can move things around. The files...

chore

- on Ringdown tab, collapse the Waiting section - click Hospital Info - click Ringdown result: the Waiting section is expanded again. it should stay collapsed until the user opens...

bug

This seems to happen most often after switching back to Safari and a new ringdown comes in, or its status changes. The duplicate header acts like it's a real element,...

bug