geata

Results 2 issues of geata

1. i use [https://pub.dartlang.org/packages/menu](https://pub.dartlang.org/packages/menu) for popup menu 2. i know it use GestureDetector 3. it works ok with mouse long press 4. but on my laptop that has touch screen,...

GLFW

1. add log field with http middleware ```go func AddLogUserId() func(http.Handler) http.Handler { return func(next http.Handler) http.Handler { return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { ctx := r.Context() value := ctx.Value("userid")...