-
We [had a build failure](https://launchpadlibrarian.net/471777379/buildlog_ubuntu-focal-s390x.capnproto_0.7.0-5build1_BUILDING.txt.gz) of capnp-0.7.0 on s390x on Ubuntu Focal (upcoming 20.04):
```
…
Saviq updated
4 years ago
-
It promises better performance.
https://capnproto.org/
-
```rust
pub enum GameType {
/// Regular Season
R,
/// First Round
F,
/// Division Series
D,
/// League Championship Series
L,
/// World Series
W,
…
-
The schema definition for Capn' Proto promises all the text data is utf-8. pycapnp should export that data as a unicode object instead of str.
-
It would be nice to be able to have Actors running on completely different servers or different processes using something like [tarpc](https://github.com/google/tarpc) so you could delegate work out h…
-
![makeError](https://user-images.githubusercontent.com/6711870/65583192-5896e400-dfb1-11e9-99c8-93da990250db.png)
CZ docker are not available in our server, GLnexus was installed with cmake. Some e…
-
When rebuilding capnproto 0.7.0 with GCC 10 in Fedora rawhide, I've encountered different failures on i686 and armv7hl.
### i686
The `kj-heavy-tests-run` test suite failed with the following err…
-
I tried to build Capn-Proto in VS-2015, and I followed the instruction:
* cmake -G "Visual Studio 14 2015"
Why built the solution fail? I got errors:
* "You need Visual Studio 2017 or better to c…
-
## IDE's in nim for nim
not sure what's the plugin support with these (good plugin support is indeed fundamental)
* first attempt by araq: https://github.com/nim-lang/Aporia/
* that was since depre…
-
Hello,
I am trying to pass some messages to an other application, and don't find anyway to deduct the type of it !
For example if I have those :
```
struct Foo {
x @0: Void;
}
struct Ba…