usus icon indicating copy to clipboard operation
usus copied to clipboard

Webpage pre-rendering service. ⚡️

Results 20 usus issues
Sort by recently updated
recently updated
newest added

While this works great with the terminal example (it returns the desired HTML), I'm not sure how this can be implemented on, say a basic express app, where I want...

question

I've posted this question to Stackoverflow but still no luck : Maybe this is not directly related to "usus", but have no luck Google for the answer. > Question :...

question

Hello, thanks for the work you do: it's great! But I have an issue I hope you help with: Is there a convenient way to rewrite relative paths in url()?...

enhancement
question

When I use the utility in CentOS it never works. The solution was found [here](https://github.com/GoogleChrome/lighthouse/issues/2726) ``` Error: connect ECONNREFUSED 127.0.0.1:41730 at Object._errnoException (util.js:1024:11) at _exceptionWithHostPort (util.js:1046:20) at TCPConnectWrap.afterConnect [as oncomplete]...

Waiting n seconds is rather inefficient. In addition to waiting mechanism, allow to signal completion of rendering using `console.log`, e.g. wait for "ūsus-ready" message.

help wanted

hey, your project inspired me, but my usecase is a bit out of scope, so I created my own package... However, I found out, that `CSS.takeCoverageDelta()` doesn't include the media...

enhancement

See notes: https://github.com/gajus/usus/blob/3edef93496971e329024aa1856babcd4cc15f453/src/usus.js#L27-L40

enhancement

I may be mistaken, but this module seems to work fine with node 6? However, when I try to install it with `yarn`, I get the following error: `error [email protected]:...

It would be great if it was possible to pass down custom chrome settings (like `--no-sandbox`) without having to create and maintain the actual Chrome instance itself.

enhancement
help wanted

Sometimes it could be helpful to avoid issues running usus in docker (e.g. to pass additional flag `--no-sandbox` or others).