Andrew n marshall
Andrew n marshall
`goog.Timer.defaultTimerObject` defaults to `goog.global`, but `goog.global` is may be (errantly?) assigned the node module (referenced as `this` [here](https://github.com/google/closure-library/blob/master/closure/goog/base.js#L49)) instead of Node's [`global`](https://nodejs.org/api/globals.html#globals_global). The result when code is served through browserify...
Several times I've found myself wanting to move multiple block groups at once when organizing my workspace (perhaps to make room for a new block group). My instinctive action is...
Update npm dev scripts to always use `-p PORT` for dev and production run scripts. Uses the `${PORT:-3000}` to fallback to using Next.js's standard 3000 port number when the environment...
Viewing project issues on a mobile device: 1. Filter issues using a search string. Note the issues returned (count, etc). 2. Filter the issues again with a modified search string....