Wes McNamee (Coreweave)
Wes McNamee (Coreweave)
``` helm template . | fx --yaml /private/var/folders/w0/79h6c76x6hv3jmk4p81td27r0000gp/T/fx-34.0.0.js:304 throw new SyntaxError(err.message) ^ SyntaxError: Source contains multiple documents; please use YAML.parseAllDocuments() at line 63, column 1: - RespectIgnoreDifferences=true --- ^ at...
I tried to brew install this, and it eventually failed because of a failure to install `hex`. ``` ** (Mix) httpc request failed with: {:failed_connect, [{:to_address, {~c"builds.hex.pm", 443}}, {:inet, [:inet],...
## Description Wondering if there's a way to show only the `diff` and not this part: ``` Error: Not equal: expected: ... actual ... ``` I have large yaml strings...
Would love a function to convert YAML (with comments) to Jsonnet. Plugins to convert YAML to JSON already exist, but unfortunately, they drop comments (as they should, because JSON doesn't...
### Describe the bug This release shows this link: Full Changelog: https://github.com/argoproj/argo-helm/compare/argocd-image-updater-0.10.1...argo-cd-7.0.0 The real diff is this: https://github.com/argoproj/argo-helm/compare/argo-cd-6.11.1...argo-cd-7.0.0 which to be honest, doesn't really make much sense. I'd expect to...
I often will get `fatal: no upstream configured for branch 'feat/foo'` when running `gacp`. This is easily solved locally as I have an alias and function to solve that: ```...
I was interested in atomic file writes using Billy interface, but I found that file.Sync method is not implemented. e.g. https://github.com/google/renameio/blob/master/tempfile.go#L150 https://github.com/tailscale/tailscale/blob/main/atomicfile/atomicfile.go#L44 https://github.com/natefinch/atomic/blob/master/atomic.go#L43 https://pkg.go.dev/os#File.Sync Can this be implemented or a...
## Bug Report Shorter schema names from generated code. ### 1. Minimal reproduce step (Required) ``` [email protected]:argoproj/argo-workflows.git kcl import -m crd -o lib -s ./argo-workflows/manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml ``` ### 2. What did...
## Feature Request **Is your feature request related to a problem? Please describe:** I do not use Docker. I'd like to be able to run `kcl mod add` without relying...
### :wrench: Summary `--all-files` does not always run jobs against all files. ### Lefthook version ``` lefthook version -f 1.11.13 4bf51fb0bfc54b12b289d77bef855ad4d35e4a7d ``` ### Steps to reproduce Setup: ```yaml pre-commit: jobs:...