Louis Thibault

Results 45 issues of Louis Thibault

As per #257 this effort would avoid the need to instantiate an encoder/decoder for single messages. @zenhack My interpretation of [your comment](https://github.com/capnproto/go-capnproto2/issues/257#issuecomment-1175237862) is that this is pure syntactic sugar, and...

enhancement
good first issue

Hello, As per the notice in the README, I am opening an issue to discuss my plans to work on an equivalent version of [go-ipld-cbor](https://github.com/ipfs/go-ipld-cbor) using [CapnProto](https://capnproto.org/). Does anybody have...

[GoDoc](https://golang.org/pkg/os/exec/#CommandContext)

I'm writing an application that uses very small TTLs in order to quickly detect unavailable peers. The TTL values are on the order of seconds. Currently, `memoryAddrBook` waits 1h between...

While investigating #303, @zenhack and I observed that most calls to `Conn.sendMessage` were ignoring the returned error. The immediately problematic call sites have been fixed, but we'll want to respond...

The following schema file is compiled without the `"capnproto.org/go/capnp/v3"` import statement ``` using Go = import "/go.capnp"; @0xdf0f779c8b0574be; $Go.package("bn"); $Go.import("github.com/blocknative/bn/internal/api/bn"); enum Region { unknown @0; usEast1 @1; euCentral1 @2; apSoutheast1...

bug

As per Matrix discussion, we need to come to a decision on how to handle exported utility types such as `mpsc` that are orthogonal to Cap'n Proto. Three options come...

``` $ go test -cover -race ./... (328ms) ok github.com/SentimensRG/ctx 1.035s coverage: 73.0% of statements ok github.com/SentimensRG/ctx/mergectx 1.711s coverage: 54.0% of statements ok github.com/SentimensRG/ctx/refctx 1.032s coverage: 75.0% of statements ?...

help wanted
good first issue

[Diff of test case](https://gist.github.com/davidhubbard/6d40113b6b4868d6e60d0d1f64b1e623).

bug

I suspect that my current setup is fairly common: I have a raspberry pi running openelec that fetches media from a backend NFS server. Since the rpi has a few...