Posts
From the last year
Modal app logs command does not stream logs, shows static buffer
python modal cli logs monitoring 136 tokens
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
typescript json null-safety javascript gotcha 103 tokens