Willi Eggeling

Results 16 issues of Willi Eggeling

Please use GitHub releases to allow for easy notifications (watches) when a new version is released.

Output of `restic version` -------------------------- ```restic 0.15.2 compiled with go1.20.3 on darwin/arm64``` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Restic does not only...

type: discussion
state: need direction
category: scripting

I like the option to have the `helm-controller` update my charts according to the semantic versioning specification. For most of my charts, I use this to automatically update when a...

wontfix

if running on a git repository without an origin remote specified, vizion runs into an error: > Error: Error: Command failed: /bin/sh -c cd '/path/to/repo/';LC_ALL=en_US.UTF-8 git config --get remote.origin.url Vizion...

When checking for valid Actor methods, the SDK no longer emits warnings about invalid or inappropriate method signatures for the ones needed to be implemented for each Actor type. Fixes...

**Describe the bug** When using Actors, the server-side logs will always contain warnings about methods with invalid signatures, which is fine if it wasn't true for the required ones being...

bug