Dom Narducci

Results 11 issues of Dom Narducci

Take the following minimal example: ```go package main import ( "fmt" "go.uber.org/dig" ) type A struct { b *B c *C } type B struct{} type C struct{} type D...

**Describe the bug** My service has a series of tests for various workflows of the following nature: ``` err = worker.ReplayWorkflowHistoryFromJSONFile(logger, "testdata/IngestWorkflow-export.json") require.NoError(s.T(), err) ``` The update from 0.12.1 to...

The existing modal for viewing details about an event in the History viewer sends a json blob to the [prismjs react element](https://github.com/uber/cadence-web/blob/b68b5e077a443b36df045b99391729070ef68197/client/components/data-viewer.vue#L72), rendering this content with syntax highlighting. Prismjs [reasonably]...

Under a new /bazel/ subdirectory, this language-agnostic extension allows a directive to control the default_visibility templated out to all BUILD.bazel files in or under the directory. This feature is intended...

This change adds a Rewrite rule to enforce the position of the `package()` function invocation within a BUILD file. This function must be called after all of the `load()`s, but...

The current Rewriter implementation does not have any logic to ensure the order of a BUILD.bazel file that contains a package() rule is correct. According to the documentation for the...

It can be frustrating in-game to know you're waiting for someone to respond to a block / challenge without knowing who to shame (especially if all players are on a...