John Williamson

Results 38 comments of John Williamson

I just meant in the event you've got 4 peers in a group call, where someone mutes the mic of another and it's reflected across all connections just like Zoom...

This would be fantastic help in setting up an account name market!

@James-Mart In ``` #[derive(Deserialize, SimpleObject)] struct GroupFinish { owner: AccountNumber, evaluation_id: u32, group_number: u32, users: Vec, result: Vec, } async fn get_group_result( &self, evaluation_owner: AccountNumber, evaluation_id: u32, group_number: u32, )...

> The UI is actually very close to actually being usable for running sample evaluations. The main thing that's missing is a screen at the end that shows the result...

> /// Attest to a final rank-ordering /// - Requires being in the submission phase /// - Requires that sender is in the specified group /// - Requires that the...

In this system, evaluations are more async than sync, members of a group can figure out when they want to deliberate together, therefore the process can be around a week...

I've thrown on a band-aid here https://github.com/gofractally/psibase/pull/1282

## Paths - Join network or create network - - Upgrade to block producing node Create network should immediately resolve to block producing form, join network won't. **Connection to the...

- [ ] Rename BlockProducer name to NodeAccountName on the Join network flow. # Create Page Radio boxes as part of the Create network wizard, Ask between dev and prod...

> * [ ] The Webmail package isn't selected by default when booting with development boot template, even though the Default package depends on it. > I believe this is...