Questions tagged [status-declined]
Indicates that the feature request will not be implemented, or that a bug will not be fixed at the present time.
71 questions
-7
votes
1
answer
91
views
Increase character limit to 75k
Let's increase the character limit to, say, 75 000 characters. 65 000 is not enough. I face that problem a second time now. I have to exclude some code and instead store it elsewhere and provide a ...
5
votes
2
answers
245
views
Should Code Review improve the new-question Title hint?
I would like to suggest a UX improvement
for new users, so they're less likely
to encounter edits / pushback from mods.
1. Summarize the problem
Code Review posters are typically new users.
...
1
vote
1
answer
274
views
Providing optional pre-commit (style) feedback on question uploads?
Context
I am positively surprised by the amount of code quality verifications that can be performed automatically. Accordingly, I thought it may be valuable for other people that are not familiar with ...
5
votes
3
answers
214
views
Adding alternative answer comment to low quality posts queue
When I review posts in the low quality posts queue, sometimes I stumble upon answers which provide alternative solutions instead of reviewing the OP's code.
It would be nice to add this entry (...
0
votes
2
answers
104
views
A "The answer's author agreed to this edit in question" button which could be used only if code was expanded
In this question I added a segment to the code scope only after describing the essential addition before the answerer in comments and getting his consent to make this addition in a reply comment.
I ...
0
votes
1
answer
69
views
Synonym request for tag [animations], proposed synonym [easing]
Synonym Request
I came across this question screen-transition-effect-like-in-final-fantasy-games where OP makes their custom easing function in order to smoothly transition a color over an image. I ...
-1
votes
1
answer
120
views
New tag proposition: Leetcode
Leetcode is a very popular website for programming challenges. I would request that a new tag be created, leetcode, that can focus on these specific types of questions.
There has been an influx of ...
10
votes
1
answer
148
views
Warn if question is tagged with [python-3.x] but not [python]
Given that 16/50 of the latest python-3.x questions aren't posted with the python tag,[1] and site policy is to tag with both.[2] Can we move the burden onto the poster to tag properly, rather than ...
-4
votes
1
answer
75
views
I suggest two tags, [readability] and [compatibility]
I suggest adding two tags readability and compatibility. I can't add them myself but think they will be useful.
At my last code review question I added a tag related to the programming language ...
3
votes
2
answers
131
views
Give [jison] a higher tag priority than [javascript]
Recently I asked a question and created the new tag jison. I also tagged the question with javascript because that is what the language compiles to. However, I noticed that the title in the browser ...
14
votes
2
answers
188
views
Can we disable "Questions that may already have your answer?"
If you post a question, Stack Exchange with all their clever AI produces a list under your title called "Questions that may already have your answer". This makes a lot of sense for Stack Overflow, ...
5
votes
6
answers
755
views
A friendly challenge!
A few years ago you beat us (PPCG) to getting out of beta and getting a design. It is time for us to strike back. I am planning on hosting a King of the Hill challenge Programming Puzzles and Code ...
-9
votes
2
answers
157
views
Change the licensing of code in Code Review contributions to GNU GPL
It seems that one of the community's main aversions to changing from the current CC license, to a more permissive MIT license, is the idea that people seem to not want to simply give code away.
...
-6
votes
2
answers
199
views
Change the licensing of code in Code Review contributions to MIT
One of several problems of having a creative commons (CC) license for code generated on Code Review, is that it is incompatible with major software licenses. Your project would have to either have to ...
6
votes
1
answer
126
views
Allow users to vote to migrate a question from meta.codereview to main
This question happened; https://codereview.meta.stackexchange.com/questions/6970/a-good-way-to-remove-duplicate-code-without-violating-page-object-model - it's a regular Code Review question that ...