wieDasDing

Results 25 issues of wieDasDing

* Build schemata with `protoc_rust` in `build.rs` Related to #67. `protoc_rust` is added as a build dependency. It is used to trans-compile `.proto` schemata into Rust source. `build.rs` will put...

Since `protobuf` has removed `MessageStatic` in version `1.6.0`, including `rusty_secrets` as a dependency in `Cargo.toml` now leads to build failure. To reproduce this, create a new Rust project with `cargo...

This PR propose a new way to handle stream files. It is natural to have multiple streams specified in one stream YAML file. For instance, scripts could generate several stream...

Referring to: https://github.com/suharev7/clickhouse-rs/blob/5a98c549489172891d4b9a034a2ec2c6fd86a0b0/src/errors.rs#L98 By tracing the path to generate this error variant, it appears to correspond to the `tokio-timer` error when a `Delay` is registered with the `Runtime` unsuccessfully during...

This PR allows rewriting the name of secrets and configmaps generated from `kustomize` when they are referred by `services.serving.knative.dev`. So far, only `env/valueFrom` is accepting generated secrets and properly rewritten....

cncf-cla: yes
size/S
needs-ok-to-test

In case that `tower_hyper` is enabled on `tower-grpc-build` crate, the client code is still not usable since `impl client::Encodable` is missing, cf. https://github.com/tower-rs/tower-grpc/blob/9ee81e86074601045610b7c347d902de559d6ac1/tower-grpc/src/client/mod.rs#L159

cc @est31 Fix #101867 Fix #101932 #101410 introduced directives to activate storages of bindings in let-else earlier. However, since it is using the machinery of `match` and friends for pattern...

beta-nominated
T-compiler
S-waiting-on-review

Related to #62958 This PR is an attempt to address the async/coroutine size issue by allowing independent def-use/liveness analysis on individual upvars in coroutines. It has appeared to address partially...

T-compiler
S-waiting-on-review

Recall the definition of `LinalgScalar`: https://github.com/rust-ndarray/ndarray/blob/eb82c93f0147df38e061597221ece3627f119a60/src/linalg_traits.rs#L18-L28 However, no algorithm involving `LinalgScalar` requires the scalar to be invertible in the additive group and multiplicative semigroup, in this crate at the very...

### Description This configuration key shall not be a Nix `path`. It does not match the default value either anyway. ### Checklist - [x] Change is backwards compatible. - [...