John Lyu

Results 37 comments of John Lyu

Waiting for this feature since `DataFrame.to_excel` already support it.

@muupan See https://github.com/dexplo/dataframe_image/blob/f4787e1676145f8eb47dd299dc2a0104b64b4058/dataframe_image/_screenshot.py#L130-L131 , `--no-sandbox` is added only with root. Normal user do not need this and will lead to problem.

@muupan , maybe you could use root user in container to avoid this problem now, and I'll consider how to deal with this problem.

Same issue, but we can manually set ```JavaScript { grid: { top: 80, }, legend: { top: 40, }, } ``` to avoid this

我知道TCP的可以这样,不过好像UDP的话回包会有点问题,等我晚上回家试试看

`matplotlib` is a simulation method. We actually create rectangle as cells and then combine them together. So if `set_caption` need to work, it will take a lot of effort to...

Adding comment to class doc string will help IDE to provide useful hints.

I think my problem is related to this issue, all code comes from document but I can not resolve it. https://github.com/tiangolo/fastapi/discussions/11423