Maple

Results 26 issues of Maple

Hello i tried to input unicode but it is not recognized by bubbletea, Thank you. `go version go1.17 windows/amd64` ![image](https://user-images.githubusercontent.com/26342994/140540833-aed18385-878d-4861-842b-5ac26e485c81.png) ![image](https://user-images.githubusercontent.com/26342994/140540986-e98a4381-0b6f-4995-8da5-0a1ba5341522.png) ![image](https://user-images.githubusercontent.com/26342994/140541013-6fdd67fa-e076-4842-baa3-d44c89984108.png) ```go type tuiModel struct { p string }...

question

### What version of Go are you using (`go version`)? $ go version go version go1.19 linux/amd64 ### Does this issue reproduce with the latest release? Yes ### What operating...

WaitingForInfo
compiler/runtime

just recently

**Describe the bug** Service method `exception` field is not optional, so that will always be written to the wire. This resulting a misbehaviour for clients thinking that there's an error/exception....

**Is your feature request related to a problem? Please describe.** We've got `CarryingUnknownFields` to see if there's unknown fields, but what we could do with it besides reflecting them back...

feature request

Hi i am testing the c2goasm, for a simple function it works, but for bigger one it is took like forever, i wonder if there was a problem in my...

The `glxlgears` works just fine, but executing it inside the subsystemctl says that it `couldn't open display :0` In this case i use WSL Graphic via /dev/dxg ``` [root@LAPTOP ~]#...

Hi, Go 1.18 supports type parameter✨ that can be used to reduce the usage of `interface{}` / `any` and type casting, i wonder if we can support this feature soon...

There's some other arg that's not listed on help menu, it took me a while to find that there's `-o ExactFileSystemName=NAME` and `-o FileSystemName=NAME` on WinFsp Thanks

Hello anyone, somehow the frida can't detect Java VM of desktop application that using libjvm.so Is there any solution ? ![image](https://user-images.githubusercontent.com/26342994/87122827-d2355f80-c2af-11ea-91dc-fe0f7e89374b.png) -- thing i did -- i also tried other...