John Lyu

Results 101 comments of John Lyu

> playwright raised an error because you cannot call the playwright sync api from async functions I forget that limitation. I'll implement this asap.

Released in https://github.com/dexplo/dataframe_image/releases/tag/v0.2.5

顶一顶,有一条龙之后更需要地脉花了,一周拿出来两天一天摩拉一天经验书,每个版本的资源就很健康了。做完活动甚至可以好几天不上线。 ---- 我记得js脚本里有地脉花,但是无法配置到每天刷什么里。

This is a bug in current version since I forgot change the default table_conversion of pandas extension from 'chrome' to 'playwright'. You should only use table_conversion `chrome` in the following...

@pedjaziv , look into my comment [here](https://github.com/jupyter/notebook/issues/4337).

It seems chrome made some changes. I suggest moving to playwright for more stable support. Maybe this bug will gone in next Chrome release.

@justinclarkhome there are two problems: 1. > At some point in the future, --headless=old will be removed and users will be expected to use a separate chrome-headless-shell binary, which [is...

Fixed in https://github.com/dexplo/dataframe_image/releases/tag/v0.2.5

Can log memory usage by ``` ps -eo size,pid,user,command --sort -size | \ awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x

Just put the output here. I'll diagnose which process is consuming memory.