How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Cap'n Proto 0.5.1: Bugfixes

calendar_today January 23, 2015 domain capn-proto

Cap’n Proto 0.5.1 has just been released with some bug fixes: On Windows, the capnp tool would crash when it tried to generate an ID, e.g. when using capnp id or when compiling a file that was missing the file ID, because it tried to get random bytes from /dev/urandom , which of course doesn’t exist on Windows. Oops.

open_in_new Read original post