KIC
KIC
Here is a small failing test case using spock: ``` import org.codehaus.plexus.util.cli.CommandLineUtils import spock.lang.Specification class CommandlineCommandTest extends Specification { def "test getCommand"() { given: def command = CommandLineUtils.translateCommandline('exec -s something...
Fix version extraction. Do not use the deprecated pkgutil anymore #39
Since Python 3.12. removed the long-deprecated pkgutil.ImpImporter class any import zbarlight fails with: ``` import zbarlight File "/env/lib/python3.12/site-packages/zbarlight/__init__.py", line 3, in import pkg_resources File "/env/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2191, in register_finder(pkgutil.ImpImporter, find_on_path)...
The `python TouchTerrain_standalone.py` returns the same result whether `tile_centered` is true or not. Since I want to postprocess the generated tiles in openSCAD I actually would like all tiles to...
This is a great tool and takes away the burden of creating tons of reports for individual clients but just letting them make their own reports. However, there is also...