Maple

Results 141 comments of Maple

Okay i got `Beta: Use Unicode UTF-8 for worldwide language support` enabled, restarted my computer, but problem remain the same :/. 【我愛你】 converted to `tea.KeyMsg{Type:-1, Runes:[]int32{0, 0, 0}, Alt:false}`. Edit:...

Is this even possible? both GLFW and ImGui are using cgo. A glance test: ```sh # runtime/cgo cgo: unknown ptrSize for $GOARCH "wasm" ``` See also [cgo/main.go](https://cs.opensource.google/go/go/+/7a22c8a07f0909ea4da71df7379640cc281bda12:src/cmd/cgo/main.go;l=172;bpv=1;bpt=0)

Thank you, and yes I am not importing "C" and set `CGO_ENABLED=0`, it does not stop the build process. Closing this as it works as intended.

Seems this introduce build error, i got: gofrontend commit 45fd14ab8baf5e86012a808426f8ef52c1d77943 ![image](https://user-images.githubusercontent.com/26342994/155306532-e0353ece-1337-4640-bb61-11f99ac71447.png)

Could you provide how you find the function: UpdateData, GetBlockWidth, IsServer, GetBlockColors, SetBlockData, SetRefreshRate On my side, the program cannot found: UpdateData, GetBlockWidth So people can find pattern for functions...

> Absolutely! Thanks, i am using original taskmgr it's running but nothing happend ![image](https://user-images.githubusercontent.com/26342994/113127131-97f75e00-9242-11eb-9261-94775edfd2ea.png)

Alright after i continue debugging, I got that `UpdateDataHook` is not even got called. (i tried wait for handler to populate, same result) Find pattern for `UpdateData` got `0x7ff631e48d64` And...

Okay, `View>Update speed` triggers `SetRefreshRate`, unfortunately CPU count still the same, i noticed the update become faster (because SetRefreshRate)

I attached dll source code, and Taskmgr executable binary + IDA db [10.0.17763.1697.zip](https://github.com/turtiustrek/taskmanager/files/6237475/10.0.17763.1697.zip)

Hi, just tested the gist code, it doesn't change anything except the `*cpu_core` value is `0` (the original `GLOBAL_SETTINGS_CPU_OFFSET 0x944` giving the same amout) `UpdateDataHook` still not even got called,...