Ignacio Tomas Crespo

Results 26 comments of Ignacio Tomas Crespo

for me this worked ok ``` python3 test.py --cpu models/YOURMODEL.pth ``` using the repo at `https://github.com/BlueAmulet/ESRGAN.git`

👍 for Android Studio support

Hi, thanks for trying the plugin, could you describe the problems you have?

Love it! I was creating a program that generates a quine java code, and found this piece of art. Good job! :+1:

~CTRL + SHIFT + T in Android Studio, inside the projects view. Or right click in project and choose "Show Image thumbnails". Then in the images view click button "Toggle...

click button ![image](https://user-images.githubusercontent.com/6496116/40089787-236a0218-5884-11e8-9931-ee2ea26bc122.png) it will show all folders. But wait, now I see VectorDrawables are not displayed, sorry, my mistake, will update my answer

@AndroidDeveloperLB I created a plugin showing all vector drawables in your project, hope it helps https://plugins.jetbrains.com/plugin/10741-vector-drawable-thumbnails

Same as @goncalossilva with Robolectric 3.6.1 + Gradle plug-in 3.0.1, expand for stacktrace logs java.lang.VerifyError: Bad return type Exception Details: Location: android/content/res/ResourcesImpl.$$robo$$loadComplexColorForCookie(Landroid/content/res/Resources;Landroid/util/TypedValue;ILandroid/content/res/Resources$Theme;)Landroid/content/res/ComplexColor; @565: areturn Reason: Type 'java/lang/Object' (current frame, stack[0])...

@KaidoNinja totally agree with you! I hope the robolectric team find a fix for this soon.

> I have used the same function as @amsterr and it worked for me too, however there is another simple way to do it if you know the coordinates, but...