Joey Stout

Results 30 issues of Joey Stout

since I moved everything to cloudflare, the opengraph lambda function is no longer used. It is back to hardcoded in the application. We need to fix that.

wow the code is getting ugly, it doesnt help I write this thing while half asleep. I'd like to cleanup the code a ton, maybe even rewrite the UI.... idk.

performance

I'd like to simplify the API, currently every page load makes around 6-7 API requests. I think I could change this so it gets all it needs in a single...

performance

if you search `hpa` in the searchbox, the autocomplete box does not work this is true for any shortened resource name.

bug

For example, if someone searched `podAffinity` should show results for: `pod.spec.affinity.podAffinity` `deployment.spec.template.spec.affinity.podAffinity`

feature request

The install steps provided will install php 8 and the script does not work with php 8. https://github.com/willfarrell/alfred-encode-decode-workflow/issues/26#issuecomment-989865718

Reading [here](https://docs.flagger.app/tutorials/istio-ab-testing) it makes me think that I can set up flagger in a way that a user has the ability to initially be routed to either the `primary` or...

### Terraform Version 1.0.10 ### Affected Resource(s) - datadog_downtime In the docs within both github and the terraform registry [here](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/downtime), the `start` and `end` attributes as documented are a tad...

I am able to run this project directly on a raspberry pi, but I would prefer to run it in a docker container in kubernetes (microk8s, ubuntu 21.04, using the...

Running this container on MicroK8s `1.23/stable`, Raspberry PI 4, Ubuntu Server 20.04 Here is my manifest ```yaml --- apiVersion: apps/v1 kind: Deployment metadata: name: share namespace: share spec: selector: matchLabels:...