Overview
What does this PR do? Why?
Fixes a couple of typos
PR Checklist
Fixes #
I have run this code to verify it works
This PR includes unit tests for the code change
Overview
What does this PR do? Why?
Per @JoshuaKGoldberg: The GroupHoldr module stores actors in groups based on their .groupType property. groupType: "Squares" in the Objects section should be what sets it.
Let's update Solid to Squares so that we can access the new Actor.
PR Checklist
Fixes #
I have run this code to verify it works
This PR includes unit tests for the code change
Overview
Remove the ! as it does not work in the terminal for mac
PR Checklist
Fixes #
I have run this code to verify it works
This PR includes unit tests for the code change
Cleans up InputWritr a bit by improving some of the docs and function names.
Adds partial unit test coverage
Moves alias conversion to UserWrappr, where it belongs
Renames makePipe to createPipe (I like "create" more for this)_
Removes a few unused areas of code
Filed #317 to tackle a more complete overhaul of the package long term.