speckleworks / SpeckleDynamo

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.systems/
MIT License
40 stars 6 forks source link

Dictionaries make the sender hang #49

Open teocomi opened 6 years ago

teocomi commented 6 years ago

Need to either support them or throw a warning.

image

alvpickmans commented 6 years ago

GH doesn't seem to support them either, returns null though. @didimitrie any preference?

didimitrie commented 6 years ago

🤔 either make them a a generic speckle object with the props set to the dict, or null/warning of sorts.

teocomi commented 6 years ago

@alvpickmans quick fix is to rename the ToSpeckle and ToNative methods in the converter so that Speckle doesn't try to cast it as a SpeckleObject... Will push something now.