Scott Bronson

Results 31 issues of Scott Bronson

Right now my app receives the Matrix server as a URI.. ``` https://example.com:8999 ``` which I then parse and pass to your builder... ``` MatrixResources.factory() .builder() .https(uri.is_https) .hostname(uri.hostname) .port(uri.port) ```...