Unanswered Questions
13,230 questions with no upvoted or accepted answers
10
votes
0
answers
147
views
How to perform link checking against Stack Exchange?
We maintain an open-source Kubernetes distribution. Our public documentation points to Stack Exchange websites, for example:
https://stackoverflow.com/
https://serverfault.com/
https://security....
5
votes
0
answers
55
views
Update the close flagging experience to better align with close voting
Note: This post is the result of a TL discussion on how to address a minor bug in the flag dialog for users who can't vote to close, which led to a discussion about what the desired behavior should be....
13
votes
0
answers
278
views
A per-community opt-in feature to allow users to mute notifications on specific questions
I want to be able to mute notifications from a particular question.
This feature was previously requested here: Can I mute notifications on a specific question? -
I considered voicing my approval ...
9
votes
0
answers
85
views
What exactly are follow-up questions on existing answers and how do they differ from normal questions or comments?
In recent staff posts, it was reported that some users want to ask follow-up questions on existing answers. The topics seems to be specific, technical follow-up questions related to an existing ...
14
votes
0
answers
165
views
One specific user's username isn't showing up at all in some rooms on Firefox
This is a very specific bug. When actively in several particular chatrooms (but not all), AncientSwordRage's username does not show up in the room, displaying only a blue diamond. I haven't found ...
4
votes
0
answers
75
views
Icons rendering issue with browser zoom
I happened upon this post from a long while ago, and thought, "That still happens for me." I went to the achievements window and went to 90% zoom, and this happened.
I am using up-to-date ...
16
votes
0
answers
212
views
Aren't users supposed to be able to edit their own deleted questions?
A user on Stack Overflow meta recently complained about having a question deleted by community vote, initially seemingly unaware that our deletion system is generally "soft" and still allows ...
12
votes
0
answers
76
views
Bulk resolving flags fails silently
Not sure if this is Staging Ground only. Posting it here to be safe.
I ran across a post in Staging Ground that was pure junk (now deleted). The user self-deleted the post, and the user was later ...
10
votes
0
answers
170
views
Images from i.sstatic.net still only work for me after being accessed from another IP address
I could not possibly describe the issue any better than it is already described here: Images from i.sstatic.net only work for me after being accessed from another IP address [closed]
The question is ...
7
votes
0
answers
64
views
Site icons in achievements dialog on stackexchange.com are not well-aligned
There's a small difference in the alignment of site icons in the achievements dialog between https://stackexchange.com and the Q&A sites. On the latter (left screenshot), they are well aligned ...
6
votes
0
answers
84
views
Displaying Zero as new reputation ticker - bug?
I think displaying this zero as a rep ticker is a bug? It was 9 a few minutes ago, as it should have been (10 minus 1). After I looked at the details, the rep ticker should disappear, as it ...
25
votes
0
answers
93
views
Moderator tools need the ability to search
Some key moderator lists lack any ability to search text. This includes
Open moderator flags
Moderator messages
Community Team escalations
User annotations
Somewhat related is that the Users page (/...
5
votes
0
answers
55
views
Could we have 'previews' of community sprints for better targetting of issues?
Historically - we've had publicly available roadmaps for what the focus of development on public Q&A/Public Platform would be. As a avid (rabid?) meta user, it's been a useful tool for targeted ...
11
votes
0
answers
106
views
SPAM in a review audit visible when not logged in
On the Super User review queue came across a blatant support phone number SPAM post, with the phone number in the question title and body.
Flagged as SPAM and passed the review audit.
However, the ...
4
votes
0
answers
87
views
Stack Snippet console.warn can’t log Error objects (or other non-string, non-array objects passed as the first argument)
This Snippet should log two warnings:
(async () => {
console.warn(new Error("blah"));
})();
console.warn(new Error("blah"));
but it actually logs one error:
Error: {
"message": &...