ZymoticB

Results 9 comments of ZymoticB

Ah, that seems reasonable, though it's not something we've had to do with any other vendor manifests. Maybe it's worth publishing a manifest that does this so a user can...

I think the suggestion I'm making, is that like `manifests/install.yaml` vs `manifests/install-bot.yaml` there could be a version or each with the catalog included. I think the main concern here would...

Timeouts would need to be tweaked on a per-request basis; at least for the use case I'm currently targeting. I think a verification request to each endpoint is definitely useful....

For posterities sake, a summary of the offline conversation we just had. You are suggesting that I run multiple yabs concurrently so that I maintain this load distribution but get...

Two things to note: 1. I'm not locking up the thread in the listener, just printing log index and message type so I'm not adding a significant amount of time...

https://github.com/dtolnay/cargo-expand?tab=readme-ov-file#configuration You can use a different theme, there are some suggestions for light backgrounds in the upstream readme https://github.com/sharkdp/bat?tab=readme-ov-file#highlighting-theme

I think I may have messed up the snapshots trying to make sure I had a demonstration. I'll take a look later today.

I updated the snapshots in `examples/demo`. I didn't realize something was using the in-tree version of loco. I had checked the starters and they use a crate. The starters will...