Scott Lininger
Scott Lininger
What about this one? http://www.caliban.org/ruby/rubyguide.shtml#style This is the one we're attempting to use internally.
Yeah, I'm not sure the best way to handle these things. I just merged your first request, and the "new" pull request comes across nicely vs. the "latest & greatest"...
Yeah, I seems silly that you'd have to keep old branches around. I suspect github will preserve all of our history for us. So delete away and let's see what...
Hey guys, sorry I disappeared. We've indeed been in Vegas at the Trimble Dimensions conference. I'm reviewing requests now... :)
What level to unit test a piece of working software is always a matter of pro and con. The religious would say that every method (and every code path inside...
K. I'll add it to my work list and try to post an example soon...
First step is to refactor so any UI calls are decoupled from the actual work of importing or exporting. Then start writing unit tests of each method, using optional dependency...
Would it be possible to extend Model.export to understand .stl inherently? That might be the best export API.
Hey Mark, We had another user with this problem. He was able to manually install it by unzipping the RBZ and putting its contents into his plugins folder. Unfortunately, we...
I've filed it as an internal bug. This is great that we think we know the root cause. We'll investigate further.