Charles Samborski

Results 45 issues of Charles Samborski

The contacts returned by .getContacts should be prefixed by their type (as `8:` for human users).

maintenance

The `sendImage` method uses an XML string. This string is currently built by concatenating the attributes inside the template. These attributes are not properly escaped currently. We should either leverage...

bug

Reference: https://github.com/ShyykoSerhiy/skyweb/issues/19 - URI: `https://{host}/v1/users/{user}/conversations/{conversationId}/messages` - Body: ``` js { content: editedContent // empty string to remove contenttype: "text" messagetype: "RichText" skypeeditedid: "4059726727402763698" // clientmessageid } ```

enhancement
help wanted

We should provide a way to perform a clean disconnection.

enhancement

### Self-service - [X] I'd be willing to implement a fix ### Describe the bug The package `es5-ext` can't be install using Yarn: - [npm](https://www.npmjs.com/package/es5-ext) - [GitHub](https://github.com/medikoo/es5-ext) The reason is...

bug
unreproducible