-
### What is the problem you're trying to solve
## Executed instructions
```shell
# 配置nerdctl自动补全
source >~/.bashrc
# 设置alias别名为docker
echo "alias docker='nerdctl -n=k8s.io'" >>~/.bashrc
# 使…
-
### Describe the bug
EmailClient.scala
```
object EmailClient {
def send() = println("email sent!")
}
```
Main.scala
```
//> using scala 3.3.3
//> using file EmailClient.scala
//> using …
-
Hi, I use croc extensively in my workflow and as a result I have written my own simple zsh completion script, which works well me. Just thought of contributing it here so that, other people using the …
-
I'm still getting used to the xxh structure and want to add docker completions to my fish.
If I just add them to the local ```.xxh``` they will not be updated when the upstream changes.
So would…
-
### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
It seems autocompletion for `Path` types is not working correctly.
```Python
from pat…
-
### The problem
I‘m using China AI model.
1. try simple curl, it works well.
```
curl https://ark.cn-beijing.volces.com/api/v3/chat/completions \
-H "Content-Type: application/json" \
-H "…
-
I have a problem, when i'm trying to post request twice from 2 devices server get fail and restarts my docker container. in the logs is writen about segmentation fault and not more information.
requ…
-
### Description
Currently completion for `docker system` and all its subcommand are missing in fish shell.
I'm willing to provide one PR to update the `docker.fish` file. However I notice manually…
-
### Description
Sitting there spinning with the following log:
![image](https://github.com/docker/for-win/assets/41441643/e0b7d73d-ae54-4bb6-832d-1df33958a628)
### Reproduce
1. Prompted …
-
## zsh関係
* brewでinstallしておくもの
* zsh-completions
* pyenv
* pyenv-virtualenv
* nodenv
* direnv
* git-secrets
* その他installしておくもの
* poetry
* completionの設定
* `~/.zsh/git-prompt…