Vincent Wang

Results 12 comments of Vincent Wang

BTW, [diffchar.vim](https://github.com/rickhowe/diffchar.vim) is one option for this case.

after get delta set up with git, I use tig + tmux to view diff, put the following mapping to .tigrc, move cursor to a commit hash in tig, then...

Thanks for the amazing plugin! When adding the telescope integration, please make it optional, want to make my neovim setup minimal and don't want to install telescope for now, although...

I had fixed the kit broken api documents and deployed on document site. I will create a pull request later, there are some broken tests need to be fixed first.

article about cross compiling under android: http://kitware.com/blog/home/post/893

Not try it yet. It should be possible, but will need efforts on cross compilation. On Tue, Feb 16, 2016 at 11:08 PM MatthewGitter [email protected] wrote: > Hi - did...

Yeah, I will write a markdown doc about this kit later, and push to the same branch for review, thanks. On Sun, Apr 12, 2020 at 8:09 AM divisuals wrote:...

Cross compilation references: https://code.google.com/p/sedonawrt/wiki/Introduction https://github.com/sdt/docker-raspberry-pi-cross-compiler R pi demos: http://sedonadev.org/download/demo/ We may have to fix licensing on some of the .sedona source files for this.

hi, @gilbertovb, it should be doable, I think you will need to install the build tool chain(in ubuntu, the package's name is build-essentails, not sure what it is called under...

The .bashrc file was not set up correctly, it didn't source "sedona/adm/unix/init.sh" file, I just fixed it at master branch, pls update your local copy and try again.