ddkwork
ddkwork
wait me,sorry
 

```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