Steven E. Harris
Steven E. Harris
I just ran into this yesterday. I found that by placing a comment on the fist line inside the list, separated by a blank line from the following elements restored...
Oh, I just noticed that [we collect all of these individual errors from unsuccessful checks and join them as strings](https://github.com/biscuit-auth/biscuit-go/blob/61386fc9e1be296472c2cc63f42a87f9b227ae51/authorizer.go#L261-L268), rather than combining the errors via [the `errors.Join` function](https://pkg.go.dev/errors#Join).
I'm willing to attempt to improve this error reporting, while retaining backward compatibility for existing callers—modulo the exact error message text that would result from these check failures. Do you...
At present, we include the block number in the error message, and could continue to do so. What I was asking was whether a caller should be able to use...
Closing this already seems premature while #12880 remains open. Note that at present, [the default sizer for a `queuebatch.Batcher` is "requests"](https://github.com/open-telemetry/opentelemetry-collector/blob/37a3ace6274cc0a721d262c659170b207a2fb722/exporter/exporterhelper/internal/queuebatch/batcher.go#L58-L59), and [the `queuebatch.BatchConfig` validates that a populated "sizer" configuration...
Is it possible to exclude a path in an external dependency? My project depends on [_kubernetes-sigs/controller-runtime_](https://github.com/kubernetes-sigs/controller-runtime/), which has test files _pkg/webhook/conversion/testdata/main.go_ and _pkg/webhook/conversion/conversion_test.go_ that import several packages that don't exist....
Adding the `build_extra_args` parameter as you suggested worked! There ends a dogged pursuit that I confess must have consumed about four hours of my life. Thank you so much.
This is vaguely similar in symptom—if not cause—to #7070.
> @seh any interest in contributing a PR for this? Yes, though it would help to have an example that shows similar precedent, in order to help get started and...
I expect that you're correct here, as, by analogy—or maybe prior art—Honeycomb's _Refinery_ servers coordinate "ownership" of traces by tracking the peer count and identity via Redis. Without coordination like...