Pavel Kityan
Pavel Kityan
`isMultiple = attrs.multiple ? true : false` always true because attrs.multiple is string, no? here: https://github.com/amitava82/angular-multiselect/blob/master/src/multiselect.js#L41
Correct me if I'm wrong, but nowadays the converter follows the strict rule: make prop optional if it's not in `required` list. But JSON Schema allows using key `default`. Of...
For now schema ```json { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "MyAPI.test.Params", "title": "Params", "description": "MyAPI.test() params", "type": "object", "properties": { }, "additionalProperties": false, "required": [] } ``` will be converted to ```ts...
Quick dirty fix: CSV support for TMX layers. Fixes #179
I've just started using Quintus. While trying some demos with Tiled, I've found out that last versions of Tiled dropped XML support for layers in TMX (CSV and base64 only...
Morfana doesn't wait external fonts loading, so it may draw markup incorrectly. What is the best way to detect font loading? window.onload() is ok or not? p.s. https://github.com/typekit/webfontloader