Hongchao Deng

Results 37 issues of Hongchao Deng

We need to create a roadmap to involve community members and contributors into development activities in clear direction.

help wanted
Discussion

Currently, writing a Configuration yaml requires filling in all parameters one by one. It would be convenient if we can load the parameter values from data sources automatically. For example,...

A formal spec needs conformance tests to ensure consistency and cross-platform portability. Conformance tests is one of the important tooling we need to build in the community. Ideally, we would...

As discussed in https://github.com/microsoft/hydra-spec/pull/44#issuecomment-521772248, > There would be no type fields for components, traits, or scopes. This has been fixed in traits, but not in `scopes` section in configuration yet.

I was contemplating a solution for https://github.com/microsoft/hydra-spec/pull/125. This is what I come up with and want to discuss: 1. Add a standard trait `ExposedEndpoint`: ```yaml apiVersion: standard.hydra.io/v1alpha1 kind: Trait metadata:...

proposal

As mentioned before, I have been collecting **dependency** use cases from our users and trying to summarize them in an organized and clarified manner. Here's the final work of my...

Discussion

An app usually needs some volume of storage, and the storage could be on host (hostPath) or remote (NAS, EBS). This is usually provided in the app configuration. I would...

Current we have a Component Schema CRD. But when we actually instantiate a component, we would need to expose its status, dependency status here. Additionally, we would need to reference...

[He3](https://he3.app/) is a free developer toolbox that boosts developer productivity. It provides 200 builtin utility tools with more to come. It comes with convenient features like smart search, auto detection,...

If I run the following script, core worker would fail to serialized the RayError and crash (credit to @alexeykudinkin ) ``` from time import sleep import ray ray.init() @ray.remote(num_cpus=1) class...