cjc7373

Results 28 issues of cjc7373

I've encountered iptables errors recently: ``` $ cproxy mpv xxxx Error: Running ["iptables", "-t", "nat", "-N", "nozomi_redirect_out_23962"] exited with error; status code: 111 ``` It may be related to a...

When a tag is unclosed, like `{% if something %}`, I will get an error like: `expected tag or some content`. This is a bit confusing, a clearer message would...

By using libraries like [keyring-rs](https://github.com/hwchen/keyring-rs), one can store secrets into some platform-native credential managers, like serect service in Linux. Thus it can store serects into a password manager like KeePass....

enhancement

### Purpose relates to #8114 This is a naive idea to make the API to provide the conflicted file list. I added a simple dfs to truncate all empty dirs...

I see there exists golangci-lint configuration `.golangci.yml`, but it's quite old, and Github Actions doesn't have a job that actually run golangci-lint. So I suggest update it (maybe just use...

build

fixes #426 May be the words can be improved. But I think it's necessary to drop a kind notice in the README.

This is a major refactor and not finished yet.. But it's workable under sway and I think it's time to get some feedback. Basically we need to implement a `Dispatch`...

kb version: release-0.9 branch latest commit **Describe the bug** I'm writing an addon here. In componentdefinition, I'm using `scripts` field to create a script volume: ``` spec: .... scripts: -...

kind/bug

# What fixes #1221 # Why Since `coredns` configmap will be reverted to original state during k3s startup process, this PR utilizes `coredns-custom` configmap (introduced in k3s-io/k3s#4397) to persistent custom...

## What did you do - How was the cluster created? - `k3d cluster create multi-2 --servers 5` - What did you do afterwards? - `k3d cluster stop multi-2` -...

bug