Dan Keith
Dan Keith
Hello. I'm trying to use this PR branch for a WampV2 server and I noticed that server.clj is still using V1 message codes, and therefore doesn't work with V2. Looking...
Thanks for the details, @sundbry. I see now that my V1 implementation was using WAMP in a way that seems to be deprecated, but quite practical. I am using the...
Since last posting here, I made a lot of progress. I eventually succeeded in creating a version 2 server, sort of. You see, my application server (Scape) was built with...
Doh! I forgot to include instructions on how to run the test program. To run the example server: ``` cd clj-wamp/ lein run -m example.main start ``` And then open...
Another use case for this capability is in the ObOne browser experiment that Mark P and I have been working with. Specifically, we are currently using the `/graph/neighbors` endpoint to...
I wrote up an issue that may be related here: https://github.com/solid/solidos/issues/29
I don’t think we should restrict ourselves to trees; there is no need to do so. We can express graphs in JSON using the JSON-Graph pseudo-standard. I am most familiar...
I'm using the default ESLint rules from: https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/html-self-closing.md#rule-details which encourage the use of self-closing tags on both Vue components as well as ordinary HTML elements. If I modify my ESLint...
@mellybelly the misalignment of blocks between the left 2 columns and the right columns changes as you resize the window horizontally. The asymmetric layout is an artifact of the Twitter...
Latest looks like this... Waiting on feedback before making a PR of it...