Matthew Rankin
Matthew Rankin
I've just been adding fields as needed.
Do you think this is a breaking change that should be delayed until a major version bump to maintain semantic versioning?
There may be more methods that are broken, but right now I can confirm that the following are broken: ```go func (c Client) AnnualIncomeStatements(ctx context.Context, symbol string, num int) (IncomeStatements,...
@karagog — Are the integration tests working for you?
@rsuttles58 Yes, I'd greatly appreciate your help.
Closed by commit 7cd26ca and commit 6e42333.
You should probably handle the errors being return by `ctx.GetDeviceList()`, `device.GetDeviceDescriptoer()`, and `handle.GetStringDescriptorASCII`.
Thoughts on the API to create a new DC power supply in the case where one IVI driver supports multiple models, such as handling models with different number of outputs....
The magic number that needs to be eliminated is no longer 1024. It is now 512 in `func (d *Device) readRemoveHeader(p []byte) (n int, err error)`.