Jan Bölsche

Results 17 comments of Jan Bölsche

Hi, I am running Maru 0.4 and paired an old Apple Magic Trackpad (first generation, I think). I experience something different: All clicks are interpreted by Android, but now movement...

Thanks for the detailed answer! Speed of course is vital in this project and I entirely agree that any refactoring that would decrease speed is unacceptable. My main goal here...

Oh, I don't care for uglify as well. I think it is a decision of whoever deploys application code, not a decision of a library author. So you could use...

not really, it seems to be using AMD instead of CommonJS modules and the only npm module they actually use is a command line parser for the use of the...

That's awesome, Sebastian, thanks a lot! I will get started with preparing the first PR in the next couple of days then. To not duplicate work: what will you be...

It is probably easiest, if you start here: https://github.com/substack/browserify-handbook

Do you have any more hints on compiling for jor1k? I would like to try to get tmux running. Are you compiling in qemu or directly in jor1k?

(currently running `git clone https://github.com/ThomasAdam/tmux.git` inside the emulator. I had to create /etc/gitconfig to include ``` [http] sslVerify = false ``` to make it work. I did that using vim...

it seems like I need automake, which is not present in the emulator.

I just wanted to test git. I actually used the tarball then, ./configure fails with 'unable to guess build type' which seems to be an automake related problem. I'll investigate...