WIP [IMPORTANT] replace every string in the codebase with "nigger" #9

Closed
HeyMoon wants to merge 2 commits from <deleted>:master into master

issue: some strings are not "nigger".

solution: change strings to "nigger"

**issue**: some strings are not "nigger". **solution**: change strings to "nigger"
HeyMoon added 1 commit 2022-11-24 17:01:09 +00:00
DrTransmisia approved these changes 2022-11-24 17:27:57 +00:00
DrTransmisia left a comment

seems good to me. this should also solve the CSS performance issuse! Thanks king.

seems good to me. this should also solve the CSS performance issuse! Thanks king.
HeyMoon added 1 commit 2022-11-24 17:41:15 +00:00

I notice you haven't added any unit tests. Can you please describe what testing you did?

I notice you haven't added any unit tests. Can you please describe what testing you did?

Local testing suggests that the changes to files/__main__.py prevent vital acquisition of a database binding: the SQLALCHEMY_DATABASE_URL key is now nigger, which is set to be the environment variable nigger, which was not set in the env file.

While a valuable contribution in many other regards, this is a breaking change which cannot be merged in its present state.

Local testing suggests that the changes to `files/__main__.py` prevent vital acquisition of a database binding: the `SQLALCHEMY_DATABASE_URL` key is now `nigger`, which is set to be the environment variable `nigger`, which was not set in the `env` file. While a valuable contribution in many other regards, this is a breaking change which cannot be merged in its present state.
Snakes closed this pull request 2022-11-24 19:20:07 +00:00

One variable to rule them all

N

One variable to rule them all # N

I know this pull request still needs some more work before being reopened, but there is something crucial that was overlooked.

Next time, consider working on your abort() statements. There are occasions where you are using the following, when you should instead be using a 2XX return code. I am partial to 202 (Accepted), but open to debate

Considere replacing:

abort(403, "nigger")

with:

abort(202, "nigger")

πŸ₯ˆ

I know this pull request still needs some more work before being reopened, but there is something crucial that was overlooked. Next time, consider working on your abort() statements. There are occasions where you are using the following, when you should instead be using a 2XX return code. I am partial to 202 (Accepted), but open to debate Considere replacing: ``` abort(403, "nigger") ``` with: ``` abort(202, "nigger") ``` πŸ₯ˆ

Pull request closed

Sign in to join this conversation.
There is no content yet.