Daniel Skinner
Daniel Skinner
quick list of changes - Makefiles aren't necessary anymore - `go fix` and call `time.Now().Unix()` for seeding in demos and tests - relative import in demos of stats package
I believe this is related to #32 where eaburns pointed out a potential issue with the scale factor. I don't know a great deal about fonts, but presuming a zero...
Material content can act independently of the material itself, being clipped by the material's bounds. There's a lot of interesting cases for interactions with this such as resolving content layout...
I've seen this a handful of times (rare) during use; the "clear view" context option just isn't there after being open (and used) for a while. Note, this was behavior...
includes are currently handled in _pre.py and not in the sandbox environment, preventing dynamic use in templates
allow include path to be relative to file, so maybe like include("./this.dmsl")
it might be helpful to be able to pass an arg to builtin include that specifies which top-level blocks to include, ignoring the rest. This stems from noticing a need...
While what's currently displayed is consistent, it's not always correct. Some cases require attributes that are derived from it's parent, such as a `RelativeLayout` child autocompleting an attribute for `layout_centerInParent`....