hhaoao

Results 10 comments of hhaoao

I use potPlayer. Solution: Display the link returned by `youtube-dl --get-url` on the page(PostScript). Then open it with the [potplayer-youtube-shortcu](https://chrome.google.com/webstore/detail/potplayer-youtube-shortcu/cfdpeaefecdlkdlgdpjjllmhlnckcodp) similar plugin. Details: #65

Many problems are caused by autohotkey not providing an interface to generate ast (abstract syntax tree). I don't understand why the official does not provide it.(Halfway through 2020)

Due to inadvertently knowing that there is an extension that can meet my needs, this feature enhancement project has been abolished by me. Here is my summary. ## 文档食用指南: https://developer.chrome.com/docs/extensions/reference/...

应该不是这个证书原因,证书过期我早就设置为忽略了.

那个timed out,是正常的,dnscrypt-proxy默认的多数dns服务器都在国外,超时不奇怪. 你去看下证书就有如下信息的,要2030年才过期. 貌似是地域问题,我这么多天,没关又行了,哎,我找不到原因. ``` 起始时间 2020/3/25 上午11:28:38 (Asia/Shanghai) 终止时间 2030/3/23 上午11:28:38 (Asia/Shanghai) ```

喔哦,好的,那个的确是表情符号来的,解决不了怪可惜的。

@abhijithvijayan I looked at your project and found that the project built with the yarn package management tool, do you plan to consider creating a branch built on npm?

@abhijithvijayan I follow your prompt to delete the relevant files and modify the package.json file: ``` "build": "npm run build:chrome && npm run build:firefox && npm run build:opera" ``` But...

@damr67 Hello, your PR didn't completely solve the dependency problem, I found that the #36 has been perfectly solved, just did not merge into the master branch. I find that...

How to print unicode _attr? ``` error: invalid operands to binary expression ('std::ostream' (aka 'basic_ostream') and 'std::vector') ``` ```c++ #define BOOST_SPIRIT_X3_UNICODE #include auto f1 = [](auto& ctx){std::cout int_ ; ```