elderorb

Results 20 issues of elderorb

On executing 'dex-oracle.ruby2.1 -v my.test.apk' I'm getting: Exception in thread "main" com.beust.jcommander.MissingCommandException: Expected a command, got my.test.apk at com.beust.jcommander.JCommander.parseValues(JCommander.java:725) at com.beust.jcommander.JCommander.parse(JCommander.java:304) at com.beust.jcommander.JCommander.parse(JCommander.java:287) at org.jf.baksmali.Main.main(Main.java:90)

After experimenting a bit with versions of smali / baksmali I noticed that 2.1.3 version seems to resolve the issue https://github.com/CalebFenton/dex-oracle/issues/27 ... but I was immediately hit with another one:...

Attempts to build it result in a lot of compilation errors

Taking into account firebase provides subset of API for desktop platforms, would be great if QtFirebase could provide it too.

**Is your feature request related to a problem? Please describe.** At the moment it is not clear how to configure vscode for debugging chrome extensions (or whether it is even...

debug
doc-enhancement

![image](https://user-images.githubusercontent.com/23638/38606684-6c4aa8fe-3d7f-11e8-8cf6-455055d35221.png)

bug
waiting for info

How to bypass piratesbay cloudflare protection with this module? I see a lot of cloudflare bypassing modules but not sure how to integrate them with thepiratebay. Or should I just...

.. like creating additional indexes or using some other approaches?

At the moment I'm using the following to export 'compactDatabase' and then call it from my code: module.exports['compact'] = Q.nfbind(mongoose.connections[0].db.compactDatabase.bind(mongoose.connections[0].db)); .. but I'm not sure how to access compactCollection from...