coryrc
coryrc
sh.BothOutput and sh.BothOutputWith follows existing naming conventions.
When someone tries to run this project in Flex, it gives very weird error messages. I'm thinking an easy fix is to confirm IsStandard() when appengine.Main() is called or fmt.Fatalf()...
## PR Checklist Please check if your PR fulfills the following requirements: - [N/A] Tests for the changes have been added (for bug fixes / features) - [X] Docs have...
Also, only log when V-level enables logging (doesn't make much sense not to check). Defaults to the existing behavior.
Introduced in https://github.com/BelfrySCAD/BOSL2/commit/0b6931bce78aaf439e440a80917cc51646559b77 There is no `path` argument and never was.
If you only want one half of the partition, this argument makes it easy (and efficient). The following does not work as an alternative: ``` partition(..) if($idx==0) the_child(); ``` because...
**Describe the bug** Following the [$slop calibration](https://github.com/BelfrySCAD/BOSL2/wiki/constants.scad#constant-slop) does not result in properly-sized holes for `#6-32` holes or `M7` nuts. I have a Bambu A1 Mini, using PETG, and am printing...
Per [my argument](https://github.com/BelfrySCAD/BOSL2/issues/1679#issuecomment-2923309921), I believe this is the proper method. There is only one mating surface for each radius, so by following the documentation for `$slop`, we should only be...
Incorporating findings from Issue #1679 Describing why based on the diff on my screen, starting top to bottom: Removing XY vs Z axis, because the printing direction isn't known for...
**Describe the bug** Using the scroll wheel on the tabs rotates the active tab, but if Find was used on one tab without closing it, when that tab becomes active...