Alan Rynne
Alan Rynne
It can once we merge in https://github.com/specklesystems/speckle-sharp/pull/1620, since it contains a better implementation of `GetMembers()` that should work for all the old cases either by: - Calling `GetMember(ENUM_OF_THE_DESIRED_MEMBERS)` to get...
Hey @d3ssy! Nice to have you around :) This is a nice suggestion, to be honest I'm not sure it would have any negative repercussions so I'm open to this,...
Oh, that could be quite a nice solution indeed! Would be worth a shot, and seems like a 3 line change in the code 👍🏻 Anyway thanks for lurking through...
Hey @d3ssy! We don't convert text entities because Grasshopper does not have a direct translation of what `Text` actually does, which would lead to quite a lossy conversion. What would...
Hmm, that would be tricky, as it would be effectively changing the structure of the object being expanded, and this could conflict with an actual property called `Other` that a...
Oopsies, deleted a branch and this got closed with it! Shouldn't have happened 😅
I'm merging this in as it has no changes in connector code, and the CI runs as expected
In `2.9`, whatever fails conversion will be returned as `null`. That being said, I'll double check these curves to see what's the problem with that. For future reference, Dynamo is...
https://github.com/specklesystems/speckle-sharp/pull/1670 fixes the error on that specific commit, which was caused by the arcs being built with angles instead of the 3Pt constructor, leading to non-connecting elements in the polycurve.
Some of these concerns were already addressed when we switched to `dynamic config` generation in CircleCI, but the sentiment still stands.