QIN2DIM

Results 172 comments of QIN2DIM

Interesting ... https://user-images.githubusercontent.com/62018067/185912211-85dbc111-9094-4764-ab18-194f27f7e354.mp4 ```go package main import ( "fmt" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/container" "fyne.io/fyne/v2/data/binding" "fyne.io/fyne/v2/widget" "log" "time" ) func main() { panel := app.New() win := panel.NewWindow("Hello World") win.CenterOnScreen() bindValue := binding.NewBool()...

```go package main import ( "fmt" "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/container" "fyne.io/fyne/v2/data/binding" "fyne.io/fyne/v2/widget" ) func main() { panel := app.New() win := panel.NewWindow("Fyne") win.Resize(fyne.NewSize(500, 300)) w1Binding := binding.NewString() // CanvasEntry entry :=...

I have found in some tests that it does crash if I use the above writing style. But I don't think the root problem is "typing too long text at...

What is known is that the characters passed in from the Chinese Input Method editer may be missing. The second is that the root cause of the crash is not...

@andydotxyz https://github.com/QIN2DIM/fyne-poems/tree/main/theme If you need a Chinese theme

## Example Classify > hcaptcha-challenger>=0.4.2.12 ```python import os import hcaptcha_challenger as solver # Init local-side of the ModelHub solver.install() # Challenge prompt in Chinese or English prompt = "Please click...

(讲道理,我把文档藏在这种地方应该没人能发现的吧- -但我又懒得写文档目前来说