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