Richard Giliam

Results 12 issues of Richard Giliam

*Issue #, if available:* n/a *Description of changes:* Prior to this PR compilation of the C extension resulted in quite a bit of noise from compiler warnings and associated notes:...

*Issue #, if available:* *Description of changes:* Add support for Symbols to the 1.1 binary raw reader. --- By submitting this pull request, I confirm that my contribution is made...

*Issue #, if available:* #662 *Description of changes:* Add support for floats to the 1.1 binary raw reader. --- By submitting this pull request, I confirm that my contribution is...

*Issue #, if available:* #662 *Description of changes:* Add support for decimals to the 1.1 binary raw reader. --- By submitting this pull request, I confirm that my contribution is...

*Issue #, if available:* #662 *Description of changes:* Add support for blobs and clobs to the 1.1 binary raw reader. --- By submitting this pull request, I confirm that my...

With the changes in #458, position information was added to Incomplete errors, which would lead to each variant having to include position data in order to provide it to the...

`text::RawTextReader` offers a function to create a new reader with a user provided size hint. The hint acts as the initial buffer size, as well as the default read size....

When creating an ION_WRITER backed by a user supplied buffer, it appears the stream limit continues to increase beyond the stream size (as if it were a page-backed stream). ```...

bug

*Issue #, if available:* #665 *Description of changes:* This PR adds delimited container support for the binary 1.1 reader. --- By submitting this pull request, I confirm that my contribution...

From Matt's comment on [756](https://github.com/amazon-ion/ion-rust/pull/756#discussion_r1592608371). > Can we create an issue to track this? It would be great for users (and our own benchmarks) if we could use 2-byte floats...

enhancement