悟空
悟空
#### What this PR does / why we need it: #### Which issue(s) this PR fixes: - Fixes #your-issue_number - [Erda Cloud Issue Link](paste your link here) #### Specified Reviewers:...
#### What this PR does / why we need it: feat: support custom http code you can define method that reference github.com/erda-project/erda-infra/proto-go/http.HttpInfo in your proto message: ```proto import "infra/http/infra-http.proto"; service...
There is no User Defined Function in vertica-python. It'd like `conn.create_function(... ...)` in SQLite3.
## Why do you need it? Is your feature request related to a problem? Please describe in details 我有如下的路由 ```json [{ "match": { "PathSpecifier": { "Prefix": "/web/" } }, "Action":...
```go func TestPip4(t *testing.T) { rectangle := pip.Polygon{ Points: []pip.Point{ pip.Point{X: 0.0, Y: 0.0}, pip.Point{X: 0.0, Y: 1.0}, pip.Point{X: 1.0, Y: 1.0}, pip.Point{X: 1.0, Y: 0.0}, }, } pt2 :=...
checkbox doesn't fire `.on_click_stop` in example https://github.com/lapce/floem/blob/0b299f7b578409f32e5a27b9f31e6eca889cc2da/examples/widget-gallery/src/lists.rs#L64-L69