Results 197 comments of ddkwork

![{14913537-D06F-49b3-8B97-E2D454E38A34}.png](https://github.com/cogentcore/core/assets/19886504/796ffa26-f8cc-49e9-a1ac-86dded1d9ab9) ![{0A6902E6-3588-4a70-9030-00CC4BB619BD}.png](https://github.com/cogentcore/core/assets/19886504/90acd379-89d9-4333-9f69-ec56d7c7cfb4)

![{EC9985DF-039C-4fe3-A59F-448A9AF66EB8}.png](https://github.com/cogentcore/core/assets/19886504/fb77f088-1114-444c-969b-6a3f28a2d139)

```go //this looks like well to me func Test_well(t *testing.T) { zoom, spacing := well(150) assert.Equal(t, float64(50), zoom) assert.Equal(t, float64(70), spacing) zoom, spacing = well(100) assert.Equal(t, float64(0), zoom) assert.Equal(t, float64(20),...

i was tried use "goki build -v -t windows/amd64" or "go build ."

> Though you do have to uncompress them on the target system, it can help when deploying them. okay,thx you.

> I have cut binary sizes in half in the current version of gi in development by reducing dependencies and cleaning up code. You will not see these changes until...

> I fixed the error in gide. After this period of submission, the Android program starts with a black screen or no controls, and the test is files or task...

> Also, I figured out a way to get rid of gimain, so you can remove the `gimain.Run` from all of your code. cool for you, i will try all.

> I fixed the Android app issue in the latest version of gi (`go get goki.dev/gi/v2@main`). The test found that the two-finger operation DPI scaling did not return to normal