Alexis Tyler
Alexis Tyler
There needs to be a page/section in the web ui where you can see the rules parsed into nice html elements. Similar to how the actioned events page maybe?
I'd be great to allow both filtering by a string/regex and enabling the types of messages being output for example. It'd be nice to enable/disable `Reddit API Stats: Initial 582...
Instead of showing the full link at the end of the log maybe `[COM ID]` could link to it?
@eduardoboucas can you please close this once the Chrome version is out. Adding this issue so people can subscribe.
Is it possible to use the `authorized_keys` file from the current user instead of having a seperate on inside of the config dir? For example `~/.ssh/authorized_keys`
**What happened**: ``` Entry file "" not found! ``` **What you expected to happen**: ``` Error: Entry file "./dist/cli.js" not found! ``` **How to reproduce it (as minimally and precisely...
**What would you like to be added**: I'd like to see the latest versions of ubuntu/node that GitHub Actions uses supported with here. **Why is this needed**: This way nexe...
**What would you like to be added**: Pass `-j${n}` to `make` with n being the amount of cores. Currently I pass this in via the `make` flag. ```bash --make="-j$(nproc 2>...
**What happened**: `EACCES` error was thrown. **What you expected to happen**: No error. **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: Running...
## Description Added a new dep while watch mode was idle and it threw an error. From then on Ava refused to run any test. ### Test Source N/A ###...