Jeremy Moseley

Results 6 issues of Jeremy Moseley

* Have a child and a parent workflow. The parent workflow does something interesting while the child is executing * Inside the parent workflow, call `GetChildWorkflowExecution` to obtain the `runID`...

potential-bug

I'm using https scheme and am testing on my Google Pixelbook, which is running Chrome OS v73.0.3683.88. I am unable to get the app to open in response to a...

Changing tab focus causes a gap in the graph. https://user-images.githubusercontent.com/4382100/199757623-de135dcb-ab43-44ab-be6c-6a81aaa364b4.mov

The following code will produce invalid GQL: ``` interface Foo { export enum FooEnums { ONE = 'ONE', TWO = 'TWO', THREE = 'THREE', } export enum BarEnums { ONE...

Currently the following code will error with `Error: Don't know how to handle AnyKeyword nodes`: ```typescript // Foo.ts export interface Foo { prop:any; } // schema.ts import Foo from './foo';...

### Clear and concise description of the problem When running my tests, I see all of the console.* statements from my code. This pollutes the output and makes the test...

p2-to-be-discussed