Joshua Barr

Results 29 comments of Joshua Barr

> is something urgent wrt 2.12.1 itself With #232 we have a path forward. This question isn't urgent- I don't even know for sure that it has a satisfying answer....

I'm taking a look- will open an issue in [`ion-java`](https://github.com/amzn/ion-java/issues) as necessary.

I just ran into #3255. Is there any way to move this PR forward? It looks like it's labeled `p-low` because it's targetting 2.0. A comment in #3887 says: >...

My preferred solution (from [this StackOverflow answer](https://stackoverflow.com/a/55830892/7763557)) is: ```kotlin project.gradle.startParameter.excludedTaskNames.add(":spotbugsTest") ``` I have this configuration in `tasks { }`, directly adjacent to my `spotbugsMain` task configuration. E.g.: ```kotlin tasks {...

We'd be happy to take a pull request here @version0chiro :)

The `ion-java` tests do treat `$ion_MAJOR_MINOR` as an IVM. See: https://github.com/amzn/ion-java/blob/0eb62ba92633f03e9f3175bb77f1b3214fcc1cdd/src/com/amazon/ion/impl/IonReaderTextUserX.java#L59

Thanks for bringing this to our attention. I am not personally very familiar with this, from some reading just now in the [Python Packaging User Guide](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#) it seems like a...

The regression detector came up after a point release caused a substantial performance regression, right? How substantial was that, are we overtuned here? Are we trying to detect any regression...

I tried listing our scorecard from the REST API and got no response, on further reading it looks like since we don't intentionally publish our scorecard it cannot be listed....

Out of the issues flagged by the OSSF Scorecard workflow we are now down to a single `LOW` priority issue with recommended remediation: > Sign up for the [OpenSSF Best...