Tobias Oberstein
Tobias Oberstein
No string interpolation at all (neither `"%s" % "foo"`, nor `"{}".format("foo")` severely limits usefulness. And no, a different synax (`vsprintf``) doesn't cut it. Just too unpythonic ..
Just because I've also been testing with wick (Omer's tool) which is using Nexus, and against a WAMP API with lots of decimals: it seems like the CBOR serializer used...
I am wondering why the recipient is paid (and the sender refunded with the remainder) already on the first challenge call during the challenge period? Here: https://github.com/alex-miller-0/eth-dev-101/blob/1b54490bdfcde288129bfc13d41d09cfc40bb9e2/truffle/contracts/TokenChannelsV2.sol#L159 I thought during...
fwiw, this happens using https://github.com/crossbario/terraform-aws-crossbar :  ``` 27.0.0.1 - - [11/Jul/2020 00:56:49] "GET /graph.svg HTTP/1.1" 200 - [2020-07-11 00:56:50,110] ERROR in app: Exception on /graph.json [GET]...
WAMP testing won't be in AutobahnTestsuite for various reasons.
When hosting _generated_ test reports on a secure site (HTTPS), browsers will complain about "unsecure mixed content", since the image links point to the (currently) unsecured (HTTP) AutobahnTestsuite website. We...
Ideally, 1 line per WAMP message (each line is a serialized JSON with a WAMP msg)
IMO, scour really deserves a better README. both visually, and content wise, as the first user experience / contact with scour will either be - https://github.com/codedread/scour/blob/master/README.md or - https://pypi.python.org/pypi/scour
I think the project at this stage, and looking forward, would profit from adding a larger set of real world SVG documents in CI - in addition to the existing,...
https://github.com/oberstet/AutobahnAndroid/blob/master/Autobahn/src/de/tavendo/autobahn/WebSocketReader.java#L516