Stephan Dev

Results 15 comments of Stephan Dev

> Heroku now only supports MRI versions 2.4.5, 2.5.3, and 2.6.1 but RailsInstaller only comes with 2.2.6 or 2.3.3. source for that?

So I think this is what breaks search of notes imported to html https://github.com/laurent22/joplin/blob/641b0fa9a2/packages/lib/import-enex-html-gen.js#L77 ```typescript saxStream.on('text', function(text) { section.lines.push(htmlentities(text)); }); ``` The commit is named "fix various bugs related to...

hi, I'm happy I found this issue eventually, with very good reports. I found it strange when I read this github's wiki FAQ https://github.com/AnySoftKeyboard/AnySoftKeyboard/wiki/Frequently-Asked-Questions#case-1-the-word-is-part-of-the-default-dictionary-that-came-with-the-keyboard > it is a # known...

> How do you suggest to use the abbreviation editor to fix this? Just an idea, I didn't try honestly. Something hacky like `sch` => abbreviates to same : `sch`....

Anyone tried to find the current keyboard's default dictionary on their phone and remove words manually? Could this be done without root ? Edit : Well, I found the french...

For anyone who has the guts to install Android Studio (it's huge), @menny has a good tutorial in `plugins/` about how to build a language plugin for a new language....

So now I have recently tried several alternatives. With a new focus : what I want in a FOSS keyboard, is the ability to autocorrect word, but also add words...

@tom-james-watson > register a listener in the app for a global shortcut which we can react to very quickly. Even on X11, this seems to be broken when we change...

@domportera Wow, thanks for the video, the item I had to tap was right under my eyes (like we say in french, meaning in plain sight), but I thought I...