Julian Pellico
Julian Pellico
If you are using Jimp in the frontend, then you're right. I don't know if the author of Jimp intends for it to be supported by browsers -- "for Node"...
I would like to see no direct dependency on JSON library. I just discovered DavidWebb, but I am writing in Kotlin and wish to use a custom library written in...
Download the source for master, import the module to your project, then apply the patch for this PR https://patch-diff.githubusercontent.com/raw/deano2390/MaterialShowcaseView/pull/111.diff you might wish to strip out the build file changes.
Did anyone make a patch?
I put a [patch on gist](https://gist.github.com/CapnSpellcheck/b42e5f7cfb1fe4377fbac700f2ab925d)
Ah by the way it needs an explanation: to disable medium zoom just call `photoView.setMediumScale(-999)` in onCreate or onCreateView etc.
That's why the patch includes PhotoViewAttacher ;-) In any case, my patch is a suggestion, and works for me, I wanted a solution quickly. Anyone who wants to move this...
Hi, I tried out the plugin based on the branch named here. When I try to sync Gradle, a FileNotFoundException happens on the `:prepareKotlinBuildScriptModel` task, though inside that task output...
Gradle sync works when I change `CompileTarget.simulatorSuffix()` for the iosX64 `CompileTarget.iosX64 -> ""`. I'll have to see if the apps build and run correctly with that.