Jonny

Results 21 comments of Jonny

Yes these accounts I noticed have a lot of `RESOURCE_STAR` IAM linting issues. Will try again and see if I get any further.

I've got one on the go in my fork. Once it has a bit more testing I'll open a PR for it :+1:

@codyoss sorry, here it is: ``` go: found github.com/golang/mock/mockgen in github.com/golang/mock v1.4.3 go: downloading golang.org/x/tools v0.0.0-20190425150028-36563e24a262 ```

To be clear I'm not aware of this ever working in mockgen. My reference to "tests failing where they didn't before" is that in the old version of my code,...

Also of interest may be that if I change the signature to `DoSomething(input M)` the test stlil fails.

Same here, on a fresh system (#340 causes the first exception, which can be ignored): ``` $ rm -rf .subuser $ subuser list available Traceback (most recent call last): File...

The issue appears to be that the repo has no commits, and therefore `master` doesn't exist yet. `git ls-tree master` fails with the same error as above. To fix, simply...

This really should be fixed - subuser failing to run on a fresh system will put many new users off.

While we're waiting for native functionality to land in PiKVM, [pikvm-mouse-wiggle](https://github.com/jtyers/pikvm-mouse-wiggle) will do this for you. Disclaimer: I'm the maintainer.

Whoopsie, thanks @c0bra99, fixed