

1·
6 days agoYou can also just tell GitHub to not do that.
Principal Engineer for Accumulate
You can also just tell GitHub to not do that.
Unless I have an external monitor, keyboard, and mouse, using an external keyboard with a laptop is a shitty experience for me. And if I’m at home and trying to get work done, I’m using my desktop PC.
That’s an artifact of JavaScript, not JSON. The JSON spec states that numbers are a sequence of digits with up to one decimal point. Implementations are not obligated to decode numbers as floating point. Go will happily decode into a 64-bit int, or into an arbitrary precision number.
It’s safe to assume that any non-trivial program written in Go is multithreaded