paul-brinkmeier
Results
3
comments of
paul-brinkmeier
Found another example: ``` module Main where import qualified Waterfall as WF import Linear main :: IO () main = do WF.writeSTL 0.01 "out.stl" $ WF.loft [ WF.fromPath2D $ mconcat...
Just another data point, this makes it very annoying to include `dbmate` in any CLI tooling/commit hooks/etc. You're basically forced to wrap it in some shell script. I'd suggest another...
I see now that this was also suggested in #688 :)