Gimi Liang

Results 12 issues of Gimi Liang

Steps: 1. run `yaegi` 2. run `import "google.golang.org/grpc"` It then will panic: ```console > import "google.golang.org/grpc" /Users/gimi/workspace/go/src/golang.org/x/net/context/go17.go:15:15: panic panic: reflect.Set: value of type context.Context is not assignable to type uint32...

bug
area/core

Expecte when run `yaegi` in a folder that contains `go.mod`, one can use `import` to import the packages defined in the module in `go.mod`. Currently when I do that, it...

enhancement
area/core

PR checklist: - Did you run ClangFormat ? - Did you separate headers to a different section in existing community code base ? - Did you surround `proton: starts/ends` for...

bug
external stream

**Describe what's wrong** Given an kafka external stream `ex_stream`, running `SELECT * FROM table(ex_stream)` never stops. In fact, it behaves exactly the same as `SELECT * FROM ex_stream`, the `table`...

bug
external stream

**Describe what enhancement you'd like to have** This is a followup of rewview comments on PR https://github.com/timeplus-io/proton/pull/546 about performance enhancements could be achieved by using lower level APIs like `sendData`...

enhancement

**Describe what's wrong** **How to reproduce** **Error message and/or stacktrace** ``` 2023.10.27 18:47:13.047631 [ 8197 ] {} BaseDaemon: ######################################## 2023.10.27 18:47:13.047667 [ 8197 ] {} BaseDaemon: (version 1.3.13, build id:...

bug

**Describe what enhancement you'd like to have** Gvien an kafka external stream called `ex_stream`. Let's say a user creates two MVs using that external stream as target stream `CREATE MATERIALIZED...

enhancement

**Use case** Add a new format `JSONArray` which reads/writes data in the format of JSON array, like ```json [ {"field_1": "value_1", "field_2": "value_2", ... }, {"field_1": "value_1", "field_2": "value_2", ......

feature

**Describe what enhancement you'd like to have**

enhancement

PR checklist: - Did you run ClangFormat ? - Did you separate headers to a different section in existing community code base ? - Did you surround `proton: starts/ends` for...