laggardkernel
laggardkernel
Reading from the [manual of pyenv](https://github.com/pyenv/pyenv/blob/master/COMMANDS.md#pyenv-shell-advanced), version name without `python-` prefix is the canonical way to use it. `PYENV_VERSION` is exported by `pyenv shell ` and `pyenv activate `, you'd...
Dude, you should follow the manual of a command line tool. `python-3.7.3` with prefix `python-` is not a canonical version name. `pypy3.6-7.1.1` is another thing, don't mix theme together. `pyenv...
What I categorically disagree with you is that `PYENV_VERSION=python-3.7.3` with prefix `python-` is a wrong use. The manual/tutorial/wiki never tells you to do it like this. I don't understand why...
Hello. May I ask a question about the relationship between `APIFlask` and `flask-smorest`? The first time I heard about APIFlask is in a podcast greyli being interviewed about Flask 2.0....
~~换了这个,发现听得一首专辑匹配到的更少了…… 朋友你需改的版本呢,分享出来试试~~ Update: 音源太多了,只匹配 kuwo 成功。
It seems that powerlevel9k uses another trick, which is not perfect either. https://github.com/bhilburn/powerlevel9k/blob/06ed821ded11948c5972b2177ab2019a59c36b39/generator/default.p9k#L392-L400 ```shell if [[ "$P9K_RPROMPT_ON_NEWLINE" != true ]]; then # The right prompt should be on the same...
~~是啊,exec 到 dns 查询 完想要返回,不走下边 rule,现在只能再加一层 sequence。~~ 我的问题可以用下边方式绕过 ``` - matches: has_resp exec: accept ```
The PR is completed. Just need another run of the test by the CI, which is not triggered automatically. Part of the performance test is disabled, cause it doesn't fit...
Here's the formula you want with a service, https://github.com/laggardkernel/homebrew-tap. Cause the author of this project doesn't do a regular release, only installation from `HEAD` is available. ```shell brew install --HEAD...
Sorry about the force pushing. I'll give a brief explanation about what has been changed. The 1st force pushing is to keep the history clean. `raise NoCredentialsError` if `anon` is...