Zuo Zongyuan

Results 24 comments of Zuo Zongyuan

@nolanw maybe like [`.strings and stripped_strings`](https://www.crummy.com/software/BeautifulSoup/bs4/doc/#strings-and-stripped-strings) in BeutifulSoup?

> and ensure that PRODUCT_ID is also different from the normal build [if that is a string then as "-insiders"]? Seems like `PRODUCT_ID` should be GUID. Changing `PRODUCT_NAME` should be...

sorry. been a bit busy IRL. will take a look this weekend.

@Dragon1573 Actually `winget` can detect system proxy at current. You just need to disable the Delivery Optimization service by setting `network.downloader` to `wininet`. P.S. The [documentation](https://docs.microsoft.com/en-us/windows/deployment/update/delivery-optimization-proxy) says that Delivery Optimization...

This is caused by wrong length calculation of special characters (e.g. U+E0B0 ``). Here's a hacky fix: ```bash # ~/.bashrc function _update_ps1() { PS1="$($GOPATH/bin/powerline-go -newline -error $?)" # add the...

@andrzejnovak @ankitbko ~~maybe you should check the output of `printf "%q\n" "$GOPATH/bin/powerline-go -newline -error $?"` (or whatever in your .bashrc) to find the actual issue in your case.~~ Alright, finally...

@dswij can I see your output of `locale`? I just want to confirm if it's related to locale settings.

> `UTF-8` Just checked with a fresh installed Debian 10 in Hyper-V, the default `LC_ALL` is empty. Then I'm wondering why my `LC_ALL` is assigned a value...😕

> Changing the `LC_ALL` doesn't seem to affect this for me @andrzejnovak what's the output of `test=''; echo ${#test}` on your machine?

@andrzejnovak emmm... I have no idea what's happening on your side