ricky

Results 7 issues of ricky

This PR takes the changes related to `ASTextNode2` from https://github.com/TextureGroup/Texture/pull/1986 and merges them into master. The largest changes were: * Improved layout (with Yoga) for ASTN2 * Improved truncating with...

`ASTextNode2`'s rendering of centered and right aligned text is not consistent with `ASTextNode`, `UILabel`, or itself. When rendering, `ASTextNode2` is given a `CGSize` to render in. For left aligned text,...

I was running into issues where after a mention is detected, my textView's `typingAttributes` are not used. Looking at the code, it appears that after inserting a mention, the `typingAttributes`...

* Don’t build the examples as part of a commit.

1. When running `make build` the compiler complains that it “can’t type check this expression in reasonable time” in `ObjectiveCInitExtension.swift`. I put the expression in an explicitly declared variable to...

In the given schema file, we can see the class `board_activity` references itself: ``` { "id": "board_activity.json", "title": "board_activity", "description": "Schema definition of a BoardActivity", "$schema": "http://json-schema.org/schema#", "type": "object", "properties":...