Pierre Champion

Results 84 comments of Pierre Champion

related issues: https://github.com/owntracks/recorder/issues/387#issuecomment-1135660241 https://github.com/owntracks/docker-recorder/issues/54 Simple workaround: ```yaml otr-recorder: image: owntracks/recorder entrypoint: ot-recorder --http-host 0.0.0.0 owntracks/# [.....] ```

Can you try to import the go platform side of this plugin: https://github.com/go-flutter-desktop/plugins/tree/master/shared_preferences You can import it manually or with `hover plugins get` (I don't know if it's compatible with...

Technical aspect: GLFW doesn't have support for touch input: https://github.com/glfw/glfw/issues/42 The only kind of pointer event that we are sending to the flutter engine is mouse event (even when the...

Your issue: I tried out: https://github.com/CaiJingLong/flutter_long_tap_menu/tree/master/example and managed to make it work with my mouse and my finger, my screen also has touch input, but I didn't configured linux-KDE and...

I think we are dependent upon this upstream issue: glfw/glfw#41 https://github.com/glfw/glfw/pull/658

kovidgoyal has implemented IME in his glfw fork, his fork isn't event with glfw/master, I don't intent to use it. go-flutter is also using a go wrapper on top of...

This issue is blocked by: https://github.com/glfw/glfw/pull/658

related to #125 @GeertJohan is [hover feature/escape-spaces](https://github.com/go-flutter-desktop/hover/compare/feature/escape-spaces) ready to be merged?

@di3663 your issue isn't related to the spaces in the path. Your issue is now described in #195