Stefan Sauer

Results 76 issues of Stefan Sauer

The improvements need a clear concept before starting implementing. The push protocol is necessary to handle restricted network setups. It comes with limitations (bandwidth and latency) and overhead though. A...

enhancement

If one specifies a bad version in an app.yaml / chartassignment.yaml the chart will be stuck in `LoadingChart` and one needs to consult the chartassignment-controller logs to see ``` Error:...

WORKSPACE: ``` http_archive( name = "rules_pkg", sha256 = "d250924a2ecc5176808fc4c25d5cf5e9e79e6346d79d5ab1c493e289e722d1d0", urls = [ "https://github.com/bazelbuild/rules_pkg/releases/download/0.10.1/rules_pkg-0.10.1.tar.gz", ], ) load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies") rules_pkg_dependencies() ``` //src/bootstrap/cloud/BUILD: ``` ... pkg_tar( name = "files", srcs = [ "//:config.sh.tmpl",...

question
p4

## Description Whike f3rr0-C47 tells you how to build from git it does not tell you how to run it. I am not here to learn yet another build system...

enhancement
feature

Add a sample invocation of the tool itself. Fixes #903 903 # Pull request title - [x] I read [contributing guideline](https://github.com/deezer/spleeter/blob/master/.github/CONTRIBUTING.md) - [x] I didn't find a similar pull request...

### What happened? migrate_to_bzlmod failed to handle an exception? The resolved_deps.py generated by bazel sync contains a bad line I guess: ``` "_action_listener": , ``` ### Version Development (host) and...

bug

note_str was not used.

For more flexible deployments and better testability, it would be great to be able to disable layer 1 features (robot federation). Status: * https://github.com/googlecloudrobotics/core/pull/425 adds a config.sh var for that...

enhancement

Sorry if I am missing something obvious. My code build, uploads and runs fine, but is not autostarted when powering the pico. I'll find all the documentation for micropython (to...