Ravi Shankar

Results 84 comments of Ravi Shankar

Okay, I (must've) misread it. It shouldn't cause #112

Are we currently going for [all events](https://developer.github.com/webhooks/#wildcard-event)? Because, then, we could associate some set of events to an account - say `pull_request` for "highfive" and `issue` for "highfive-2"?

This pops in often these days :sob:

I'm ambivalent about this. The whole point of having highfive show the WPT test failures is to make our life easier (i.e., we don't have to navigate a couple of...

Okay, then we can limit the posted log (to 20 lines or something), and link to the gist if it gets exceeded. In such cases, we could also go for...

@jdm I'm not sure whether you're gonna like this, because I couldn't find a way to have a module for `TravisCiApiProvider` without a circular dependency (and test it at the...

Maybe, for new contributors, we can say something like, "Thanks for doing this work! You can browse other starter issues at servo starters, or ping us at #servo channel in...

Posting @canonbrother's logic here so that it doesn't get lost: DFC ``` DMCtxs = DFCtxs.map(tx.type === DMC) DFC.call('defi_mint', [sender, DMCTxs]) DFC.lock(txs, vault) ``` DMC ``` mint(sender, DFCtxs) { validate(sender) //...

> I think it's sound given if both options are provided with a shared Interfacing for the sake of testing with the ability to force defid to switch between prepackaged...