D. S. Liu

Results 10 comments of D. S. Liu

> 不知道从哪个版本开始,Ubuntu安装wine QQ后中文会变成方块。。。原因是wine QQ使用文泉驿字体, 此字体已不随机附带, 随机字体为Noto系列字体。 > > 解决方法为安装对应字体 > > `sudo apt install fonts-wqy-microhei fonts-wqy-zenhei` > > 需注意文泉驿字体归于universe分支, 意味不受Canonical支援, 可能需要在apt sources中添加universe分支 > > `sudo add-apt-repository universe` > > 希望可以将字体并入dependencies中,...

I'v already enabled access to file URLs as shown in the screenshot bellow ![image](https://user-images.githubusercontent.com/67493438/139850674-37ed0f98-8125-4462-b7b1-19e9fed50060.png) but as you can see, when I click the *.md file, it just show the download...

* Cannot toggle this option on ubuntu ![image](https://user-images.githubusercontent.com/67493438/139998443-43d1c1b2-6c50-4bdc-badc-f73607cd4644.png) * when I click it, it changes back to the following ![image](https://user-images.githubusercontent.com/67493438/139999167-76571768-c476-4a60-ac15-91f4d5230d41.png) * it behaves different from chrome on windows

Since I have VS code installed, I could just use it to view local *.md files

I meet the same problem, but I'm on ubuntu, don't know how to solve it.

> Please make sure the win32-openssh folder containing sftp-server.exe is in the SYSTEM PATH environment variable. To debug further, take a look at the sshd.log, sftp-server.log file. To enable the...

When I instantiated the Engine in the ```test``` method rather than in the ```__init__``` method, it worked. Why this happens? ``` from concurrent.futures import ProcessPoolExecutor import strawberryfields as sf from...

I want to run the code concurrently instead of a for loop which is quite slow. That's why I use ProcessPoolExecutor. I can't figure out why the Engine instantiated in...

> I had better luck with getting `multiprocessing` to at least work (see docs here: https://docs.python.org/3/library/multiprocessing.html#module-multiprocessing): > > ``` > class GBS: > def __init__(self): > prog = sf.Program(2) >...

Besides, when I set the ```-d``` option to ```59784``` or greater, the resulting measurement scheme is problematic. As shown in the following snap shot, the 119568th measurement doesn't designate the...