- SΓ£o Paulo - Brazil
- https://erickwendel.com
- @erickwendel_
Highlights
Block or Report
Block or report ErickWendel
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePinned
-
DuckHunt-JS Public
Forked from MattSurabian/DuckHunt-JS
(fork) DuckHunt 4.0 ported to JS and HTML5 + Mobile Device control via Gyroscope in the browser
-
A complete application tutorial to show how to implement the Web Socket protocol using only Node.js builtin modules
-
-
semana-javascript-expert05 Public
JS Expert 5.0 Week classes - Google Drive Clone
-
719 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 14 commits in 3 repositories
Created 2 repositories
- ErickWendel/webstreams-nodejs-and-browser-tutorial JavaScript
- ErickWendel/code-coverage-from-scratch JavaScript
Created a pull request in nodejs/node that received 12 comments
stream: fix readable stream as async iterator function
Since v19.2 it's not possible to use Readable streams as async iterators (confirmed bug). This patch fixes the problem by loading the 'stream' moduβ¦
Opened 1 other pull request in 1 repository
ErickWendel/meme-maker
1
merged
Created an issue in nodejs/node that received 6 comments
stream: using an async iterator on a pipeline works on v18 but in v19 needs Readable.from(asyncItFn)
Version
19.3
Platform
darwin
Subsystem
No response
What steps will reproduce the bug?
The code below works on v18.13.0 but crashes on v19.3.0
import {





