Eric McBride
Eric McBride
Add an `--all-namespaces` option to tail all pods across all namespaces
support more the one json key
We need to update the informer to see if a label or such has been added or modified during an edit, so we can pull it into the log streaming...
https://rust-lang.github.io/async-book/07_workarounds/03_err_in_async_blocks.html We need to handle errors correctly in async blocks. My quick pass on it i was getting `Box can not be sent between threads safely` Will need to spend...
- My first shot at messing with Syn + Quote + Proc Macros in general - Added the default_with macro, from #245 - Added tests to cover new macro -...
I have the current snippet in my BUILD file. ``` crates_vendor( name = "some_vendor", manifests = [":Cargo.toml"], mode = "local", render_config = render_config( regen_command = "run bazel //vi:some_vendor", default_package_name =...
- addresses https://github.com/bazelbuild/rules_rust/issues/1950 - This is a WIP and i want more input before I continue. This takes care of the `cfg_expr` use case of the `Flag` predicate. AKA `cfg(tokio_unstable)`...
Noticed there is no way to "bootstrap" the new cargo features (extensions) in MODULE.bazel like you can for crates_universe. Currently you have to test the extension by using `CARGO_BAZEL_GENERATOR_URL` and...
- Add Cargo Credentials to the Module.bazel `from_cargo` and vendor calls. - Currently private crates repositories cannot pull from repos by default. You have to set `CARGO_BAZEL_ISOLATED=false` for it to...