Julian Pellico

Results 19 comments of Julian Pellico

Why don't use just use `getLastRowNum()` rather than passing around rowIndex and not updating it?

Hello, @thijsonline when I try to use that `implementation` I receive the following after doing Gradle sync: ``` ERROR: Unable to resolve dependency for ':app@originalDebugAndroidTest/compileClasspath': Could not resolve com.github.nostra13:Android-Universal-Image-Loader:f6a9615868482672c3630cb7db6dcf43391e80de. ```...

I harassed jitpack.io and got their build to work I'm using this implementation and the build is done, so if their cache works then you guys should be able to...

It works if you use `MaterialShowcaseController`: ``` showcaseController = ShowcaseController(key: .TutorialMatchFilters) showcaseController!.delegate = self showcaseController!.dataSource = self showcaseController!.start() ``` Be sure that you are storing a strong reference to the...

Any chance we can get this in @DavydLiu ?

New to this stuff, but my interpretation is that it's called as part of the `server.close` callback, which means it's called after the "server is finally closed". After initiating the...

> something that's occasionally a hassle when you parse JSON. Exactly!

THe PathMatcher is not a bad approach. (I wasn't aware of it.) It will tie me over for awhile. On Mon, Jan 22, 2018 at 1:56 PM, Cedric Beust wrote:...

https://github.com/lovell/sharp uses `libvips`.