Jesse Szwedko
Jesse Szwedko
### What happened? It seems like errors (and panics) in a field resolver are ignored if the type is being returned as part of a subscription. Instead, it simply returns...
### What happened? Errors occurring in packaged scalars like `Int` return unstructured `error`s making them difficult to identify in an [error presenter](https://gqlgen.com/reference/errors/#the-error-presenter). See https://github.com/99designs/gqlgen/blob/414a4d3414b2b5856851816f0152980098f7b3ab/graphql/int.go#L16-L29 for example. In our case, we...
Currently, there is a lot of duplication between the `App` and `Command` code paths. We should take the opportunity to clean this up for the next `v2` release. My thoughts...
Similar to https://github.com/rust-embedded/cross/pull/501, I'm wondering how difficult it'd be to also lower the requirement for aarch64-unknown-linux-gnu to 2.17. Notably I think the table entry is out-of-date: aarch64-unknown-linux-gnu | 2.19 |...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
Includes issues from: https://github.com/vectordotdev/vector/milestone/92 TODO: - [ ] Pick https://github.com/vectordotdev/vector/pull/13655
The newer cross images build on Ubuntu 16.04 which ends up linking against a newer libc and libc++ than is available on ubuntu:14.04, centos:7, amazonlinux:1. We dropped the release tests...
@lukesteensen and I briefly talked about this, but I wanted to make sure I got it written down somewhere. He can probably add more detail as I think he had...
Previously, the `exec` source would abort whenever Vector was shutting down but this is unexpected behavior. The expected behavior is that the `exec` source will wait for its subprocess to...