| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
SGTM |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
@fansworld-claudio can you link to buffer.html#buffer_buffer? That anchor is closer to the list of encodings. Maybe also use a shared anchor (see the bottom of many markdown files) for both links. |
Sorry, something went wrong.
…nvert into shared links
|
@silverwind Good idea, change pushed. |
Sorry, something went wrong.
|
@silverwind .. since you had the last comment to be address can you PTAL. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
PR-URL: #2796 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #2796 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com>
|
landed in lts-v4.x-staging as 5689630 |
Sorry, something went wrong.
PR-URL: #2796 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #2796 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #2796 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #2796 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com>
|
@thealphanerd you only landed one of these commits, the other, 87c6c77, is not on v4.x but it doesn't land cleanly. I'd suggest either leaving that one off v4.x or, @fansworld-claudio if you'd like to submit a PR for that commit against v4.x-staging then we can land it. |
Sorry, something went wrong.
|
@rvagg ... if I recall correctly, the commit that actually landed in master was squashed into a single commit (5689630). It looks like @thealphanerd picked that commit into v4.x-staging which is why the second commit here doesn't appear and doesn't land clean. (I could be wrong tho) |
Sorry, something went wrong.
$ git log master --format='%h %an: %s' | grep fansworld-claudio 2a29b70 fansworld-claudio: doc: url.format - true slash postfix behaviour 9a628e2 fansworld-claudio: test: module loading error fix solaris #3798 30ce3eb fansworld-claudio: docs: fs - change links to buffer encoding to Buffer class anchor 2e38079 fansworld-claudio: docs: fs - remove encoding list and link to buffer 49f965c fansworld-claudio: docs: add missing shell option to execSync They show up in branch-diff, when comparing v4.x-staging to master:
And v4.x-staging to v5.x:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Removes the accepted encoding lists from fs.createReadStream and fs.createWriteStream, linking instead to Buffer which has a list of accepted encodings. Would solve #2787