Amber Brown

Results 12 issues of Amber Brown

``` >>> URL.fromText(u"http://[3fff::1]/foo").asURI().asText() Traceback (most recent call last): File "", line 1, in File "/home/hawkowl/venvs/commands/lib/python2.7/site-packages/hyperlink/_url.py", line 1338, in to_uri new_host = self.host if not self.host else idna_encode(self.host, uts46=True).decode("ascii") File "/home/hawkowl/venvs/commands/lib/python2.7/site-packages/idna/core.py",...

Incremental and towncrier are the new hotness(tm) for this task and will bring Klein in line with Twisted release concepts. It'll also be a good test run to prove their...

feature

Rather than be a mismatched PEP8-Twisted code standard mess, it should be moved to meet Twisted's standard, with the old ones throwing deprecation warnings if possible.

improvement

Advanced Profile WAMP brokers may want to implement some form of 'lasting session' for clients. Upon resumption of the session, it will still have all the existing Subscriptions and registrations,...

Advanced Profile
Needs discussion
RFC

From @oberstet in https://github.com/crossbario/crossbar/issues/889: WAMP and Crossbar.io has (optional) acknowledged publications. WAMP currently lacks acknowledged delivery of events (eg there is a WAMP EVENT message, but there is not response...

Advanced Profile
Enhancement
RFC
Needs consensus

From @oberstet on #799: > In the docs for the HTTP bridge: could we have a complete description of the expected behavior of the bridge rgd the "HTTP level" .....

enhancement
docs
http-bridge

tox is heavily used in many major projects for the ease of testing multiple Python configurations, versions of packages, and the like. Cricket should support using tox, because then it's...

Also prevents building on Windows 32-bit entirely for now, since all v50 are on Windows x64 (I put that in a separate commit so it is revertable if/when 32-bit support...

on hold

This patch adds Deferred support to `time_calls` and `hist_calls` by a wrapper function. Instead of updating the timer or updating with the result upon calling it (which, will be a...