Results 39 comments of Dom

I can confirm this as well. Pretty new to sublime plugin API, so I am very likely making some incorrect assumptions

Siri is capable of displaying 2 types of lists. 1. option lists (like it shows when it wants you t select a phone number for a contact) and 2. location...

All code we write is public on github. The dev branch will always represent the latest code. As of now, nobody has started work on selection lists.

we would like to add it as part of the "ask" method like: ``` ruby ask "Which one?", options: ["Option 1", "Option 2"] ``` Would love to see your code,...

In the planned implementation it will be retrieved like so: ``` ruby chosenOption = ask "Which one?", options: ["Option 1", "Option 2"] ```

The code that goes into cora would obviously not deal with the concept of siri option lists, but rather just restrict what options are valid for the ask block. Then...

Yeah the main point of reflection probes using the Blender reflection probe objects was for their useful gizmos. Since we now have support for custom gizmos I think we want...

> Blender doesn't seem to have a concept of "parents" for things like meshes, which doesn't make much sense to me This relationship is expressed in `Objects`. Each `Object` can...

Note that the current fog component is still working in Hubs its just being handled differently than before. Since we removed the fog component from aframe I merged it into...