Dale King
Dale King
See [Tag Expressions](https://junit.org/junit5/docs/current/user-guide/#running-tests-tag-expressions)
If you do not have any keys for `global_secrets` it still generates an unnecessary extension like: ``` public extension ArkanaKeys { struct Global: ArkanaKeysGlobalProtocol { public init() {} } }...
The one thing that seems to be lacking is the ability to add nice view OLED displays. There is a header apparently for haptic feedback based on the schematic but...
Apparently JLCPCB has changed their process for specifying parts placement. They now require separate BOM and CPL files and the file in the release do not work. Looks like I...
Seems to be an oversight to me
Gradle has [rich versioning so you can precisely specify versions](https://docs.gradle.org/current/userguide/rich_versions.html). Included in that is the ability to specify rejected versions. The dependencyUpdate task should honor that and not suggest upgrading...
Very trivial, but I noticed that the strings files generated by the XML processor have extra indentation on the first property in the object.
When specifying printf format strings you can include a parameter index to refer to which of the arguments you are referring to. For example this would include the first parameter...
It is a common practice to embed elements like this in string files to provide clues to translators: ``` %1$s - %2$s ``` But the xml processor does not support...