unoexperto

Results 43 comments of unoexperto

[This post](https://stackoverflow.com/a/27341150/226895) was very helpful. Perhaps it's worth including it to readme.txt

@Storyyeller Robert, do you have repo with Rust-based version to share ?

@asampal sbt-idea is redundant because new SBT plugin for Intellij IDEA can open SBT projects.

I confirm this issue with IDEA build 139.223. Idea says it's unable to convert library xml for scala sdk which makes IDEA skip Scala module completely.

Here is content of file IDEA fails to convert ``` xml ```

And here is iml file which was also not converted ``` xml ```

For other users of sbt-idea who end up here. This bug seems to be _almost_ fixed according to https://youtrack.jetbrains.com/issue/SCL-7756

I switched to IDEA 14 which can open SBT configs without need to generate IDEA configs.

I have the same problem. @CalebFenton could you please comment on this ? I tested with apk built for SDK 23. Here is my output ``` root@expert-x1:~/work/sideprojects/GCamReverse# dex-oracle -s d03f2c68...

@tranchitam I'm not sure I understand the requirement. You want http client to distinguish between different calls to same domain or do you want client to initialize cookie store only...