Dan Goodman

Results 107 issues of Dan Goodman

No matter was is in there, it does nothing. These are some system logs: ```Apr 30 16:34:26 dansserhascreen Do Not Disturb[190]: Do Not Disturb (pid: 190) ERROR: failed to execute...

It seems as if it's not adjusting for exposure, they are always shot with minimum exposure. This is using the most up to date versions of the app and client...

I think a guide of how to use the `dataproc` exploit mught be a great addition. In the defcon talk, the dataproc exploit is started by using an already captured...

Function deployments require the cloud build api to be enabled. If possible, part of the steps in actas should be to make sure the api is enabled. Additionally with Dataproc,...

I am suggesting that for the redis broker, the funactionality be switched from using [`BLPOP`](https://github.com/RichardKnop/machinery/blob/master/v2/brokers/redis/goredis.go#L332) and [`RPUSH`](https://github.com/RichardKnop/machinery/blob/master/v2/brokers/redis/goredis.go#L203) for the `Publish` and `nextTask` functions to using `BRPOPLPUSH` and `LPUSH`. The danger...

Right now the `LEGO_EXPERIMENTAL_CNAME_SUPPORT` only follows one CNAME record. If this CNAME record points to another, then the chain breaks and the DNS record created is incorrect. This change allows...

area/lib

##### ISSUE TYPE - [x] Feature Idea # BUG REPORT ##### SUMMARY It would be great if there was a way to pass multiple files to `kubeaudit` so that it...

help wanted

Remake see #971 for previous discussions

I think etcd could be a good durable cache, as well as using the WATCH api for listening to changes, and then being able to write out to it as...

enhancement
inputs
outputs
caches

When trying to use sqlc for our project I noticed a few things were not supported that we require. We do use CockroachDB with the postgres engine. 1. The [`ON...

enhancement
:books: cockroach