Will.

Results 8 comments of Will.

same here after using ```.autoOrient()```

抢了沙发再看!

Same here! The `No such label` err msg from `console.timeEnd` method locates in NodeJS [this line](https://github.com/nodejs/node/blob/master/lib/internal/console/constructor.js#L516)

#59 fixed this issue. ![56810201-5ed83700-683e-11e9-813b-5499777b70f5](https://user-images.githubusercontent.com/1066610/61675700-f65d0100-ad2b-11e9-905e-ab3dc91f3c39.png) Eg. we make 4 requests. The `console.time` has the same label `Fetch Strapi data` for each request, when the first request finishes, it resolves the...

Now this code is at line 278

```less // _mixins.less .sprite(@image) { background: data-uri("../images/sprites/@{image}.png") no-repeat; } ``` ```less // main.less div { .sprite('logo'); } ``` output: ```css div { background: url(data:image/png;base64,...) no-repeat; } ```

Yes please stop changing the color text. We are not designers.

@Silur I am using this module from my React Native app, both of the usage below show an error because of the dependence of the Node.js built-in module: ```js import...