That passed the test! Thank you!
- 5 Posts
- 24 Comments
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.
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.
I see now. So it’s possible for someone to run into multiple issues which can make updating a hassle.
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.
deleted by creator
milon@lemm.eeOPto Python@programming.dev•Why can't I use the '|' bitwise operator in this statement?3·2 months agoThank 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.
milon@lemm.eeOPto Python@programming.dev•Why can't I use the '|' bitwise operator in this statement?7·2 months agoThank you for the reply. It seems bitwise operators are somewhat of an advanced concept that I may revisit down the road.
The idiom allowed it to pass the checker’s tests! Thanks for your help!