Thomas Thomassen

Results 573 comments of Thomas Thomassen

Like #941 , I'm not able to reproduce this one either. ``` d.persistent_id => 32 d.persistent_id => 32 d.persistent_id => 32 d.persistent_id => 32 ``` Between each call I tried...

I re-tested using 23.1.340. I'm able to observe it.

Ah. Right. That's because it has it's customized `parent` method, but we didn't think it was needed to be listed because it was implementation details. Didn't realize it got hidden...

@Fredosixx - Can you add a minimal repro code example please?

> The problem is in the description, not in the code. I was reading this as the behaviour was unexpected. But you're considering this a documentation issue?

The C API docs are generated by Doxygen and their structure are a result of that. Haven't noticed that the page names changes though - but I'm also not sure...

> Also there are invalid links in https://github.com/SketchUp/api-issue-tracker/issues/90 because a directory was renamed from "developer_center" to "developers" without setting up a redirect. That is something we would be able to...

@dphdave - do you have a small snippet to demonstrate?

> The method whereby you do a make_unique on a component does not guarantee that the definition of the component is different from the original one. When does it not...