yonderbread
yonderbread
Hm interesting, I may contribute to this.
[Bag.find](https://github.com/lordmauve/adventurelib/blob/3b6ff69ef24d75c2fd0b1f5f1fd105d0f2dffa7d/adventurelib.py#L229) takes a string as it's argument, not a object. You're getting this error because `.lower()` is a method for strings only.
Trying installing `python3-wxgtk4.0` with apt in your terminal, then attempt running the client again: `sudo apt update && sudo apt install -y python3-wxgtk4.0` [Package details](https://packages.ubuntu.com/hirsute/python3-wxgtk4.0)
Dang, okay. Well I'll do a little poking around to see if I can document this keyboard's protocol more thoroughly and maybe I'll just start my own Github project just...
What if there was some sort of manager app for updating/administration of termux and it's addons and components?
Love this plan, also I wasnt aware the ctjs executable had CLI capabilities?
Honestly I don't think it's necessary to incorporate backups into Ct.js, this should be up to the user to set up with an external program. It's best if each program...
Maybe integrating a simple git repo management interface/panel would be beneficial. A lot of users coming to Ct.js are new to programming and it would be awesome if it could...
Having issues compiling with ninja as well.
Yea of course, so instead of reading directly from a file object you could just pass an already read out file as a string to markdown-json and it would return...