phil swenson
phil swenson
Running on Mac/Homebrew every analogs command gives this warning: ``` /usr/local/Cellar/awslogs/0.11.0_2/libexec/lib/python3.8/site-packages/jmespath/visitor.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="? if x is 0 or x is 1: ``` needs...
code like this: ``` ruby desc 'create new symptom' params do optional :id, type: Integer requires :reasonCode, type: String requires :lifeThreatening, type: Boolean requires :msp, type: Boolean optional :symptomNamesAttributes, type:...
Often we will run into a swagger feature that isn't supported by the grape-swagger integration. So my question is, is there a way to intercept the generated swagger json documentation...
See this ticket: https://github.com/spotify/docker-client/issues/1017 I'm not sure if I should treat this as a spotify client problem or a docker-junit-rule problem.
coreos (1298.7.0) I set `export USE_CALICO=true` in the worker-install.sh (for k v1.5.4) and got the following output ``` Created symlink /etc/systemd/system/update-engine.service → /dev/null. Created symlink /etc/systemd/system/multi-user.target.wants/flanneld.service → /usr/lib/systemd/system/flanneld.service. Job for...
see https://kubernetes.io/docs/user-guide/cron-jobs/ i believe adding this would do it `--runtime-config=batch/v2alpha1` going to adding this myself to controller-install.sh and see if it works
I was hoping to be able to run a helm command via something like: ```console docker run --rm -it helm-image-name --helm-version=${HELM_VERSION} --kube-server=${API_SERVER} --namespace=${NAMESPACE} --token=${BEARER_TOKEN} --insecure-skip-tls-verify --chart-repo=${CHART_URL} --helm-command=${HELM_COMMAND} ``` This would...
Export as embedded scene PNGs no longer are editable in JetBrains Broken both for Jetbrains and VSCode so maybe the format was changed? Editing as SVG still works
problem: when an API object has a dynamically generated key name from `z.record` in the zod schema, tools like redocly and swagger show the key name as "Property1", "Property2". This...