The Surgeon

Results 11 issues of The Surgeon

`Parse` should try to read each of the variables before failing when checking for required, so that way users do not have to enter each one manually and find each...

enhancement

This part of the code will never get reached, as there are no breaks out of the loop and the only exits are on line 80 and 89.

It would be nice if arguments aren't required. I could see several reasons for wanting defaults be in. Obviously the issue with how things are now is that the arguments...

:sparkles: enhancement

There seems to be an argument `--exported` for `Generates public mocks for private interfaces` which I'm assuming means for unexported types? Well this is ~defaulted~ stuck on, which leads to...

### What's in this PR? This PR Changes the pathing `internal` => `pkg` to expose some of the parts of CloudInfo to be used externally, such as the types, the...

The AWS Documentation in the `README.md` should probably make reference to the fact that two regions, `me-south-1` and `ap-east-1` are problematic and need to be enabled. https://docs.aws.amazon.com/general/latest/gr/rande-manage.html

I noticed that the progress bar uses whole blocks instead of the partial blocks: `▏`, `▎`, `▍`, `▌`, `▋`, `▊`, `▉` While the Empty character `░` wouldn't really go well...

enhancement

It would be nice if there was a way to make required true by default. Most of our fields are required and it's rather cumbersome to individually mark everything as...

Right now the service is down because Google dropped support for go 1.9.

If you create an ENUM and assign a column using it, and then go to update the name, it does not reflect in the table or in the generated SQL.