Results 2 issues of Nooop3

### Problem description `@grpc/grpc-js` throw 'Received RST_STREAM with code 0' with retry enabled ### Reproduction steps - Start an example `HelloWorld` Golang `grpc` server in Kubernetes and enable the istio...

package: @grpc/grpc-js

This library cannot parse successfully if the environment variables contain a slash and have nested values. For example: ```rust use config::Config; use serde::Deserialize; #[derive(Debug, Deserialize, PartialEq)] struct ChildValue { v:...