Thomas Thomassen
Thomas Thomassen
As mentioned in #822, the doc comments are using RDoc, not Markdown. A remains of the old documentation that we've never had the time to reformat to Markdown. (Tried, but...
Logged as SU-40196
That's what I was trying to figure out. In order to setup an extension with RBS tooling I needed to generate RBS definition for the SU API. It caught a...
I see this on ARM mac in SU2023.0.
Might relate to @460 ?
@SamuelTS - did you also use Bundle to consume the stub? I'm just trying to make sure that there aren't a scenario when using `gem install` that doesn't trigger YARD...
I run standalone Ruby from one of the Windows Installer builds. The version vary from computer to computer. I often have had matching standalone version to the versions used in...
> Back to merging. Could we change testup-2 to be more 'load-on-demand'? Can you elaborate a bit on the load-on-demand nature of SUMT? Btw, I'll be doing some heavy changes...
Gotcha. That's actually something I've been thinking of in general for extensions. Some pattern to load extensions on-demand to keep SU startup times low.
That's a check in `rubocop-sketchup` that I added: https://github.com/SketchUp/rubocop-sketchup (All though, not so much for I/O issues, but because it can make extension's conflict if they modify the load path...