Ryan Tinianov

Results 15 issues of Ryan Tinianov

**Describe the bug** A clear and concise description of what the bug is. A lock is taken by the session on either sending or receiving, but an update in the...

The simplest way I can re-do it is below. It causes a panic [1] ``` package main import ( "fmt" "github.com/mitchellh/mapstructure" ) type Foo struct { B [2][]byte } func...

Last part taken from [this PR](https://github.com/smartcontractkit/chainlink-common/pull/695/files)

Last part taken from [this PR](https://github.com/smartcontractkit/chainlink-common/pull/695/files)

Note: No need to review the generated code in the same package as it's using an existing generator and just replacing a comment. To come in later PRs for the...

Working, need to clean up a lot. Want to add ability to mock and run with mock input / output in another PR.