Jules Aguillon
Jules Aguillon
I close this in favor of https://github.com/Julow/Unexpected-Keyboard/issues/242
I've added this option (e745c81). It's very basic at the moment, it won't even report errors. I don't invest time in polishing this option as I'm not convinced I should...
I've added an option to choose between the two layouts: c17b53c
This bug might have been fixed in 1.14.0. Please re-open if this was not the case.
Thanks for answering. I fail to reproduce inside the emulator with Android 7. How many keyboards do you have installed ? How many languages installed ?
Can you try this debug version and remove the released version of the keyboard ? https://github.com/Julow/Unexpected-Keyboard/actions/runs/3554180488
Implemented in https://github.com/Julow/Unexpected-Keyboard/pull/252 by @ChasmSolacer
An open statement in mld files is a solution (https://github.com/ocaml/odoc/issues/856) but there's an other solution that can be implemented in Dune: Build and install `.odoc` files (https://github.com/ocaml/dune/issues/7514)
A virtual keyboard is made of an InputMethodService ([source](srcs/juloo.keyboard2/Keyboard2.java), [doc](https://developer.android.com/reference/android/inputmethodservice/InputMethodService)) and an input view ([source](srcs/juloo.keyboard2/Keyboard2View.java)). None of these offer this ability so it seems that it might require important changes....
I get this exception with `Cohttp_lwt_unix.Client.get` version `6.0.0~alpha1`. I also observe the async behavior. That it's defined in module `Connection` seems to indicate that it shouldn't leak through functions in...