node-capnp
node-capnp copied to clipboard
Cap'n Proto bindings for Node.js
❯ sw_vers ProductName: macOS ProductVersion: 11.2.3 BuildVersion: 20D91 ❯ node -v v15.10.0 ``` yarn add v1.22.10 warning package.json: No license field warning ../package.json: No license field info No lockfile found....
For a variety of reasons, I'm working on switching to using vagrant-spk instead of meteor-spk However, when I get to the step in build.sh that says `node install --production` it...
For use with https://github.com/sandstorm-io/sandstorm/pull/3413. This also gets rid of the ekam manifest, which was previously used to manually copy stuff into node_modules.
Very basic GitHub Actions configuration.
- NewFromUtf8 - Get - Set - ToString
I have the same log as all the people having the same issue here. I do not understand how can i solve this problem. Can you help me? Node: v8.4.0...
I didn't see if it is possible use node-capnp to connect through RPC over TLS. I need to set my authentication info to handshake negotiate, but I'm not getting to...
Hi -- Given the following enum in my schema: ``` enum MyEnum { foo @0; bar @1; } ``` How do I access the corresponding numerical (or string) values for...
Is it possible to parse a buffer that contains multiple objects? After a 30-minutes investigation, I couldn't figure out a way to do it.
The following line var foo = require("./foo.capnp"); throws an Exception/: unexpected Symbol as the first line is the schema ID 0x..... Am I calling the schema in a wrong way?...