-
It'd be nice if parallelshell has a shortcut for running npm scripts, something like:
``` bash
parallelshell 'npm run build' # old style
parallelshell -n 'build' # shorthand style
```
We could also …
-
Hi there,
### What happened?
I have my `.graphql` files organised into sub-directories, eg `company`, `user` etc
```
server/schema/
company/
company.queries.graphql
co…
-
There is no way for someone to create permissions to access all queues in an account without using key based auth. Query param auth now requires you to create a query param auth signature with a part…
-
### What feature or new tool do you think should be added to DevToys?
Similar to that of the Regex Tester, it would be useful to have a glob tester too.
### Why do you think this is needed?
It's co…
-
Assuming an org-roam directory with subdirectories, such as the following:
```
org-roam-dir/
├── a.org
├── b.org
└── private/
├── c.org
└── d.org
```
It looks like `org-roam--list…
-
By the ``opener`` parameter, our ``MySQLConfiguration`` class allows to parse the MySQL configuration on a remote system. But then, the ``!includedir`` directive is handled incorrectly: If we encounte…
-
The results of the `capture` method have changed from major version 3 to 4.
``` js
const mm = require('micromatch')
const pattern = 'foo/{1..3}'
const string = 'foo/2'
console.log( mm.captur…
-
Here's the output of `needrestart -v |& head` on Arch Linux:
```
[main] eval /etc/needrestart/needrestart.conf
[main] needrestart v3.6
[main] running in user mode
[Core] Using UI 'NeedRestart::…
-
-
**Describe the bug**
Quoting stale issue https://github.com/htmlhint/HTMLHint/issues/222
> While there is an option called --ignore it does not seem to have the desired effect. No matter which path…