Coiby

Results 33 comments of Coiby

>Try this with the not-working VPN just to test if encrypted DNS would work with it: >``` >apt install -y git >yum install -y git >git clone https://github.com/stamparm/python-doh >cd python-doh...

As long as it's downloading a file, `webdriver.get()` will get stuck. And this doesn't happen in chromium-based browsers.

Here is another example that could reproduce the error "expected 0 examples, but only ran XXX examples", ```bash #!/bin/bash Describe 'hello' seq_limit=3 Parameters:dynamic for key in $(seq 0 $seq_limit); do...

搜了下发现npm处理https有问题(https://github.com/isaacs/npm/issues/2119),执行npm config set registry http://registry.npmjs.org/改用http后就没问题了。

发现这个程序要依赖0.8以上的nodejs,用ppa升级后发现依赖的另一个模块(名字忘了),npm提示这个问题可能是所依赖的模块的问题,我就没玩下去了:(

今天我再试了下,提示是speaker这个模块可能有问题,不过speaker说是node-gyp的问题( This is a bug in `node-gyp`.),有人提交了一个类似的issue https://github.com/TooTallNate/node-gyp/issues/260 sudo npm install douban.fm -g npm http GET http://registry.npmjs.org/douban.fm npm http 304 http://registry.npmjs.org/douban.fm npm http GET http://registry.npmjs.org/optimist npm http GET http://registry.npmjs.org/term-list npm...

> > We are trying to run a container job on a self-hosted runner without docker. Instead of docker we are having podman with an alias to docker. Unfortunately the...

@rainy-im 从v2ex上看到过来的,scholar把SF的DO封掉的问题可以看下我发的这个帖子 http://v2ex.com/t/163133

@kevw22 @Hasset Sorry for the late reply. Could you tell me which course? I can't replicate this problem.

@Hasset Thank you! According to the info you provide, there's something wrong with parsing out `article[class='course']`. Normally, `COURSE` should look like this: ``` html ... ... ``` Could you print...