Luke Valenta
Luke Valenta
The 'wait for next round' logic of the HTTP server (https://github.com/drand/drand/blob/master/http/server.go#L180) could be simplified using the builtin sync.Cond (https://pkg.go.dev/sync#Cond). I suspect (but haven't verified) that a bug in this logic...
We should have integration tests to test out upgrading a network to a new version when there are significant changes. 1. Start a network on the old drand version 2....
Drand nodes use boltdb as the database for prior rounds, which stores files on disk. According to https://github.com/etcd-io/bbolt, > The goal of the project is to provide a simple, fast,...
### Which Cloudflare product does this pertain to? Zero Trust ### Existing documentation URL(s) - https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert/#rubygems ### What changes are you suggesting? There are two issues with the instructions for...
We also need to update the link to this glossary entry in https://blog.cloudflare.com/syria-iraq-algeria-exam-internet-shutdown.
Add ability to delay submissions for up to a few sequencing rounds to try to publish full data tiles instead of partial tiles whenever possible. Not sure if you want...
Several DO Storage methods at https://github.com/cloudflare/workers-rs/blob/main/worker/src/durable.rs could accept `&self` instead of `&mut self`, which would make downstream code slightly more ergonomic. For instance, we could change ``` pub async fn...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description The Workers Runtime now supports Request.signal to allow logic to run after...
### Is there an existing issue for this? - [x] I have searched the existing issues ### What version of `workers-rs` are you using? 0.5.0 ### What version of `wrangler`...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description As described in https://developers.cloudflare.com/durable-objects/api/storage-api/#supported-options, it should be possible to submit a Durable...