Thomas Thomassen
Thomas Thomassen
Ruby files are often associated with the Ruby interpreter - we don't want to execute the RB script. I was thinking of simply having a drop down list with per...
The existing text boxes would stay, we just add a drop down list of known configs. If people want their editor listed they just make a pull request with the...
@macfreek awesome!
This change was made to output similar to Ruby itself. It's something I've been meaning to get into SketchUp itself when we do a refresh of the Ruby Console.
This sounds like it fits into our TestUp automation project. We want to set up continuous integration testing against the SketchUp Ruby API tests. Do you have a branch/repo with...
I'm not sure how the results will be consumed. Will have to work with the QA department about that. Given how easy it is to create Minitest formatters they can...
I don't have all the requirements yet. I just set up a Project to start tracking all of this last friday; https://github.com/SketchUp/testup-2/projects/2
Ah, this is a debug command. https://github.com/SketchUp/testup-2/blob/e3891c9131dc425a794743046b540117419a0a6c/src/testup/ui.rb#L105-L116 It's always added to the Debug menu: https://github.com/SketchUp/testup-2/blob/e3891c9131dc425a794743046b540117419a0a6c/src/testup/ui.rb#L170 And conditionally added to the toolbar: https://github.com/SketchUp/testup-2/blob/e3891c9131dc425a794743046b540117419a0a6c/src/testup/ui.rb#L189-L192
I'm holding this PR until the other PRs are out of the way. Changing the required checks now would block the others that built with Node 10.
The best fix here would be to generate the faces with the correct order of the 3d points.