cwebber has quit [Read error: Connection reset by peer]
<ill_logic>
kentonv: What's the status of node14? Is it ready for production, and/or any plans to put it on npm?
<ill_logic>
Er, capnp node114
<ill_logic>
node14*
<ill_logic>
node-capnp
<ill_logic>
Though there's some weird bug if I build via npm even if I refer to your repo. It does build if I just check out the repo and do npm install.
<ill_logic>
I'll just do the latter I guess for now.
<kentonv>
ill_logic, it's currently shipping in the Sandstorm release so it seems to work.
<ill_logic>
Does Sandstorm use the node14 branch (which you updated a month ago) or the npm package (which npm claims to be updated 2 years ago)?
<kentonv>
node14
<ill_logic>
Whichever Sandstorm uses I'll try to get that working.
<ill_logic>
okay. and you install it with `npm install kenton/node-capnp#node14`?
<kentonv>
no, I don't use npm to install it
<kentonv>
the Sandstorm build incorporates node-capnp's code directly
<ill_logic>
ah, okay. I couldn't get it working with the above npm command, but i got it working by checking out the repo and doing `npm install` within it.
<ill_logic>
So I guess we're on the same page. Thanks!
<kentonv>
yeah when I did the node 14 update I didn't test npm on it at all