Tobias Oberstein
Tobias Oberstein
it would be awesome to have more scalar types available: * `uint128` used eg in UUID * `uint160` used eg in Ethereum for blockchain addresses * `uint256` used eg in...
> This can be done with fixed length arrays in the current format. can fixed length array types be used the same as built-in scalars (say `unit64`)? would be great,...
+1 for a txpostgres based alchimia.
I agree: `"{}".format("foo")` is the real Pythonic;) Sure, could be a library. Depends on how you define scope of RapydScript: is it "just" a compiler, or does it includes minimal...
FWIW, the full spec for the `format` method is PEP 3101 (http://www.python.org/dev/peps/pep-3101/) and documented here: - http://docs.python.org/2/library/stdtypes.html#str.format - http://docs.python.org/2/library/string.html#formatstrings
Not sure what's going on, there are a lot of combinations of versions/features of Autobahn/Crossbar possible. We have a completely self-contained test with * Crossbar.io with a WebSocket listening endpoint...
> your second example (TLS cryptosign) also worked for me. very good. as said, this is testing a full client-router TLS, including a custom CA cert chain for the router....
just couple of more comments .. sorry, I can't allocate resources to track this down:( * "demo.crossbar.io" is no more (that server is gone). what are you testing? * the...
> It seems to me that the URI would be parsed and its scheme would be determined recognized or not before a TCP socket is even opened. I _think_ the...
Wow. This is interesting - for other (unrelated) reasons though;) I think the FATAL you get is misleading, and the actual thing is the WARNING. Because you are running Macbook...