lahvey

Results 5 comments of lahvey

+1 on Mac, it has options to ignore.

it should be the same as type 'value' for xAxis, such as ```js option = { xAxis: { type: 'value', min: 0, max: 24, interval: 3, }, yAxis: { type:...

```js const promises = [runAsync('abc'), runAsync('def')]; console.log(promises); await Promise.all(promises); ``` 这个不能这样用吗?其中一个一直都是pending,Promise.all就没办法resolve

The old version can do this. Now the node div uses style visibility instead of display. As we know visibility would use the space even it's set to hidden while...

I have solution but can't commit the changes.