Adrian Li

Results 117 comments of Adrian Li
trafficstars

Upon further examination, this wouldn't really add much convenience considering the existing tools. Maybe I'll leave this issue up if others want to discuss.

That's a good idea to have Solidity test, I've been meaning to do that for a while. However, I would like to avoid Truffle's test runner if possible (especially with...

@marcelomorgado thanks for making this. It looks like you're still running the tests from Javascript, so I was wondering why you needed to use Buidler and Waffle. They are great...

My concern is that the tests will take much longer since Mocha and the Ganache-buidler plugin does not run tests in parallel. Currently, Jest allows us to create a Ganache...

@marcelomorgado no problem, thanks for making this, sorry we can't merge it in. I'm actually working with Pato from Buidler, and maybe we can have something by next month that...

@marcelomorgado I think that's a great idea! Hardhat forking is so much faster than Ganache.

@mikob > Now I'm simply using tsc then plugging in the js input to rollup instead and my build time is down about 5x and memory down about 100x. Thanks...

You know, I've come back to this problem several times over the last year or so. And my conclusion is that the most maintainable method is to just ignore the...

+1 I had to deal with this as well. It's a pretty simple fix: 1. Set parent as `position: relative` 2. Set gm-scrollbar-container as `position: absolute` Right now, I'm overriding...

@noeldelgado I've made a pen to illustrate the issue: http://codepen.io/anon/pen/pywpwW When you first load the pen, you'll see that the yellow div `inner-block` does not extend to the full height...