Stephen Wakely
Stephen Wakely
> So send a pull-request to my branch, and I will update that and it will move it forward, alternatively create a new branch and I can defer to that...
> The question is, do we really need this feature? What's wrong with a wrapper and/or shell environment like direnv or dotenv as already mentioned. The thing that really grabbed...
With Rust you have a variable `CARGO_TARGET_DIR` which is where Cargo puts all the build artifacts. Often you want to be running `cargo build` or `cargo test` on the command...
> easily I wouldn't exactly say easily. Obviously it's not utterly impossible, but it is an extra layer of friction that breaks the flow of concentration. My setup is not...
> Hey @StephenWakely, Can we do both? Templatable namespacing sounds really interesting but I am in the process of deploying vector at the moment and I need this feature with...
@ChocPanda We have this CI error now: > File "changelog.d/19183_chronicle_namespace_support.enhancement.md" contains trailing spaces in some of the lines Our CI can be annoying sometimes, not gonna lie!
Hi, the integration test failure is not an issue and can be ignored. The [other failure](https://github.com/vectordotdev/vector/actions/runs/7987827217/job/21812455406?pr=19398) is because our documentation is now out of sync. Can you run `make generate-component-docs`...
@ChocPanda We are getting some CI failures. - `src/sinks/gcp/chronicle_unstructured.rs` needs to be run through `rustfmt` so it is properly formatted. - The integration tests are failing with: ``` thread 'sinks::gcp::chronicle_unstructured::integration_tests::publish_events'...
I have also had this for a while. Arch Linux, KDE plasma. This is what I have in my `.tmux.conf`: ``` # Use vim keybindings in copy mode set-window-option -g...
I am unable to reproduce this issue. I'm using `centos7` docker images, with self signed certificates. I get no errors. @gsalisbury perhaps you could indicate how you are generating your...