Skip to content

chore: Update libraries and fix breaking changes#417

Open
bltavares wants to merge 1 commit into
volllly:mainfrom
bltavares:update-dependencies
Open

chore: Update libraries and fix breaking changes#417
bltavares wants to merge 1 commit into
volllly:mainfrom
bltavares:update-dependencies

Conversation

@bltavares

Copy link
Copy Markdown

No description provided.

Comment thread src/templating/mod.rs
hostname: whoami::fallible::hostname().ok(),
realname: whoami::realname().ok(),
username: whoami::username().ok(),
lang: whoami::lang_prefs().map(|l| l.message_langs().map(|l| l.to_string()).collect_vec()).unwrap_or_default(),

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I'm unsure what users of this feature expect, and if this would cause a breaking change due to how whoami is now splitting the language detection on Unix systems.

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.

1 participant