rightaway
rightaway
If anyone knows how to package this for the official package repos in various distros like archlinux, that would help adoption of strictyaml by other projects like tmuxp that are...
### What problem does this feature solve? `caseSensitive` and `pathToRegexpOptions` are set on each of the routes individually, which is redundant and not clean especially when working a very large...
### Environment 1. `node -v`: [9.5.0] 2. `npm -v`: [yarn 1.3.2] Using version 2.6.0 of the extension. 4. Operating system: [linux] ### Steps to Reproduce Try to toggle code coverage...
When `start_directory` is set on all of session, window, and pane, it doesn't work as expected. It should concatenate directories for session + window + pane, inheriting from the parent...
I'd like to have multiple configs in a single file, rather than having to spread them across multiple files. If a yaml file contains an array of objects, then tmuxp...
Errors that come from postgres queries are wrapped in `pg.DatabaseError`, so we can do `instanceof` checks. And they have the standard postgres metadata like `code` that comes from the postgres...
Can you generate the default config file as part of the distribution so packagers can place it on the file system when it's installed like it happens for most applications?...
Error messages like `Socks4 Proxy rejected incoming bound connection - Failed` could change and are concatenated from 2 different parts sometimes like `ERRORS.Socks4ProxyRejectedIncomingBoundConnection` and `Socks4Response[data[1]]` https://github.com/JoshGlazebrook/socks/blob/6c777c229cf37aaf81ca82c9e06c0de2faead332/src/client/socksclient.ts#L566 To do error handling...
#### How can we help? This value `['first item', 1, 2, 3, 'last item']` for the following schema fails but it should pass. The schema requires 'first item' followed by...
#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): yes #### How can we help? ```js resultObject...