Viewing profile — patdx
patdx
HN member- Joined
- Wed, Feb 24, 2021, 7:07 AM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About patdx
No profile information was provided.
Recent public activity
-
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…
-
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). …
-
comment
Comment #34890015
[dead]
-
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…