Andrew LeFevre

Results 36 issues of Andrew LeFevre

I know that the Arg class is meant to take variadic arguments, but why can't the Opt class take variadic arguments as well? I would like to take multiple arguments...

Caddy version: v2.6.0-beta.3 GOOS: linux GOARCH: amd64 Found about the same time as I found #5028. If I have a path matcher that has wildcards in the beginning and in...

deferred :alarm_clock:

### Description Whenever I try to mount a unix socket to a container by creating a bind volume, runsc fails with a fatal error when creating the container: `Error response...

type: bug

Allows users to build an audit log of what client requests were sent, or take other actions depending on details in client requests.

**What went wrong:** I tried to use read from `Watcher.Events` while multiple directories were being watched. Testing with the race detector, I found a race condition. `FsEvents` returned from `Wather.ReadSingleEvent`...

bug

With this change, SFTP clients that support sending file attributes in SFTP `open` and `mkdir` requests can now specify the permissions of files and directories when they are created. To...

I'm thinking leaving the current mapped_port rules as the defaults that can optionally be overwritten by explicitly specifying a rule for a single port.

enhancement