Dan Bornstein

Results 18 issues of Dan Bornstein

* Example code: ```javascript const chalk = require('chalk'); const ansiHtml = require('ansi-html'); const inspect = require('util').inspect; chalk.enabled = true; chalk.level = 3; const c = chalk.hex('#405060')('Hello'); const h = ansiHtml(c);...

enhancement

When one has a `config.cson` that specifies per-type indentation, my expectation would be that the config settings are the default for new files and are responsible for the tab width...

### Describe the bug When passing JSON arguments via `--cli-input-json`, `aws ec2 create-security-group` seems to ignore the values `GroupName` and `Description`. ### Expected Behavior ``` $ aws ec2 create-security-group --region=us-west-2...

bug
ec2
p3

### Version v21.4.0 ### Platform Darwin chug.lan 22.6.0 Darwin Kernel Version 22.6.0: Tue Nov 7 21:42:27 PST 2023; root:xnu-8796.141.3.702.9~2/RELEASE_ARM64_T8103 arm64 ### Subsystem fs ### What steps will reproduce the bug?...

fs

### Docs page(s) https://eslint.org/docs/latest/rules/#deprecated ### What documentation issue do you want to solve? In the "deprecated rules" section, the ESLint docs _sometimes_ indicate what a deprecated rule is replaced by....

documentation
accepted

It looks like the parser has trouble with herestrings that come after a redirect of stdout. For example, a parse of the following indicates an error on the here-string token...

As in: https://gist.github.com/anonymous/95de74cfda01836e6635

security

E.g.: ``` var sto = this/*hrm*/['set'+'Timeout']; ``` as part of this level 20 solution: https://gist.github.com/anonymous/07b0a167716daf122813

security

Not sure what caused this, but I figured I'd at least drop a note here in case it helps… I just saw my server die with this exception: ``` "message":...

### Thanks in advance for your bug report! - [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [X] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...

bug