Kevin Humphreys
Kevin Humphreys
I am running to weird oddities around trying to purge our cache in S3. I am trying to run it using the command: `docker run -e TILE_CACHE_S3_BUCKET -e TILE_CACHE_S3_KEY -e...
I am currently trying to reason around what the "correct" workflow is to handle golang dependencies and tooling for a new project. My goal is to entirely rely on bazel...
According to [the cargo docs](https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci) the local cargo package registry is safe to cache. Doing so massively speeds up docker recompile times because the docker build does not need to...
The machine I am trying to install k0s on has a read-only /usr partition This causes the install command for k0s to fail ``` executing `sudo -s -- install -m...
The kube-prometheus documentation mentions using the `rawDashboards` field instead of the `dashboards` field when passing in pre-rendered JSON dashboards for "performance" reasons. However, I want to put my dashboards in...
### Expected behavior A dockerfile utilizing the `COPY --parents .....` instruction should properly detect a list of files that are dependencies and rebuild on change when running `skaffold dev` ###...
### What happened? setting up the following for the handler ```go srv.AroundOperations(func(ctx context.Context, next graphql.OperationHandler) graphql.ResponseHandler { oc := graphql.GetOperationContext(ctx) fmt.Printf("%+v", oc.Variables) return next(ctx) }) ``` prints `map[]` on the...
### Is your feature request related to a problem? I am working on cleaning up unwatched media on my Plex. I am determining "unwatched" by having no watches according to...