-
when I exec: capnpc -oc++ test.capnp
dyld: Library not loaded: /Users/kernel/myLib/lib/libcapnpc-0.6.1.dylib
Referenced from: /Users/kernel/myLib/capnproto/bin/./capnpc
Reason: image not fou…
-
This proposal hasn't really gotten much action lately, so I'm just curious how it stands right now. [Driven by this inquiry](https://esdiscuss.org/topic/a-weakmap-where-values-not-keys-are-weak-refere…
-
Hi I am trying to run laminar in a container (LXD gentoo with OpenRC). And this is what I am getting as output.
The container is named laminar-ci it has internet access,
`
# laminard
terminate…
-
It looks like node-capnp is written against an (old?) version of libuv. Consider either
- Adding an `engines` field to the package.json [docs](https://docs.npmjs.com/files/package.json#engines)
- Add …
-
Hello,
I'm investigating your nice library but got stuck on the first thing I tried:
```
rental! {
pub mod rent_point {
use test::point_capnp::{point};
#[rental(deref_s…
-
Hello,
I'm trying to use Capn Proto over a shared memory transport using a custom allocator.
I get errors when constructing a message from the data Capn Proto wrote to the allocator:
- Error 1: H…
-
It would be great if you could show in the docs how the Example Usage in https://capnproto.org/cxx.html translates into C using this plugin.
-
Data preparation is orders of magnitude easier with high-level languages such as Python or R than with C++. `HDF5DataLayer` is a welcome interface between data preparation scripts and Caffe, but we ca…
-
I'm having a hard time returning optional references to internal intermediate structs.
My SomeHelper::get_key() works fine (it calls get_keys_iter() and returns a &str)
get_keys_iter() fails - b…
-
Hi, you nice guys.
Capnp is an amazing work for us.
But
"Cap'n Proto declaration names should use camelCase and must not contain "
"underscores. (Code generators may convert names …