Skip to content

Conversation

labbott
Copy link
Contributor

@labbott labbott commented Oct 2, 2025

No description provided.

use typed_rng::TypedUuidRng;
let unique = unique.unwrap_or_else(|| hardware_slot.to_string());
let model = format!("model{}", unique);
let model = "913-0000019".to_string();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a cosmo or gimlet model? I see it's used in several places. it would be really nice to have it as a constant so we know to use it where necessary

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! I see it's for a gimlet. Can it be something like const DEFAULT_GIMLET_MODEL: &str = "913-0000019" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the gimlet model. A constant is a good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants