Haishi2016
Haishi2016
We need to supply a gRPC middleware sample. This should be an existing Go middleware wrapped under Dapr interface.
(It's been mentioned during other discussions but I want to put up a separate proposal for it) # Overview Conceptually, ApplicationConfiguration serves for several purposes - it describes application topology,...
As OAM matures, its complexity increases. As OAM is designed to separate operation concerns from developers, there’s a need to provide a developer-focused modeling language on top of the OAM...
It's desirable that OAM provides native support for describing secrets such as passwords and certificates.
A few project requires describing placement constraints, such as affinity and exclusiveness. I assume these will be described by a trait? Should this be a standard or core trait as...
### Summary Can you please provide docs on how did you compile simple.rs into simple.wasm? I usually use cargo build but this is a single-file sample.
I've tried both fasthttp.ListenAndServe("0.0.0.0:") and fasthttp.ListenAndServe(":") on Windows 11. In both cases, the web server can be accessed from the same PC, through either "localhost" or ip address. However, the...