Results 74 comments of Lovesh Harchandani

How would i update the app compat library. You are already using appcompatv7-21 which is ok. I am new to android too. Still to build my first non `Hello World`...

The dependency is 'com.android.support:appcompat-v7:21.0.0'. U dont need to change it. I think if you are using the action bar and app compat library 21 you dont have to use `android:Theme.Material.Light`...

I havent made any change to your app. Its as it is on github. I cloned it a few hours ago. So the buildtoolsversion and compileSDKVersion is same as in...

@GautamDMan Have a look here http://stackoverflow.com/questions/27155867/using-theme-material-light-darkactionbar-with-theme-appcompat-light-darkactionba

Can you please explain `top level classes`? Because i have been successfully able to do this ``` scala def getEvents() = { val json = HTTPRequest.getJSON(url) val event = json.extract[Event]...

I have added a rough implementation for R1CS proof aggregation in my fork. My objective was not to get MPC but make the proof smaller (and somewhat faster) when a...

Should we change RFC 94 to allow a key as well in the `to` field of `Forward` message?

Hi. I didn't try because I thought dalek's bulletproofs repository was only for the core protocol and not what all can be built from it. On Fri, Feb 14, 2020...