Martin Landes

Results 3 comments of Martin Landes

For JCard the following rule applies: https://tools.ietf.org/html/rfc7095#section-3.3.1.3 > Although it is allowed for a structured property value to hold just one component, it is RECOMMENDED to represent it as a...

FYI, "n","gender","adr" and "org" contain structured values and I also always prefer arrays for those values. This is my workarround: ``` _enforceSomeJCardRfcSpecifications() { this.jCard[1].forEach((property) => { if (property[0] === "n")...

Is this considered to be implemented some day? I think it's very inconvenient to potentially lose unsaved changes when working with multiple windows/instances.