Jesse Szwedko

Results 140 issues of Jesse Szwedko

Maybe integrate with `show`?

enhancement

### 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...

area/v2
status/confirmed
kind/maintenance

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 |...

enhancement
dynamic-linking
A-glibc

### 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...

type: bug
source: kubernetes_logs
platform: kubernetes

Includes issues from: https://github.com/vectordotdev/vector/milestone/92 TODO: - [ ] Pick https://github.com/vectordotdev/vector/pull/13655

domain: sinks
domain: releasing
domain: codecs
domain: external docs
ci-condition: k8s e2e all targets
domain: vrl
ci-condition: k8s e2e tests enable
ci-condition: integration tests enable

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...

platform: ubuntu
domain: platforms
platform: amazon-linux
domain: releasing

@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...

domain: topology
type: task
have: must
domain: reliability

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...

domain: sources
domain: external docs