simpleRPC icon indicating copy to clipboard operation
simpleRPC copied to clipboard

Remove the size from the Array signature.

Open yanxke opened this issue 6 months ago • 4 comments

Pull Request Details

Provide details about your pull request and what it adds, fixes, or changes.

Remove the size from the Array signature because the Python code can't parse this. Removing this makes it works like a Vector which can be parsed by the Python code. The API itself is ambiguous because it can't tell what should be after a starting '['

Breaking Changes

Describe what features are broken by this pull request and why, if any.

Signature on Array.

Issues Fixed

Enter the issue numbers resolved by this pull request below, if any.

None

Other Relevant Information

Provide any other important details below.

yanxke avatar Jan 03 '24 00:01 yanxke