Thomas Thomassen
Thomas Thomassen
> Hi Thom, > > SU Walk is actually a stand alone application for the most part. But it has a couple of plulg-ins for SketchUp that help users create...
http://stackoverflow.com/a/12802427 > If one of both Floats is NaN then you get this message. So, prevent the NaN case. * * * http://rubywtf.com/ > When [a,b].min != a < b...
> Ideally the instructions for this repo should be "standalone" and not require additional instructions in turn referencing additional instructions. Even better would be if the right dll/dylib file could...
`sketchup-api-stubs` is part of the `Gemfile`, running `bundle install` should install all gem dependencies. However, I think I have a clue to what might be going on, solargraph depend on...
Found a related issue I logged: https://github.com/SketchUp/ruby-api-stubs/issues/76
I think this would depend on `-RubyStartup` working with the debug setup. https://www.thomthom.net/thoughts/2013/04/sketchup-command-arguments/ It might also clash if one need `-RubyStartup` for something else. (I do that with some of...
The trouble is that debugging Ruby within SketchUp has been provided by a DLL using the `ruby-debug-ide` protocol: https://github.com/SketchUp/sketchup-ruby-debugger More info here: https://forums.sketchup.com/t/vscode-ruby-extension-no-longer-mantained/250058 We've hot had time to investigate what...
Can you provide the output of these two commands please? ``` skippy -v ``` ``` skippy sketchup:list ``` Also, what version of macOS are you using?
> If I run skippy sketchup:debug 2021 on the command line, sketchup 2021 does open (but breakpoints do not work). That will only start SketchUp with the debugger listening. You...
> If I try to use run task... from vscode sketchup does not start at all. What does your `tasks.json` file look like?