Craig Andrews

Results 125 issues of Craig Andrews

Add a environment variable, `DROP_CONSOLE`, to specify if console function calls should be dropped in the production build. Supersedes https://github.com/facebook/create-react-app/pull/9221/

CLA Signed
tag: new feature

## Fixes Issue # Shells express exit codes in the range of 0-255. Anything outside of that range is brought into that range by modding it 256. For example: -1...

cli

**Describe the bug** In SARIF report output, the "ruleId" for NPM findings is just a number. That make it hard to understand what database to look that number up in,...

enhancement

More and more systems are requiring RSA certificates to be of at least 2048 bit strength. For example, [RHEL 8 and Fedora require 2048 bit or greater strength in their...

Could you please publish these libraries to NPM? Having PocketSphinx.js and recognizer.js in NPM would make them easier to use and keep up to date. Thanks!

enhancement
question

**Describe the bug** As of [`unist-util-visit` version 3.0.0](https://github.com/syntax-tree/unist-util-visit/releases/tag/3.0.0), ESM must be used. When using `mdx-mermaid` version 1.1.1 (the current latest release) with `unist-util-visit` version 4.1.0 (the current latest release), the...

Encrypted SNI is on the standards track and is already being deployed by big players. Draft RFC: https://tools.ietf.org/html/draft-ietf-tls-esni Championed by the EFF: https://www.eff.org/deeplinks/2018/09/esni-privacy-protecting-upgrade-https Deployed by Cloudflare: https://blog.cloudflare.com/esni/ Cloudflare's technical details...

##### Summary netdata.service: Update PIDFile to avoid systemd legacy path warning Resolves warning logged by systemd: systemd[1]: /lib/systemd/system/netdata.service:14: PIDFile= references a path below legacy directory /var/run/, updating /var/run/netdata/netdata.pid → /run/netdata/netdata.pid;...

area/packaging

It would be really nice if hvac could publish [PEP 561](https://www.python.org/dev/peps/pep-0561/) type information allowing users of hvac to use [mypy](https://github.com/python/mypy) to type check their code. Thank you!