Paul Scott

Results 9 issues of Paul Scott

Happened to spot this when having a play around: https://github.com/anywhichway/joqular/blob/c0c90b117d167f1f2f80b857a6fcf1a328c25fbf/index.js#L638-L641 It overrides the more useful looking definition at: https://github.com/anywhichway/joqular/blob/c0c90b117d167f1f2f80b857a6fcf1a328c25fbf/index.js#L606-L611

In the following snippet we provide a bad timestamp "bad" into the BadUnmarshalContent field: ```go package main import ( "fmt" "time" jsoniter "github.com/json-iterator/go" ) func main() { var json =...

The test rejects any package name containing a period because they will error in Sublime Text 3 if they define python modules. When the packages are compiled into sublime-package bundles...

non-package

**Client** BigTable/bttest **Environment** All **Go Environment** All **Expected behavior** An RPC error indicating the argument must be greater than zero. **Actual behavior** bttest server panics.

type: bug
api: bigtable
priority: p3

When run as `go-test-trace ...` without `-stdin`, we now create spans for each package and the test spans have been moved to be children of them. Subtests are similarly attached...

If I open a PR from `icio/feature-test` to experiment with some changes for the target branch `icio/feature` then TBR shouldn't create a follow-up issue when I merge it without review....

StdHandler/retHandler would previously emit one log line for each request. If there were multiple StdHandler in the chain, there would be one log line per instance of retHandler. With this...

I started building out some tab completion for the `tailscale` CLI based on v3 in https://github.com/tailscale/tailscale/pull/11336. As mentioned, it's using the shell scripts that Cobra uses, so the implementation style...