Konstantin Burkalev
Konstantin Burkalev
Guys, sorry, I couldn't make it :( It's been a long, hard day. How was it? If there is a brief followup to read, that would be great!
Hi @konsultaner ! Well, none of your examples are correct, sorry. `de..` means that URI should consist a minimum of 3 portions, and not 2. Dot means, that something more...
Maybe we can close this one? Right now this section has links to github, google groups and tagged questions in SO. If we'll have additional community places — we can...
Hi @GregRos! Thanks for ur interest in WAMP :) Well, right now indeed it is not possible what you're asking. There is a feature in WAMP Advanced profile, called `Shared...
@GregRos Actually, you are not right. There is a `disclose_me` flag, if you enable it, you can check publisher id upon receiving a message from topic. Hope it helps.
> maybe I just wait a little bit, so we have the PPT PR hopefully merged then already ... Yeah! I think it is the best choice!) Hope we'll land...
Cool! @oberstet Well, we agreed to go with `ppt_scheme = "wamp"`. That's why i changed it. > yes. that's about right .. roughly. as in: there are different options e.g....
Hi! That would be awesome!
yeah. One of the cases for this: IETF RFCs are still rendered as plain texts. So even if you want to use some up-to-date awesome tool for diagrams, you still...
What do you think about this solution: in function _gen_req(args) process numbers with string.format instead of tostring? ``` if type(arg) == "number" then arg = string.format("%18.0f",arg) elseif type(arg) ~= "string"...