xliao
xliao
Some of my projects depend on packages in editable mode, and I use `pip freeze` to generate `requirements.txt` which would include lines like this: `-e git+https://github.com/suzaku/curdling.git@864313157e4f0966a32f24fae4e525de71ce435c#egg=curdling-master` Such lines will cause...
I'm trying to reuse `curdling.web.Server` to set up a curdling server in a WSGI app engine: ``` python args = Namespace(curddir=curddir, user_db=None, debug=False) server = Server(args) ``` After one of...
As pointed out in #13654, auto matching of quotes may take a long time if the prefix is long. To be more precise, the longer the text before the first...
If there's no file found for the given name with or without the ".py" suffix, the message should consistently use the original name to avoid confusion.
In the current implementation, `kubectx -d ctx1 ctx2` doesn't work because it's interpreted as `'ctx1 ctx2'`.
**Description** When there are hundreds of thousands of `VirtualService` created, it takes a long time to collect all the endpoints when the `external-dns` targets are not set explicitly in the...
Rewrite some example code and use more idiomatic python style. PS. How to run the tests for these examples?
When following the instructions in README to compile goplayspace, I got the following error: ``` cannot find package "github.com/gopherjs/vecty" in any of: /usr/local/opt/go/libexec/src/github.com/gopherjs/vecty (from $GOROOT) /Users/xliao/go/src/github.com/gopherjs/vecty (from $GOPATH) gzip: can't...
### Would you like to have a new feature? Please describe. Ability to specify ignored repositories when counting PRs. ### How would this feature be beneficial for the project Some...
I've also tried to download the files concurrently. But the variance of the network latency is too big to observe any improvement.