Andrius Grabauskas

Results 4 issues of Andrius Grabauskas

# Issue Code that overflows [here](https://github.com/derive4j/derive4j/blob/master/processor/src/main/java/org/derive4j/processor/DeriveConfigBuilder.java#L219-L226) ``` private Stream deriveConfigs(TypeElement typeElement, Element element, HashSet seenAnnotations) { return element.getAnnotationMirrors().stream().sequential().filter(a -> !seenAnnotations.contains(a)).flatMap(a -> { seenAnnotations.add(a); return concat(deriveConfigs(typeElement, a.getAnnotationType().asElement(), seenAnnotations), annotationConfig(typeElement, a)); });...

Relevant issue: https://github.com/derive4j/derive4j/issues/102

## Description When running VS Code web users will see wrong shortcuts if the remote system is a Linux box while the user is using a Mac. See example: The...

### What happened? Today any tool that has a cyclic schema will fail with the following error: ``` ✕ [API Error: [{ "error": { "code": 400, "message": "Request contains an...

priority/p2
area/agent