Mikhael-Danilov

Results 45 comments of Mikhael-Danilov

I believe luaj itself would do nothing with this issue (as it android platform specific issue), your code however can: - Create your own class loader as in: https://github.com/NYRDS/remixed-dungeon/blob/d884050a6ada32daeb42283b4f06f20fa09a9dcd/RemixedDungeon/src/main/java/com/nyrds/android/lua/MultiDexLuajavaLib.java#L13 -...

Sadly but looks like we still need frame-data copy here ( only if we not going to provide each libvpx ABI variant using VPX_IMAGE_ABI_VERSION macro )

Don't you mind do it C99 style (with designators) initialization? It would be easier to read and maintain.

Actually it passes all tests (as master do) on my machine. But for some reason lots of tests fail on Travis...

@GrayHatter Travis-ci this one for master: https://travis-ci.org/irungentoo/toxcore/jobs/147799403 this one for my PR: https://travis-ci.org/irungentoo/toxcore/jobs/148003401 Or... This travis-ci builds&tests are deprecated and still mentioned in README.md by accident?

My full config is follows: ``` s3proxy.secure-endpoint=https://x.x.x.x s3proxy.authorization=aws-v2-or-v4 s3proxy.identity=some_id s3proxy.credential=some_key s3proxy.cors-allow-all=true s3proxy.virtual-host=some_host s3proxy.ignore-unknown-headers=true s3proxy.keystore-path=keystore.jks s3proxy.keystore-password=keystore_pass s3proxy.bucket-locator.1=bucket jclouds.provider=filesystem jclouds.filesystem.basedir=./s3_base ``` So I believe client should be only able to access any...

This feature would be a lifesaver, for users with a lot of shared folders, like myself.

> But I think they will fix it in the next update. Looks like they removed lombok intentionally. https://issuetracker.google.com/issues/202423443