Shubham Chaudhary
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.
👍 Makes sense.
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...
Nope. I just added these as dependencies in gradle
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...
Hi, Thanks for showing interest. So the thing is the words come from this [word list](http://www.majortests.com/word-lists/). I converted pdt to text using default pdftotext tool . Then I used a...
But in the initial run it crashes. It is not handled gracefully. Reproduction: 1. Change default path to something invalid `/tmp/afdadsfasdf/tmux` 2. Run the plugin 3. Exception thrown
Duplicate of #51
Looks like a good start. I think you have the push access now. Let's start doing this in a separate branch and see where we reach.