Adam Spiers
Adam Spiers
prettier does not prune directories from the tree when they are ignored by `.prettierignore`. This seems to mean that there is no way to avoid errors from directories which are...
When editing a file, my editor creates temporary lock files as symlinks which contain metadata about when and how the lock was obtained, i.e. the hostname, pid of the editor...
When people request a booking from one of my event pages, I receive emails containing the following:  This is a relatively new issue, probably appearing sometime in the last...
### Issue Summary If a booking is made which needs confirmation, but is not confirmed before the time of the event passes, it cannot be rescheduled. ### Steps to Reproduce...
This is a documentation bug specific to https://hardhat.org/plugins/hardhat-deploy.html - at the top of that plugin's documentation you will see a table of contents. But clicking on many of the items...
For example if I enter `getNamedAccounts` in the search box on https://hardhat.org/, I get no matches:  I assume this is because it is only documented in a third-party plugin:...
This issue is similar, but different to #1544. The latter is requesting the ability to specify which tests `mocha` should run via CLI arguments to `hardhat test` which are glob...
I'm just learning lispy for the first time, after using paredit for a long time, and it's mind-blowingly cool! Furthermore, the [README.md](README.md) and [function reference](http://oremacs.com/lispy/) are both excellent. Having said...
Currently it seems that you cannot have (say) both the `lispy` and `paredit` themes activated at the same time when setting `lispy-key-theme` via the Custom variable interface, because it's defined...
I see the `lispy-key-theme` custom variable allows for different key binding themes, but this is not mentioned in the README (or function reference), and its docstring is extremely terse. Would...