Ethan

Results 4 issues of Ethan

Sometimes (often maybe), input box, select box and other inputs (for choices) appear in the screen at the same time maybe more convenient than operating one after other.

### Feature request The chatGLM2 is just released, please consider supporting it: https://huggingface.co/THUDM/chatglm2-6b Thanks! ### Motivation _No response_ ### Other _No response_

This PR adds support for `Token` and `Parser` using custom JSON and base64 encoders to encode/decode related data for performance and experimentation purpose. By implementing the `Base64Encoder` interface with `EncodeToString`...

### The following program `sample.go` triggers an unexpected result ```go package main import ( "fmt" "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" "go/build" "log" "os" "yaegi/pluginpkg" ) func main() { i := interp.New(interp.Options{ GoPath: build.Default.GOPATH,...

question