Shubham Chaudhary

Results 6 comments of Shubham Chaudhary

+1 👍 Working on it as you can see from: [aesthetics: /doc](https://github.com/ylogx/aesthetics/tree/master/doc). I will fix and update this thread after deploying this on RTH.io.

I did have a use case for storing ids that could be negative for one facet and positive for another facet of the dataset. After understanding the implementation, I was...

This is the combination that fails: ``` testCompile 'com.squareup.assertj:assertj-android:1.1.1' testCompile 'com.squareup.assertj:assertj-android-design:1.1.1' testCompile 'com.squareup.assertj:assertj-android-appcompat-v7:1.1.1' testCompile 'com.squareup.assertj:assertj-android-support-v4:1.1.1' ``` Just tried to reproduce again. Same steps. Add all together. Just adding `testCompile 'com.squareup.assertj:assertj-android:1.1.1'`...

+1 to time to live. I have the same usecase as Fred and I bet a lot of other devs also. All major python caching libraries have `ttl` but none...