Matteo
Matteo
#### Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each...
### General information * SDK/Library version: 1.13.0 * Build Environment: npm 5.6.0, node v8.94, brunch 2.10.17 ### Issue description Installed latest braintree-web-drop-in with "npm install" and now brunch fails compilation...
This patch fixes two minor issues: - when setting env, the application must be loaded (and not started) before calling Application.put_env, otherwise if the app is not loaded when env...
Right now the saas always return the `content-type` as `application/json`, even when the client does not support it. If `application/json` is the only content-type supported, the service should answer `406...
### Description The reginfo notifications sent via pua_reginfo + presence_reginfo contains the version fixed to `0`. The pua docs report the param `reginfo_increase_version` which should increase the version if enabled,...
#### Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each...
In addition, RFC states that there MUST be exactly one event type listed per event header. Multiple events per message are disallowed.
Transports are reached via Registry, so there's no need to use a static GenServer name, which in addition forces only one transport listener for erlang app. Removing it allows to...
This is mainly a suggestion, as I'm looking at the (very interesting) project. In these days where IoT vulnerabilities are causing much headaches, why not add SSL and at least...
When the Path header contains ``, it will get stored along the contact, but we cannot send as-is into the route_uri params, because is used as an outbound proxy val...