Tyler Gillson

Results 10 comments of Tyler Gillson

See https://github.com/manifoldco/promptui/issues/92 for another [alternate solution](https://github.com/shaneharter/promptui/commit/33d9dc105f3f49679d8cec3544835fdf5be3612e)

See https://github.com/manifoldco/promptui/issues/122 and https://github.com/manifoldco/promptui/issues/92 for two possible solutions.

See https://github.com/manifoldco/promptui/issues/122 and https://github.com/manifoldco/promptui/issues/92 for two possible solutions.

> @TylerGillson , I think it's nice to have `appVersion` specifying the container image version and also have a way to overwrite it if a user wants to in their...

@arbreezy gotcha! Made the change you suggested now that I've understood you 😅

@arbreezy @thschue I'm happy to make whatever changes you guys feel are necessary, but I'll need a little bit more detail please. We already have `app.kubernetes.io/version: "0.2.4"` and I proposed...

@Bobgy this is impacting our GH actions using the following config: ```yaml jobs: golicense-pr-scan: runs-on: ubuntu-latest steps: - name: install-git run: sudo apt-get install -y git - name: install-golicenses run:...

Simply changing `go-licenses check ./... --ignore github.com/myorg` to `go-licenses check --ignore github.com/myorg ./...` fixed this for me 🤦🏼‍♂️

@mudler I had to jump through a ton of hoops to get OpenAI [gRPC service & stub autogeneration](https://github.com/openai/openai-openapi/pull/41) working, but I thought it might be helpful. If not it was...

@wmashal I validated K8sGPT + LocalAI yesterday, so I don't think there is any problem on the LocalAI side. Also, this issue duplicates https://github.com/k8sgpt-ai/k8sgpt-operator/issues/132. Let's keep the discussion to the...