Matt Mower
Matt Mower
Windows 10 64bit (Version 1909) node.js 12.16.0 npm 6.13.4 `npm run build` ``` lerna ERR! npm run build exited 2 in '@ampproject/toolbox-linter' lerna ERR! npm run build stdout: > @ampproject/[email protected]...
Based on https://github.com/ampproject/amphtml/issues/27546 , it sounds like absolute, HTTPS URLs should be required for parameter `ampUrlPrefix` used in `DomTransformer.transformHtml()`. In optimizer, - should we remove support for relative hosts? -...
The checks in pull requests seem to no longer be updating after Travis CI runs. Examples: * https://github.com/ampproject/amp-toolbox/pull/677 (travis-ci build [669641764](https://travis-ci.org/github/ampproject/amp-toolbox/builds/669641764)) * https://github.com/ampproject/amp-toolbox/pull/676 (travis-ci build [669638448](https://travis-ci.org/github/ampproject/amp-toolbox/builds/669638448)) Possibly related to [Deprecating...
[I-Blocklist subscirbers](https://www.iblocklist.com/subscribe.php) are allowed to download blocklists more frequently than non-subscribers. It would be nice if there was an options section where username/password information could be entered and utilized for...
- Fix build error introduced by PR #56 - missing closing parentheses - Fix lint errors introduced by PR #56 - if/else braces - Fall back to CWD if sublime...
When using `context.log.error()` in an Azure Function to log a message, the `message` field in Application Insights entries is allowed to contain line breaks. When this `applicationsinsights` package is used...
When `.setAutoCollectConsole(true, true)` is used to capture `console.error()`, `console.warn()`, etc. messages, it would be terrific if the level (`trace`, `debug`, `info`, `warn`, `error`) could be configured. For example, I'd like...
- Add transform for `nullable: true` to include `null` as a possible type for any of the following schema types: `const`, `enum`, `type`. - Log a warning when `const` is...
- New CLI param: `--extended-key-usage ` - When `--extended-key-usage` is defined: 1. Set `[v3_req]extendedKeyUsage` to the provided value in CSR. 1. Store the value in domain conf `Le_ExtKeyUse` for reuse....
It should be possible to generate a CSR with only `extendedKeyUsage=serverAuth`. Currently, acme.sh hard codes `extendedKeyUsage=serverAuth,clientAuth` in the certificate signing request. A use case is certificates with the _CanSignHttpExchanges_ extension....