Open httpjamesm opened 3 years ago
A way to reset the app to go to the startup screen without having to manually quit
Discord.py can be installed with the following code:
setenv MULTIDICT_NO_EXTENSIONS 1
setenv YARL_NO_EXTENSIONS 1
pip install discord.py --no-use-pep517
These environment variables disable the compilation of C extensions and it will be default in the next update.
Thanks. A little off topic but do you think it's possible to add the ability to install MongoDB and run a database instance?
Thanks. A little off topic but do you think it's possible to add the ability to install MongoDB and run a database instance?
I will investigate, but since MongoDB is designed for backend environment, it's unlikely to work on iOS. However, the driver of it PYmongo
can be installed properly, it might be more convenient to use a hosted instance. (https://www.mongodb.com/blog/post/getting-started-with-python-and-mongodb)
Update: There seems to be a mobile version of MongoDB called Realm (https://realm.io). I'm not sure about its compatibility with the original one though.
Discord.py can be installed with the following code:
setenv MULTIDICT_NO_EXTENSIONS 1 setenv YARL_NO_EXTENSIONS 1 pip install discord.py --no-use-pep517
These environment variables disable the compilation of C extensions and it will be default in the next update.
Added in https://github.com/thebaselab/codeapp-source/commit/21ad359595d19b490a72654c8560091f5feb8650
Please add the following features:
I love this app so far, but there are some things that need to be worked on. Nonetheless, it was a great $7 investment :)