Brendan O'Brien
Brendan O'Brien
I've seen this error maybe 1 in 20 runs of the dsfs test suite: fatal error: concurrent map writes fatal error: concurrent map writes goroutine 236 [running]: runtime.throw(0x5729b38, 0x15) /usr/local/Cellar/go/1.16.6/libexec/src/runtime/panic.go:1117...
This is a big PR that lands _transform events_, which are a set of events that represent state transitions in transform script execution. Here's an example sequence of transform events...
repro on a fresh machine: ``` $ export QRI_CONFIG_SETUP_DATA=[config data as json string from another machine] $ curl -fsSL https://qri.io/install.sh | sh $ qri setup $ qri pull me/dataset_I_have_already_pushed ```...
a00f1b81059389524f9592531f5c8b9b07d3f125 introduces the case for having logbook update on base.Save via an event listener. At the same time, the need to get a subsystem like dscache up & running that...
Every now & then this message creeps up into userland: ``` 2020-07-29T22:57:34.556-0400 ERROR lib lib/lib.go:522 event bus is closed ``` This is printed whenever an event is published on the...
First & foremost, thank you so much for publishing this dataset. Your commitment to opening this data in a time of need is _so_ helpful. I can imagine there was...
## Description Add support for streaming multiple responses, instead of a 1-1 request-response model in rust-libp2p. ## Motivation * This has been explored in #1947 * we've taken a stab...
A question asked [in our discord](https://discord.com/channels/497052800778502152/497052802275737611/839640916876460054) > I have a question, not sure if this is the place to ask. But how do you do references using the embed directive...
If we supported all values this package maps to, we can validate CBOR data without first passing through JSON. Here's an example that works right now: https://play.golang.org/p/kpCThgKoV_x This will choke...
Yesterday I made a bonehead mistake & wrote something like the following schema: ```json { "type" : "array", "fields": { "type" : "array", "fields": [ { "name" : "foo", "type":...