Stefan Sauer

Results 256 comments of Stefan Sauer

> I'd suggest to drop the default values for namespace in k8s.bzl. You means those: https://github.com/bazelbuild/rules_k8s/blob/master/k8s/object.bzl#L169 Makes sense, will do next year if you are not quicker with a PR.

+1 Another usecase for such a feature would be to setup wifi. On many devices entering the wifi settings is hard. I don't want to complicate the feature request, but...

In the past I've been use gst-indent which is a wrapper around gnu indent. But I've seen that gstreamer is struggling a bit with some change in newer versions. If...

Looks like some GC default changed. Googling for the error lead me to: https://cloud.google.com/anthos-config-management/docs/how-to/troubleshoot-config-controller If you run: ``` gcloud compute networks create default --subnet-mode=auto ``` and then retry, does that...

@simonedegiacomi I like the idea. I don't like the url parameters though. This would make it hard to use for kids. If the robots would be connected to the internet...

Oh and while we're at the topic of links, may be use http://opensoundcontrol.org/spec-1_0 for the spec link?

Thanks for pointing this out. I can check what can be done on the ev3 kernel (@dlech). In case you have ideas where bootchart is not using the monotonic clock...

+100. Please expand the README and add a simple example.

Thanks, the changes in #101 are great. I was looking for generic helper to setup integration tests that are using bazel, while this focuses of scafolding for e.g. bazel rules.