Adam Biro
Adam Biro
Hi, I know this is a rather old issue, but I have the same problem as @alexpmorris had. As he suspected, it is an issue with push in my case....
OK, this issue has nothing to do with rhaboo. I have downloaded ColReorder from github instead of npm via jspm, and that one works fine. I have also double-checked that...
I agree with @NightWulfe. I just bumped into the same issue. Then I found this issue, so I went to check the aurelia docs here: https://aurelia.io/docs/cli/basics#webpack-vs-built-in-bundler This section especially suggests...
Sorry for the delay, I had to put this aside for a while. I have cloned the node-capnp repo and finally I could build it from source on Ubuntu, but...
There is one more issue, unfortunately when I require the capnp module that I built myself, I get this error: Error: /home/dev/Projects/Playground/NodejsWrapperCapnProto/node_modules/capnp/bin/linux-x64-v8-3.14/capnp.node: undefined symbol: _ZNK2kj9EventPort4wakeEv at Module.load (module.js:356:32) at Function.Module._load...
Thanks for your help, based on your reply I checked around and noticed that I had some capnp and kj headers of unknown origin in /usr/include folder. I have removed...
Thanks @reqshark I'll take a look at it
I had the same issue with `color-client.js` in `examples/30-multicast-discovery` folder. Then I noticed that the latest version (0.10.0) published to NPM is quite old ( March 7), so I tried...
Hi, I have just tested this, and it works with tcp transport. I did the the test locally (all services running on localhost), based on the multicast-discovery example (https://github.com/senecajs/seneca-mesh/tree/master/examples/30-multicast-discovery). I...
Probably the example can be extended to include the transport as an argument (default http), so tcp can be tested easier. I can do it in a PR later if...