Jack Klika
Jack Klika
I've been looking through this -- it seems to be embedded in `public/js/main.js` and `public/js/main.bundle.js`. I'm not too familiar with javascript but I'm looking into this.
This has happened to a few times. I believe it happens when you install a package using poetry, and then switch it to a git repo. This is common if...
FYI `SIM103` autofix refactored my code to be incorrect: ``` (apps-z6RSF3Uo-py3.10) jack@macbook api % cat /tmp/a.py def verify_user(kind): if kind != "USER": return False else: return True (apps-z6RSF3Uo-py3.10) jack@macbook api...
I'm also getting this with gcp autopilot (with mostly default settings): ``` {"level":"info","ts":"2024-08-24T00:09:33Z","msg":"Starting EventSource","controller":"service-reconciler","source":"kind source: *v1alpha1.ProxyClass"} {"level":"info","ts":"2024-08-24T00:09:33Z","msg":"Starting Controller","controller":"service-reconciler"} {"level":"info","ts":"2024-08-24T00:09:33Z","msg":"Starting workers","controller":"proxyclass","controllerGroup":"tailscale.com","controllerKind":"ProxyClass","worker count":1} {"level":"info","ts":"2024-08-24T00:09:33Z","msg":"Starting workers","controller":"service-reconciler","worker count":1} {"level":"info","ts":"2024-08-24T00:09:33Z","msg":"Starting workers","controller":"dnsconfig","controllerGroup":"tailscale.com","controllerKind":"DNSConfig","worker count":1} {"level":"error","ts":"2024-08-24T00:09:33Z","msg":"Reconciler error","controller":"service-reconciler","namespace":"gke-gmp-system","name":"alertmanager","reconcileID":"b1a851e4-0670-432d-b634-c6bdcdb1f007","error":"services \"alertmanager\"...
Stepping back, what specific reasons are there not to allow dash aliases like `long-description` instead of `long_description`? If it has been working as intended this long, what specific, real issues...
> > Stepping back, what specific reasons are there not to allow dash aliases like `long-description` instead of `long_description`? If it has been working as intended this long, what specific,...