Uh oh!
There was an error while loading. Please reload this page.
doc: Move @VERSION@ for html docs into gatsby - #283
Closed
isaacs wants to merge 2 commits into
Closed
Conversation
isaacs
commented
Nov 5, 2019
ContributorAuthor
Added second commit to fix the hyperlinks in the manpages. |
| @@ -12,18 +12,16 @@ fs.readFile(src, 'utf8', function (err, data) { | |||
| var fileExt = src.split('.').pop() | |||
Contributor
There was a problem hiding this comment.
we should remove this line too!
isaacsforce-pushed
the
isaacs/move-VERSION-replacement
branch
from
November 5, 2019 18:31
3bab3dc to
8287bf6Compareisaacsforce-pushed
the
isaacs/move-VERSION-replacement
branch
from
November 5, 2019 19:05
8287bf6 to
6757077CompareJah-yee pushed a commit
to Jah-yee/cli
that referenced
this pull request
Apr 16, 2026
* fix: handle array-of-arrays in CSV formatter The CSV formatter assumed all items were JSON objects when collecting column names. APIs that return arrays of arrays (e.g. Sheets values) produced empty newlines instead of data. Add an early return path for non-object arrays that emits each inner array's elements as CSV cells directly, mirroring the table formatter's existing "array of non-objects" handling. Fixesnpm#283 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * test: add coverage for flat scalar CSV formatting --------- Co-authored-by: Dan Rassi <129646+drassi@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.