Live data from Hacker News

Viewing profile — patdx

patdx

HN member
Joined
Wed, Feb 24, 2021, 7:07 AM UTC
HN karma
4
Public activity
4 items

About patdx

No profile information was provided.

Recent public activity

  1. comment
    Comment #35623307

    The big problem is Express code like the following will either hang the HTTP request forever (--unhandled-rejections=warn), until the client times out and gives up, or crash your w…

  2. comment
    Comment #35069997

    That’s a good point, that example does feel a bit contrived. Interestingly though it is actually “canon” to call setState within the render function (for certain rare situations). …

  3. comment
  4. comment
    Comment #26247527

    Basically yes, though `{` and `}` also start and end expression blocks in JavaScript. So the JS formatter needs to be aware that it is working with a JSON object and not a complete…