Luke Mckechnie
Luke Mckechnie
Being able to store custom settings in files would be a first step toward supporting profiles for different printers/filaments. Implementation would look like adding a command line flag that loads...
It seems to me that creating the intent each time a body part is clicked is much more expensive than holding onto the selected positions and creating the intent when...
In the 2pane view, the video and solution show replacing the fragment for each body part when a new item is selected. This seems overly complex, and does not convey...
If the {{ and }} are not escaped, Helm will consume those, and the whole template will be lost. The original example: ```yaml argocd-image-updater.argoproj.io/git-branch: main:image-updater{{range .Images}}-{{.Name}}-{{.NewTag}}{{end}} ``` will render as...
This edit detects ssh://git@ and git@ urls, and replaces it with https:// in the get_edit_url function. Readme updated to include example.