messense

Results 482 comments of messense
trafficstars

`chrome-prerender` isn't designed as a library, it's an application. `beforeSend` isn't really applicable to an application. To support all the things you want, we need to redesign it to make...

@akarienta `chrome-prerender` will try to get the requested url's status code if possible. You got 304 means Chrome got 304 for that url. https://github.com/bosondata/chrome-prerender/blob/master/prerender/chromerdp.py#L427

Same issue with error code 25. But I didn't take down any Kafka node. It just runs into it.

I wonder how should we handle `ConsumerStoppedException`/`UnknownMemberId`/`SocketDisconnectedError` etc. when consuming messages?

Logging is currently a mess in this library. I do hope it will improve in the `re_dev` branch.

> Could you confirm what backing filesystem+snapshotter is used in your system. It's NFS showing in `df -T` ```bash root@raspberrypi:~# df -T Filesystem Type 1K-blocks Used Available Use% Mounted on...

I tried [fuse_xattrs](https://github.com/jmfernandez/fuse_xattrs) in the past but got other kind of errors.