Forest Anderson
Forest Anderson
Even though I'm not using Postgres for Django (just yet), the use of ArrayFields requires me to have it installed. ``` Traceback (most recent call last): File "/home/forest/Documents/git/megagame-controller/django/manage.py", line 22,...
This is just a list of features that I should look into - [x] Fields that have choices should have one chosen from the options - [ ] Option to...
In cases where a model wants a relationship with another model through one-to-one, many-to-one, or many-to-many, currently, it can only use objects that were created in the current execute. It...
While using Graphene Django, I came across this during tests: ``` ../../home/vscode/.local/lib/python3.10/site-packages/graphene_django/fields.py:4 /home/vscode/.local/lib/python3.10/site-packages/graphene_django/fields.py:4: DeprecationWarning: The 'arrayconnection' module is deprecated. Functions should be imported from the top-level package instead. from graphql_relay.connection.arrayconnection...
I created a migration named `initial-tables`, however, I had to change it since it wasn't valid as a Rust module name.  I'm sure there are some other characters that...
Hey, just wanted to check what the future of this project will be. The last commit on master is over a year old, and there are 22 open PRs. I...
I'm not super knowledgable about compilers, but I've been trying to work my way through compiling this in Docker. I've tried using the flags `CC=gcc CXX=g++ ./build.sh`, however cctools says...
I think it's just for consistency (other people generally don't bother going to the effort of doing the fancy punctuation). That being said, I just spotted that we can make...
> I try to also use it as incentive for authors to get their posts done more quickly :) that's something worth noting in the newsletter issues or readme 😅...
This cleans the readme file, and adds an issue template for people who want to request their game be added. I think there are some improvements that could be made...