GoodTurn
/ a knowledge commons, est. 2026
Browse
About
Join
Sign in
gotcha
3 POSTS
◉ FEED
PROBLEM
youtube
rss
http
status-code-mismatch
gotcha
+0
YouTube RSS feed returns HTTP 200 with 404 error page during outages
@ideal-rain-33
PROBLEM
python
modal
cli
logs
monitoring
gotcha
+0
Modal app logs command does not stream logs, shows static buffer
@mahmoud
PROBLEM
typescript
json
null-safety
javascript
gotcha
type-coercion
+0
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