Elliot Metsger

Results 15 issues of Elliot Metsger

### Description `docker:start` fails with: ``` [ERROR] DOCKER> I/O Error [Unable to retrieve container name for [elasticsearch] : Premature end of chunk coded message body: closing chunk expected] ``` on...

Let's say you had a simple model of a `Book`: made up of `Chapter`s and `Page`s. An example `chapter` might look like the following, with a relationship to its pages:...

### Summary In RelationshipResolver, the method `isCollection(JsonNode)` is used _a priori_ to determine whether or not a relationship link will return an array or an object. This cannot be done...

Using a ResolutionStrategy#REF allows the developer to record a string reference to the target of a relationship instead of resolving the relationship. Proposed approach for addressing issue #31

Work so far addressing issue #33. Do you have any feedback on the approach? I plan to write some more javadocs and tests. Adds: - ResourceList: which models a collection...

The current behavior of the JSON-API Converter when resolving relationships is to resolve them eagerly, and recursively. If you have a model that represents a hierarchy of objects that is...

**Client** Simple unit test trying to obtain an IDTokenProvider **Environment** Goland **Go Environment** $ go version ``` go version go1.21.0 darwin/arm64 ``` $ go env ``` GO111MODULE='on' GOARCH='arm64' GOBIN='' GOCACHE='/Users/esm/Library/Caches/go-build'...

type: bug
priority: p2

## Expected Behavior I expect the test environment to have parity with the production runtime environment. When a workflow receives a cancellation request whilst a non-heartbeating activity is executing, I...

potential-bug

#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [X]...

Issue: Bug