Connor Edwards
Connor Edwards
### Bug report info ```plain text act version: 0.2.77 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config files: /Users/development/Library/Application Support/act/actrc:...
`Watch()` can be implemented on providers to enable watching configuration for changes. Watching configuration requires creating a background goroutine since this function is not expected to block forever. However, there...
When source containing Windows line endings is tokenized, the line numbers can be incorrect. Given this file: ``` # a # b # c ``` This list of tokens is...
https://github.com/saferwall/pe/blob/17e522178cedf23638f283fb6f7f467272394721/security.go#L401-L409 As I understand, this code compares the actual Authenticode hash against the hash in the signed message. However, the check is performed independently of certificate validation. Therefore, an unverified...
### Proposed change [`MessagesContext`](https://pkg.go.dev/github.com/nats-io/nats.go/jetstream#MessagesContext) provides an interface to retrieve the next message in a queue. This can be stopped/cancelled by calling `Stop()` on it. The `Next()` func on the `MesssagesContext`...
### Bug report info ```plain text act version: 0.2.77 GOOS: darwin GOARCH: arm64 NumCPU: 10 Docker host: DOCKER_HOST environment variable is not set Sockets found: /var/run/docker.sock Config files: /Users/development/Library/Application Support/act/actrc:...
For security I would like to pin just versions to a specific checksum.
### Describe the bug I'm using `huh.Select` to present a list of options to the user. However when I filter down using `/` it doesn't show all of the available...
A `huh.EchoMode` that would be nice to have would be one that masks all letters like `huh.EchoModePassword` except the last. This gives some privacy from somebody looking over your shoulder...
Not sure if this is possible or not. It looks like Cargo currently waits for all crates to be downloaded before beginning compilation, which means the CPU is idling in...