Will Winder
Will Winder
I would like to have 2 auto-update repositories, one for nightly builds and one for less frequent "stable" releases. The nightly build artifacts prototype is working (#717), a little more...
The top left cube looks like something from CAD software, but defies convention by being apparently non-interactive. Click face to aim camera directly at that plane, click and drag to...
Most of the features in this video should not be complicated to implement: https://youtu.be/pQGnV85Cu_A?t=191 I'll probably go ahead and make a bunch of screens that go over the visualizer for...
Today we noticed a similar issue to #512 happening again. The behavior is slightly different though, I don't see any failed webhooks like before. I do see that the hook...
## Summary Future tasks: * Install custom partitiontest linter. * Move logic from `.github/workflows/reviewdog.yml` into Makefile * push back `new-from-rev` ## Test Plan CI passes.
## Summary I'm using the `testresults.json` to generate a report and noticed that it wasn't specified here.
### Subject of the issue While briefly investigating #3913 it became clear that our scripts are an unstable foundation. This has been brought up before with #2131, but I'd like...
Once we have a new partkey file format, we can deprecate PersistedParticipation and move everything over to the new format and the participation key registry.
As a transition step, the partkey REST API is using the old partkey file format. We should define and support a new file format that is a messagepack encoded object...
## Problem With the new participation key interface, you can no longer delete partkeys by removing them from the data directory. You must use the REST API and the `DELETE...