Bernice Wu
Bernice Wu
> Your changes look good to me, you just missed the tests for the redirect body in `test/res.redirect.js`. Hi, I have updated the test file, could you review it again?...
Hi, I am interested in polishing the documents, can I take this issue?
Hi, I was wondering why we use `isNaN()` to check under the 'string' case in the function `isNumber`. From my understanding, `isNaN` should be under 'number' case.
Hi Jane, I was wondering if you can just change `loading` inside the img tag to lazy mode, so if you do not scroll to that image, the image will...
If I start the backend first, then open up a new terminal for running front end with `npm start`, it will pop up this message. I also encountered this page...
> The backend start logic: > > ``` > http.listen(process.env.PORT || 3001, () => { > console.log(`Listening on port ${process.env.PORT || 3001}`) > }) > ``` > > It uses...
It's been a while, but we, @al6862 @anpanring would like to take over this issue. Could we try it out first based on pull request #3488?