NeilBurkholder

Results 7 issues of NeilBurkholder

The Promise.then method conflicted with standard ruby in Sketchup 2021.

The Promise.then method needs to be renamed so it doesn't conflict with the standard ruby method. https://til.hashrocket.com/posts/f4agttd8si-chaining-then-in-ruby-26

ImputSimulator.Keyboard.TextEntry("") causes and exception. Empty text should simply be ignored instead of causing an exception.

For Windows platform... It would be nice to dock HTMLDialogs to the tray using ruby code. See this: https://forums.sketchup.com/t/add-abilitity-to-dock-htmldialogs/33470/30

enhancement
Ruby API
SketchUp

For bulk creating of data rate limiting becomes an issue because the Create method only accepts a single record. Add Create methods that take an enumerable of records.

Is it possible to log in with an API key rather than a user name and password? Users tend to change there passwords, and I'd rather use and API key...

When creating a face with an edge that is in exactly the same place as two shorter edges, a new long edge is used instead of using the existing short...

bug
Ruby API
SketchUp
logged