SafarSoFar / ghfetch

A neofetch-like utility to fetch GitHub info right in terminals.
12 stars 2 forks source link

Avoid panic for bio with value `null` #3

Closed TheBlackSheep3 closed 2 days ago

TheBlackSheep3 commented 2 days ago

I wanted to check out your tool but after creating my access token, I encountered the following error.

Screenshot 2024-11-22 at 11 15 14

With a little debugging I figured out the error originated from my bio being null. I modified the UserData struct to expect a bio string as optional. The bio will now only be printed if it's present.

Screenshot 2024-11-22 at 11 16 20
SafarSoFar commented 2 days ago

That's a good catch! Merging the PR. Thank you for the contribution!