James Ring

Results 6 issues of James Ring

Hi there, I'd like to annotate our Go reviews with the output of [Go Vet](http://golang.org/cmd/vet/). As I understand it, I'd have to provide a new collector implementation that invokes Go...

We've observed new behavior after upgrading our code to TypeScript 5.0. Specifically, TS5.0 emits calls to a new tslib helper function `__setFunctionName`. This in turn calls `Object.defineProperty(x, "name", ...)` on...

Hi there, Our continuous build started failing occasionally with the following error: ``` store_test.go:1111: expected concurrent set to work on key: [65], got: concurrent mutation attempted store_test.go:1111: expected concurrent set...

Previously, the code looking for $MD5$ preambles would always return false, as the '$' characters were quoted as if they were being passed to a regexp library. Splitter.on() did not...