Amit Kotlovski
Amit Kotlovski
Based on @terhechte , I used this in `init.lua`: ```lua -- Allow clipboard copy paste in neovim vim.g.neovide_input_use_logo = 1 vim.api.nvim_set_keymap('', '', '+p', { noremap = true, silent = true})...
The grep command when using he-IL: ``` /usr/local/share/android-sdk/platform-tools/adb -s emulator-5554 logcat -b main *:S ContactsDatabaseHelper:I ContactsProvider:I -e he_IL ``` Output without requiring the `he-IL` shows the service outputs `iw_IL` instead:...
Seems that Android emulator now supports setting the locale when starting it: ``` emulator -avd -change-locale fr-CA ``` Source - https://androidstudio.googleblog.com/2019/09/emulator-29112-stable.html
@NarHakobyan Oops, I missed your PR and created one for this as well. I will probably close mine. I suggest limiting the arguments in the library's functions to not accept...
@NarHakobyan hi, missed your ping (a month ago). I'm still here, was working on other project. I'm closing my PR now.
I'm seeing this exact behavior as well. Works fine on ios.
@akinsho I'll try DAP as well first, thanks!
@akinsho I noticed that entering edit mode in the REPL window in DAP achieves what I was aiming for. Is there a way to have the REPL window follow last...
Thanks again @akinsho for the work you put into this plugin! Closing this issue.
[logcat_11-06-2018_09-41-59.txt](https://github.com/ctodobom/OpenNoteScanner/files/2552310/logcat_11-06-2018_09-41-59.txt)