Sam Cutler

Results 4 comments of Sam Cutler

For MVP. The key code change for this is moving the management of loading new image data out of the angular UI and into a separate service. Sadly, right now...

Thanks for the responses so far! Did you manage to see if it was a bug? In the mean time I can simply verify the signatures for each separate image...

I ran into this locally on docker with ubuntu 22.04. This snippet ```rust Client::builder() .pool_max_idle_per_host(0) .build() .expect("Build reqwest client") ``` Would panic with: ``` thread 'main' panicked at common/src/clients.rs:17:10: Build...

Yep, I'm doing the match statement right now. :) I thought it might be useful for others to have access to the mapping currently within debug, but statically. The RFCs...