Johannes Dröge
Johannes Dröge
@ctb: sounds reasonable to me. It's rather unlikely that two reads in the forward and reverse files have the same identifier and index but should not be properly paired. If...
Any change to get this going? Maybe, if we get a description of todos to make this happen, someone can step in and curate a PR for it?
What is the recommended way in 2024 to add a custom HTTP header to `autobahn.asyncio.component.Component`? The code posted by @asodeur seems awfully complex and reimplements many things like TLS, which...
I patched autobahn-python for a proof of concept with minimal changes, so that the transport config supports a keyword `headers` which is simply passed. These are really minimal changes (~4...
Check https://github.com/crossbario/autobahn-python/pull/1630
Probably, maybe, I don't know. I'm not using the software, just tested it for understanding and stumbled over this obvious bug.
The workaround does not work for me (using v0.5.1 from fdroid).
Don't know, I've tried many times with and without moving the icon and it never worked for me.
As suggested, adding `-ldl` after ` -lcrypto -lpthread -lssl -lrt` in LDLIBS in `examples.makefile` helps. Don't add it to `LIBUV_LIBS` because that leads to an error with static libs. Confirmed...
I can think of many binary serialization formats which are more efficient and have a richer type system than the ones provided here. In fact, I'm working on one for...