Kieran Harper

Results 2 comments of Kieran Harper

Extending @halcarleton 's work above as suggested to combine the two decorators, the following works for me: ```ts export function IncompatableWith(incompatibleSiblings: string[]) { const notSibling = IsNotSiblingOf(incompatibleSiblings); const validateIf =...

Magic number 64 on line 57 seems to be responsible - I have moved forward in my scenario (iOS 7 only) by commenting the switch so it just uses line...