Paul Cody

Results 76 issues of Paul Cody

Would be nice to automatically colorize (or have a unique shape for) pods based on their name (in addition to their status. Happy to attempt a PR if interested.

I find that phantomjs renders closure_js_test rather limited in terms of web apis, it's hard to use, and the error messages aren't very good. Is there any appetite for replacing...

I'm trying to compile a generated javascript protobuf file, and getting this error that I'm trying to suppress: ``` bazel-out/k8-fastbuild/bin/external/com_github_stackb_grpc_js/js/pb/pb.i.js:2076: ERROR - Duplicate namespace: jspb.Message goog.provide("jspb.Message"); ^ Codes: JSC_DUPLICATE_NAMESPACE ```...

In some generated code, seems that this supression code is not being honored. Any pointers to debug/fix? ``` JSC_MISSING_JSDOC, CR_SUPERFLUOUS_SUPPRESS ProTip: "CR_SUPERFLUOUS_SUPPRESS" or "superfluousSuppress" can be added to the `suppress`...

Create a logo for rules_closure.

enhancement

Similarly, how to suppress errors like these? ``` external/closure_library/closure/goog/ui/keyboardshortcuthandler.js:912: ERROR - goog.object.isEmpty expects an object, not an array. Did you mean to use goog.array? if (goog.object.isEmpty(node.next)) { ^ ProTip: "JSC_ARRAY_PASSED_TO_GOOG_OBJECT"...

bug
P1

Fixes #596 In conjuction with https://github.com/stephenh/ts-poet/pull/28/files

Currently, a proto import such as `import google/protobuf/empty.proto` generates an import statement like: ```ts import { Empty } from "../../../../../google/protobuf/empty"; ``` This assumes the file layout has `../../../../../google/protobuf/empty.ts` in the...

**What type of PR is this?** > Bug fix / Improvement **What package or component does this PR mostly affect?** > language/proto **Which issues(s) does this PR fix?** Fixes #1306...