Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New examples #81

Merged
merged 7 commits into from
Dec 30, 2023
Merged

New examples #81

merged 7 commits into from
Dec 30, 2023

Conversation

amathieson
Copy link
Collaborator

No description provided.

@amathieson amathieson requested a review from space928 December 29, 2023 23:59
@amathieson amathieson self-assigned this Dec 29, 2023
@space928 space928 removed their request for review December 29, 2023 23:59
@amathieson amathieson added the let Adam fix it Trust in Adam to fix all the many bugs Thomas implements label Dec 29, 2023
@space928 space928 self-requested a review December 29, 2023 23:59
@amathieson amathieson added the good last issue Good if you have want to devote hours to impossible tasks label Dec 29, 2023

Console.SetCursorPosition(0, 1);
Console.WriteLine($"Map: {map?.FriendlyName}".PadRight(Console.WindowWidth - 17) + $"Date: {time.Day:00}/{time.Month:00}/{time.Year:0000}");
Console.WriteLine($"Weather: {WeatherEmoji(weather)}".PadRight(Console.WindowWidth - 15) + $"Time: {time.Hour:00}:{time.Minute:00}:{time.Second:00}");
Copy link
Owner

Choose a reason for hiding this comment

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

weather might be null here...

@space928 space928 merged commit e65a1aa into v241dev Dec 30, 2023
@space928 space928 deleted the new_examples branch December 31, 2023 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good last issue Good if you have want to devote hours to impossible tasks let Adam fix it Trust in Adam to fix all the many bugs Thomas implements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants