Simpletalk
Simpletalk copied to clipboard
### Main Points An area part 'consumes' the targeting cursor. Any part inside of it, ie where you need to traverse some of the area to reach the specified target,...
### Main issue ### try ``` ask "what is my name" answer it answer it ``` You'll see the 2nd answer throw an error. You can get around this by...
### Main Points ### If you copy and paste a part which has part-specific halo button (Image, Browser for example) the halo that will be open on paste will be...
Upload
This is an initial implementation of the upload functionality. Going to the examples/upload.html file and then logging in and uploading should work if you have an account.
We should smooth out some of the transitions. For example, hide/unhide, adding/deleting a part, moving to a different card etc. I don't think at the moment this needs to be...
### Main points ### If the card layout is set to 'list' and there are subparts which are set to take up the remaining space, then it becomes awkward to...
### Main issue ### Property values are set irregardless of whether the property is at all valid. In general this is fine since we should ignore invalid property values but...
Current implement of the `propertyName` rule only accepts string literals. We should allow for literals (restricted) and potentially for `Factors` or `Variables` etc. How we restrict literals is unclear but...