-
Would this work?
```suggestion
new_macro_table.macro_with_id(MacroTable::NUM_SYSTEM_MACROS),
```
_Originally posted by @popematt in https://github.com/amazon-ion/ion-ru…
-
Following the inclusion of your plugin within a NextFlow (24.04.2) container that I am building, a scan of the container detected an issue with the following packages:
- io.netty/netty-codec-http2 …
-
Per https://github.com/aws/aws-sdk-java/issues/3077, latest AWS SDK remove dependency on software.amazon.ion/ion-java that had the cause of CVE.
-
ion-java 1.5.1 defines an automatic module name
```
$ jarviz module descriptor --file ion-java-1.5.1.jar
name: software.amazon.ion
version: 1.5.1
open: false
automatic: true
main-class: soft…
-
Can this be derived (i.e. `fn is_tagless() -> bool`) rather than storing the opcode length in a field? Tagless encodings _must_ have `value_body_length + length_length == total_length`, …
-
https://gist.github.com/hohle/1203846da7579950be4b70b93d7cee19
-
I have code that I want to read in ion data from a file, make a modification, and then write it back out to a file. The file will be source controlled in a version control system.
I want to include…
-
> while we still can
There's a [cfg_version](https://doc.rust-lang.org/nightly/unstable-book/language-features/cfg-version.html) RFC that will help with this.
Also, if we haven't a…
-
### Feature Type
- [X] Adding new functionality to pandas
### Problem Description
We heavily rely on [Amazon ION](https://github.com/amazon-ion/ion-python) file format. Currently, reading ION…
-
> Hey! Esteemed ion-schema contributors, and especially @popematt, I have just started working on a new project that will use `ion` as encoding/decoding. And i need to write some codegen for different…