Yi

Results 8 issues of Yi

Werkzeug offers many useful methods, it would be much easier if it supported ASGI than if we started from scratch.

ASGI

Like consul [catalog sync](https://www.consul.io/docs/k8s/service-sync)

Django ORM field can have a choice argument to validate data. ```python from django.db import models class Student(models.Model): FRESHMAN = 'FR' SOPHOMORE = 'SO' JUNIOR = 'JR' SENIOR = 'SR'...

**Describe the feature request** Current [StringMatch match_type](https://github.com/istio/api/blob/master/networking/v1beta1/virtual_service.proto#L1471) only supoort exact/prefix/regex, [envoy support more match type](https://github.com/envoyproxy/go-control-plane/blob/master/envoy/config/route/v3/route_components.pb.go#L2921). Add range match or suffix match in match_type maybe a good idea. **Describe alternatives you've...

Has any plans for supporting Delta xds?

enhancement

For the document, `Open a BUILD file—we'd recommend using (or creating) //BUILD—and add something like:` ```bazel load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands") refresh_compile_commands( name = "refresh_compile_commands", # Specify the targets of interest. # For...

fix #33 Our coverage generation relies on the directory `external/hessian2-codec/bazel/coverage/collect_cc_coverage.sh` where collect_cc_coverage.sh is located. After updating the bazel version, I found the directory `external/hessian2-codec/bazel/coverage/collect_cc_coverage.sh` not exists, the hessian2-codec self is...

After [bazel build system change to module](https://github.com/alibaba/hessian2-codec/pull/30), tThe existing test coverage script has become failed.