Velten Heyn

Results 52 comments of Velten Heyn

I could get rid of the timeout when specifiying networkidle2 instead of networkidle0 in `node_modules/html-sketchapp-cli/bin/cli.js`. Because I used hot reload and the websocket kept the connection open.

I just updated and the problem of the timeout persisted `Error: Navigation Timeout Exceeded: 30000ms exceeded`. Changing networkidle to mode 2 resolved the problem again.

Seems like this one got stuck right?

Lol, I hit the exact same problem. Missing/overlooked the clientConfig property. Maybe the error message could contain that region could be located in clientConfig?

Hi @toomuchdesign, although it would be nice to have rewrite/redirect support I figured that using the redirected path as route param to getPage is sufficient: in next.config.js `{ source: '/:book/:article(.*\\d{5,})',...

For the record: https://github.com/brainly/html-sketchapp/pull/49#issuecomment-373426362 helped me to get along with svg's in before and after pseudoelements

Here is the Pull Request in Question: https://github.com/StevenDevooght/tinyMCE-mention/pull/45

Using https://github.com/weichx/cerialize you can define also a non empty constructor. Maybe it is possible to the idea from there.

I'm using the XPS9560 4K TouchDisplay and with all clover configurations it worked. At least without connected external display. But I'm using the clover conf from https://github.com/jardenliu/XPS15-9560-Catalina

I also got a usecase, but without query variables and rather with fixed fragment values. Gatsby's image sharper plugin gives results in a query with a request like: ``` myHeaderImage...