Khushboo

Results 17 comments of Khushboo

@jimmywarting Can you please elaborate maybe with an example of using an iterator for reader API? Did you mean to provide an iterator for DOM values (It does mean materializing...

We are working on the release for `v5.0.0` but we do not have a particular timeline for it at the moment. You can track [Milestone 7 ](https://github.com/amazon-ion/ion-js/milestone/6)which works on the...

`ion-js` v5.0.0 is now available: https://github.com/amazon-ion/ion-js/releases/tag/v5.0.0

Can you please provide more context here? What is the `typescript` version as well as `ion-js` version being used? If you can also provide a minimal example of how `ion-js`...

Changes required for 1.0 Release - [x] https://github.com/amazon-ion/ion-rust/issues/698

As per an offline discussion, all the inline type definitions must have a name defined for the initial implementation. This simplifies later adding support to infer names based on above...

There can be few alternatives to `$codegen_name` in order to extend it in future to hold more details about the inline type like namespace, different names in different programming languages...

Thanks for the detailed explanation Matthew! I think from your examples, language-specific sounds like the best solution to start with and infact having that specific syntax rather then the flatten...

> So, that is why I mentioned `WriteAsIon` in one of my other comments. `WriteAsIon` is already implemented for primitive types and for `Vec`, and if we don't have an...

This has been explained by https://github.com/amzn/ion-schema/pull/34 based on decimal ordering.