├── .github └── ISSUE_TEMPLATE.md ├── LICENSE ├── README.md └── docs ├── 1.1.a-bug.html ├── 1.1.b-workaround.html ├── 1.2.a-bug.html ├── 1.2.b-workaround.html ├── 10.1.a-bug.html ├── 10.1.b-workaround.html ├── 11.1.a-bug.html ├── 11.1.b-workaround.html ├── 12.1.a-bug.html ├── 12.1.b-workaround.html ├── 13.1.a-bug.html ├── 13.1.b-workaround.html ├── 14.1.a-bug.html ├── 14.1.b-workaround.html ├── 14.1.c-workaround.html ├── 15.1.a-bug.html ├── 15.1.b-workaround.html ├── 16.1.a-bug.html ├── 16.1.b-workaround.html ├── 17.1.a-bug.html ├── 17.1.b-workaround.html ├── 2.1.a-bug.html ├── 2.1.b-workaround.html ├── 3.1.a-bug.html ├── 3.1.b-workaround.html ├── 3.2.a-bug.html ├── 3.2.b-workaround.html ├── 4.1.a-bug.html ├── 4.1.b-workaround.html ├── 5.1.a-bug.html ├── 5.1.b-workaround.html ├── 6.1.a-bug.html ├── 6.1.b-workaround.html ├── 6.2.a-bug.html ├── 6.2.b-workaround.html ├── 7.1.a-bug.html ├── 7.1.b-workaround.html ├── 7.1.c-workaround.html ├── 8.1.a-bug.html ├── 8.1.b-workaround.html ├── 8.2.a-bug.html ├── 8.2.b-workaround.html ├── 9.1.a-bug.html ├── 9.1.b-workaround.html ├── 9.2.a-bug.html ├── 9.2.b-workaround.html ├── 9.3.a-bug.html ├── README.md └── _config.yml /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/README.md -------------------------------------------------------------------------------- /docs/1.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/1.1.a-bug.html -------------------------------------------------------------------------------- /docs/1.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/1.1.b-workaround.html -------------------------------------------------------------------------------- /docs/1.2.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/1.2.a-bug.html -------------------------------------------------------------------------------- /docs/1.2.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/1.2.b-workaround.html -------------------------------------------------------------------------------- /docs/10.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/10.1.a-bug.html -------------------------------------------------------------------------------- /docs/10.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/10.1.b-workaround.html -------------------------------------------------------------------------------- /docs/11.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/11.1.a-bug.html -------------------------------------------------------------------------------- /docs/11.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/11.1.b-workaround.html -------------------------------------------------------------------------------- /docs/12.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/12.1.a-bug.html -------------------------------------------------------------------------------- /docs/12.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/12.1.b-workaround.html -------------------------------------------------------------------------------- /docs/13.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/13.1.a-bug.html -------------------------------------------------------------------------------- /docs/13.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/13.1.b-workaround.html -------------------------------------------------------------------------------- /docs/14.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/14.1.a-bug.html -------------------------------------------------------------------------------- /docs/14.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/14.1.b-workaround.html -------------------------------------------------------------------------------- /docs/14.1.c-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/14.1.c-workaround.html -------------------------------------------------------------------------------- /docs/15.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/15.1.a-bug.html -------------------------------------------------------------------------------- /docs/15.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/15.1.b-workaround.html -------------------------------------------------------------------------------- /docs/16.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/16.1.a-bug.html -------------------------------------------------------------------------------- /docs/16.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/16.1.b-workaround.html -------------------------------------------------------------------------------- /docs/17.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/17.1.a-bug.html -------------------------------------------------------------------------------- /docs/17.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/17.1.b-workaround.html -------------------------------------------------------------------------------- /docs/2.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/2.1.a-bug.html -------------------------------------------------------------------------------- /docs/2.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/2.1.b-workaround.html -------------------------------------------------------------------------------- /docs/3.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/3.1.a-bug.html -------------------------------------------------------------------------------- /docs/3.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/3.1.b-workaround.html -------------------------------------------------------------------------------- /docs/3.2.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/3.2.a-bug.html -------------------------------------------------------------------------------- /docs/3.2.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/3.2.b-workaround.html -------------------------------------------------------------------------------- /docs/4.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/4.1.a-bug.html -------------------------------------------------------------------------------- /docs/4.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/4.1.b-workaround.html -------------------------------------------------------------------------------- /docs/5.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/5.1.a-bug.html -------------------------------------------------------------------------------- /docs/5.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/5.1.b-workaround.html -------------------------------------------------------------------------------- /docs/6.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/6.1.a-bug.html -------------------------------------------------------------------------------- /docs/6.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/6.1.b-workaround.html -------------------------------------------------------------------------------- /docs/6.2.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/6.2.a-bug.html -------------------------------------------------------------------------------- /docs/6.2.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/6.2.b-workaround.html -------------------------------------------------------------------------------- /docs/7.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/7.1.a-bug.html -------------------------------------------------------------------------------- /docs/7.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/7.1.b-workaround.html -------------------------------------------------------------------------------- /docs/7.1.c-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/7.1.c-workaround.html -------------------------------------------------------------------------------- /docs/8.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/8.1.a-bug.html -------------------------------------------------------------------------------- /docs/8.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/8.1.b-workaround.html -------------------------------------------------------------------------------- /docs/8.2.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/8.2.a-bug.html -------------------------------------------------------------------------------- /docs/8.2.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/8.2.b-workaround.html -------------------------------------------------------------------------------- /docs/9.1.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/9.1.a-bug.html -------------------------------------------------------------------------------- /docs/9.1.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/9.1.b-workaround.html -------------------------------------------------------------------------------- /docs/9.2.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/9.2.a-bug.html -------------------------------------------------------------------------------- /docs/9.2.b-workaround.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/9.2.b-workaround.html -------------------------------------------------------------------------------- /docs/9.3.a-bug.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/9.3.a-bug.html -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/philipwalton/flexbugs/HEAD/docs/_config.yml --------------------------------------------------------------------------------