Saejin Heinert

Results 5 issues of Saejin Heinert

In Node 16 and up, running `prettier-standard` generates the following error: ```text (node:416235) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/saejin/projects/personal/indexify/node_modules/find-parent-dir/package.json' of 'find-parent-dir.js'. Please either fix that or report it to...

This PR contains metadata and configuration cleanup and additions to support publishing GatorGrader as a package on PyPI. Among the many changes, here are the important highlights: - Remove check...

feature
documentation
infrastructure

**Describe the bug** Many test cases in GatorGrader check the newline count of generated output. It turns out that this count can change depending on an external variable: the number...

bug

I believe that currently the `README.md` file has a significant amount of semi-outdated and unhelpful content, and needs a major refactoring. I've listed a few problems I see below, but...

documentation

For a configuration like: ```groovy xjc { xjcVersion.set "3.0.2" useJakarta.set true xsdDir.set file("src/main/resources/xsd") outputJavaDir.set file("src/model/java") groups { register("Thing") { includes.add "Thing.xsd" defaultPackage.set "com.stuff.messages" } register("In") { includes.add "In.xsd" defaultPackage.set "com.stuff.messages.in"...