-
Not sure if this would be better on the main Cap'n Proto discussion, but I'll try here. How does one set a pointer in a list? I have a struct that looks like:
```
struct Map {
map @0 :List(It…
-
As mentioned in #440, in order to simplify our networking layer we would like to switch away from HTTP/JSON to UDP/Bin_prot.
-
[Spritely](https://spritelyproject.org/) is getting to a more serious state, and the [Spritely Goblins](https://docs.racket-lang.org/goblins/index.html) layer is now implementing CapTP (still a few th…
-
`KJ_SYSCALL` is set up to retry on `EINTR`, which for example happens when `SIGINT` is received. This makes it quite tricky to handle such events. Commonly, signal handlers are only used to set some k…
-
It would be nice to add some GitHub Topics to the Sandstorm repository, which I think might help it be discovered by people with interest in similar projects. For instance,
- If Sandstorm were to …
-
would be cool to create a python binding (i.e. with [pyo3](https://pyo3.rs/v0.17.1/)). i think you would attract a lot more users that way.
-
**Describe the situation**
Degraded performance of window functions since 22.8
**How to reproduce**
```
echo "select * from (select number, count(), dense_rank() over (order by number asc) ran…
-
Hi there! I'm trying to fetch all data from my storage and read it via cap'n'proto. The problem is I can read only first chunk of data and after that i'm getting EOF error. What am I doing wrong?
```…
-
# Description
_kiara_ needs to be able to serialize every data set (independent of how complex it is: a single int, an Arrow table, a PDF file, ...) into a (preferrable) binary array that can be save…
-
Introduction
============
This proposals seeks to describe the architecture of a structure aware fuzzing library for
Nim. Two options are considered, one powered by libFuzzer. It's implementation…