Loren M. Lang

Results 115 comments of Loren M. Lang

Also, what language would you like completely fresh code written in? Scala? Or would you prefer to using Kotlin for completely fresh sections of code? Once thing I would like...

I wish I would have seen that message earlier. It's been far more frustrating to get this new branch to compile correctly than it should be. I'll be publishing a...

The error you get for not having $ANDROID_SDK_ROOT set correctly: A problem was found with the configuration of task ':lint'. > No value has been specified for property 'lintClassPath'. Very...

Now that I have a repeatable build, I was able to wipe it out and build without reproducing the error with Gradle Play Publisher. There must have been something cached...

Just for documentation purposes, here's my zero to sixty build script for APRSdroid. It should work on a completely fresh Linux system. I've made a few updates to the Wiki,...

Same issue here, but I don't think it has anything to do with Go or the program itself. I suspect it's some AppArmor/SElinux restriction due to the jail that the...

@miek I think the concern is that it's sensitive to the endianness of the host. It will break if compiled on a big endian ARM architecture, for example. Ideally, it...

Now, this has me interested. I haven't had a chance to look at the Android Auto API yet, but it seems like Maps integration should be possible just from my...

I believe that this issue can be closed with the current resolution of issues #10.

Well, maybe after PR #18 is complete...