Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
9
Comments
37
Joined
2 yr. ago

  • That passed the test! Thank you!

  • It's for CS50P which uses a customized VS Code. It has an automated code checker which I ran when I was done.

    outputs "Just right!" when guess is correct

    timed out while waiting for program to exit

  • Was using tabs but I went through it to make sure and seemed to be ok.

  • Python @programming.dev

    Program hangs instead of exiting

  • Yeah I think I will follow the same approach. 3rd parties are a bit risky.

  • Thanks for the additional info. Maybe I will opt for the developer version instead in that case.

  • Yup no issues here

  • I see now. So it's possible for someone to run into multiple issues which can make updating a hassle.

  • Done 😀

  • Thanks again!

  • Yes, I did. I was warned about doing so before but now I understand 😆

  • Turns out the issue was with one or some of the layered packages I had. After uninstalling, the CLI method to upgrade worked. See the post below, but thanks for your reply.

  • Also, as I reinstall a flathub version of LibreOffice, should I choose the Fedora repo or Flathub repo?

  • It worked! I uninstalled dnf-automatic, libreoffice, and rpmfusion and then restarted.

    Thanks for your help! Will keep your tips in mind for the future and try to avoid layering.

  • So basically it's not allowing me to update because of these layered packages and every time I want to update, I have to uninstall them and reinstall after I update?

  • Problem is I don't know what the packages are or what they were for even. I don't recall installing them.

  • I have two entries each with a different BaseCommit. One has dnf-automatic, libreoffice, vpn app. The other has the same three plus rpmfusion-free-release and rpmfusion-nonfree-release.

    I just recently installed the rpmfusion packages but I didn't know what I was doing. Just found something online suggesting an alternative update method for Silverblue.

  • Linux @lemmy.ml

    Can't update to Fedora Silverblue 42

  • Fedora Linux @lemmy.ml

    Error updating to Silverblue 42

  • Thank you for the thorough explanation. It makes sense to me why I had the error that I did. I'll keep this in mind next time when I consider using a bitwise operator.

  • Thank you for the reply. It seems bitwise operators are somewhat of an advanced concept that I may revisit down the road.

  • Python @programming.dev

    Why can't I use the '|' bitwise operator in this statement?

  • Programming @programming.dev

    Why is my output not formatted as a string?

  • Programming @programming.dev

    Why does the for loop repeat in this recursion?

  • Programming @programming.dev

    Why does isalpha() fail to identify an alphabetic character?

  • Programming @programming.dev

    Why does a control path not execute in this function?

  • Programming @programming.dev

    What is this format specifier?