Stefan Sauer
Stefan Sauer
See [#PR/318](https://github.com/googlecloudrobotics/core/pull/318). Right now when deleting a registered robot (by deleting the robot-cr), the associated pubkey is not deleted, leading to an accumulation of stale pubkey configmaps in the app-tokenvendor...
We still can't run the UI tests and this makes the whole CI run super slow (as each test runs into a timeout). Locally the tests mostly work: * debian...
Run only the ui test with increased log levels to debug test infra issues on CI. See #153
I am trying to enable a test report and get consistent test results * [x] produce a summary: * https://github.com/pcolby/tap-summary: parses tap results and produces summary files * https://github.com/test-summary/action: bumped...
To ensure a consistent code formatting I would add a .clang-format config to git and also apply this once. I'd also add a pre-submit hook and will see if I...
Thanks for sharing! It would be great if you could add the license so that people know what they can do with it (e.g. fork and add features).
I was looking into using your ev3dev python wrapper. As mentioned in https://github.com/mindboards/ev3dev/issues/63#issuecomment-43070843 the devices have changed. I am tweaking this in my fork right now ... https://github.com/ensonic/ev3dev_examples
E.g. ``` nmap --script CVE-2017-7494.nse -p445 192.168.0.0/24 ```
The code in https://github.com/mitchellh/go-server-timing/blob/master/middleware.go#L97 currently calls: ```go headers.Set(HeaderKey, h.String()) ``` I am adding the timings to a http proxy and it would be good to not clober the downstream timing...
This is most likely a user error, but having more info in the readme would be helpful. This is what I am doing. ```bash # using mydomain.de as an example...