Alexey Aksenov

Results 22 comments of Alexey Aksenov

Very simple workaround. I'm using remote nvim. ``` copy /usr/share/nvim/runtime/autoload/provider/clipboard.vim to ~/.your-custom-runtime/nvim/autoload/provider/clipboard.vim ``` and modify function! s:clipboard.get(reg) abort ``` function! s:clipboard.get(reg) abort if type(s:paste[a:reg]) == v:t_func return s:paste[a:reg]() elseif s:selections[a:reg].owner...

``` diff -Naur clipboard.vim.orig clipboard.vim --- clipboard.vim.orig 2019-01-04 22:05:23.000000000 +0300 +++ clipboard.vim 2019-02-18 01:01:21.892554959 +0300 @@ -133,6 +133,9 @@ elseif s:selections[a:reg].owner > 0 return s:selections[a:reg].data end + if g:clipboard['name'] ==...

I tried to use serialization in my projects DigiControl/DigiSSHD, but there was an errors when I passed serialized object between different apk (transport level not significant) that shared in single...

andyli you may modify emulator if you wish. I run and debug my code with useProguard in Android := false. There are 2things that you need: 1. predex and preload...

Maybe I misunderstand something. I suspect, that @andyli discribe situation when installed application throw ClassNotFoundException or something like that (I saw it long time ago) because proguard skipped. There isn't...

@loganj test is important part, you are right. if you have any thoughts about my fork - feel free to ask. Prepare emulator for uploading is all-sufficient task.

it is easy with proguardOption in Android

I just complete setup development environment for scala with JNI Scala 2.9.1 Eclipse 3.7.1 with ScalaIDE 2.0 SBT 0.11.1 android-plugin from git://github.com/jberkel/android-plugin.git 0.6 sbteclipse is superfluous look at https://github.com/ezh/HelloWorldAndroidJNI PS...

TIP If you don't want to change configuration, open Command Palette and type "beautify javascript".

Hey @ilyakaznacheev 👋 Is it possible to apply this fix? IMO it keeps logic the same. This is a very small improvement.