Richard Gibson

Results 243 issues of Richard Gibson

* Clarify explanatory notes. * Extract shared steps from slightly-different branches.

* Move note content describing special cases into the introductory \. * Rename _limit_ to _substringLimit_ to indicate that it does not apply to the count of splits (as in...

editorial change

* Rename StringGetOwnProperty to StringGetIndexPropertyDescriptor * Rename IsValidIntegerIndex to IntegerIndexedElementExists * Introduce IsIntegerIndexInRange to support both

editorial change

We should strive to make algorithm steps maximally deterministic, and in particular should avoid interdependent assignment where possible.

Line breaks in list items contents are preserved in output, but the indenting white space following them should be stripped. This will improve the rendering sought by https://github.com/tc39/ecmarkup/pull/513 . **Exaggerated...

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? [server/config/toml.go](https://github.com/cosmos/cosmos-sdk/blob/main/server/config/toml.go) includes contents that are similar to those of [server/config/config.go](https://github.com/cosmos/cosmos-sdk/blob/main/server/config/config.go), but...

When the `askPermission` prompt goes unanswered for too long, a negative answer is [implied](https://github.com/yeoman/insight/blob/cca7b5902cda58970a69b7825cea2c62cc79917d/lib/index.js#L131) so processing can continue. But that result is treated identically to an explicit "no", in particular...

enhancement
help wanted

Excluding spaces from inside expression parentheses, especially in [loop-statement assignments](https://github.com/jquery/jquery/blob/31b63fc23674ede657f019783ad7b942bb83f9c3/src/attributes/classes.js#L120), has historically been common in jQuery—and used intentionally to visually distinguish _expression_ parentheses from _statement_ parentheses—but was prohibited by https://github.com/jscs-dev/node-jscs/commit/0f78baf08fba75aeba4575608aaa08c384875701...

Cf. jquery/jquery/issues/2880 This issue should close when one of the following two conditions are satisfied: - Someone adds a comment certifying that they have examined all unit tests and found...

help wanted