Results 13 comments of Code Apprentice

I am working on a project that uses this branch because we need features from JR 0.10.x. I am encountering the following error on some routes: ``` Internal Server Error:...

I'm revisiting this and now I get the following error which is more on the nose for the request I'm making here: ``` % bin/rails g jsonapi:swagger 'Dental::Patient' Traceback (most...

What do you mean by "you won't be able to migrate or makemigrations"? What happens when you try?

Here's a more precise reproduction recipe: 1. Create a new Django project. I did this in pycharm, but you can do it with the command line, too: ``` pip install...

When I run `pip install --upgrade django-q` then `./manage.py migrate`, I no longer see the message that model changes are not reflected in a migration. @Koed00 This issue can be...

Is this going to be merged?

I am still seeing this issue on Stack Overflow. I have version 2023.4.11 of this extension installed.

I am looking into this. I assume that proper nouns should remain capitalized when they appear in the middle of a title. However, what qualifies as a "proper noun"? For...

I just encountered this as well. Text search in the project helps to narrow it down, but sometimes the same line of code appears in multiple places.

Even if the Response isn't used in the simple tests for this response, it is only logical to return it. What kind of getter has a void return type?