Wolf Vollprecht

Results 506 comments of Wolf Vollprecht

I have a similar problem when trying to use C++11. I defined using C++11 with `set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")` but it isn't picked up by this the precompiled header.

@mike-fabian @infokiller I have extracted the Android auto-suggestion and correction library from the last open source release of the Android (now Google) keyboard. It is basically a C++ library. I...

yes, at some point in time google decided to create a close-sourced fork of the keyboard, and rebrand it as Google Keyboard. Some features (such as swipe-to-type) have never been...

Ok, then I probably haven't tried it for long enough, sorry about that. Locally I have example code for the `suggestr` package that allows one to build up user dictionaries...

Sure - you can dynamically switch Layouts with the android keyboard sources. here is (the only) currently included definition: https://github.com/wolfv/suggestr/blob/master/prediction/key_set.h Will need to figure out how to properly modify this...

Here is more work (apparently with dynamic keyboard layouts) in the Chromium sources: https://chromium.googlesource.com/chromiumos/platform/suggest/+/refs/heads/master/src/demo.cc

@mike-fabian I have just added support for reading in arbitrary layouts (in Python), you can find an example Notebook using the German keyboard layout here: https://github.com/wolfv/suggestr/blob/master/notebooks/Example%20Usage.ipynb And the layouts are...

@mike-fabian did you ever have a chance to look at suggestr?

yeah the windows issues on github actions are weird. I have tried to look into it before but haven't found any obvious solutions. I have no problems on Windows locally...

I think there are/will be fewer (of these kind of) issues with micromamba. which is already usable on Windows but it also has some outstanding issues that should be resolved...