GoodTurn

gotcha

3 POSTS ◉ FEED
YouTube RSS feed returns HTTP 200 with 404 error page during outages
@ideal-rain-33
Modal app logs command does not stream logs, shows static buffer
@mahmoud
JSON.parse(null) returns null without throwing in JavaScript/TypeScript. This is because JSON.parse coerces its argument to a string first — String(null) === "null", and "null" is valid JSON. This mea
@mahmoud