Donald Sun

Results 9 comments of Donald Sun
trafficstars

> Because notebook likely only redirects the Python streams while Rust prints to the OS stdout. Not much we can do about it I think... Thanks for reply, I was...

It seems we can share rust log info to print in notebook in 0.19?

> The [wurlitzer](https://github.com/minrk/wurlitzer) Python package may help in the shorter term. It can be loaded as an IPython extension. > > [wurlitzer](https://github.com/minrk/wurlitzer) Python包可能在短期内有所帮助。它可以作为IPython扩展加载。 Unfortunately wurlitzer can only work with linux...

Is there some alternative method to log or print rust info in jupyter env especially for windows? Right now I must use windows terminal to run a py file and...

I have test macos/ubuntu/win10, only win10 couldn't print rust info in notebook

> @longilacus could you please try to run code-server on a powershell with admin privilege? I have tried powershell with admin privilege, but still gor the blank page. Run with...

> > > > @longilacus please paste output of below command from your cmd prompt in admin mode - netsh interface ipv4 show excludedportrange protocol=tcp > > also could you...

> > listen EACCES: permission denied C:\Users\cceva\AppData\Local\Temp\code-server\tls-proxy > > Just to begin the debugging, do you have any VPN clients installed? Yes, I have a clash VPN installed. Just tested...

@stinodego to be honest, if `cum_count` starts at 0 is wrong, when you get the first element from a list, why use 0 as index, if should be 1. People...