Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Codidact Meta!

Codidact Meta is the "town hall" (meta-discussion site) for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Activity for Moshi‭

Type On... Excerpt Status Date
Comment Post #295243 The most obvious waste of space is probably the sidebar. It doesn't extend to the bottom of the page, so there's a large area of blank space to the right as soon as you get past it.
(more)
about 2 months ago
Comment Post #295243 @#116922 Here is the post at 100% and 150%. It does seem like it doesn't change between the two though, so I guess it only matters for breakpoints. https://meta.codidact.com/uploads/z7x1muckx0r54mh2ewgdmepu33sf https://meta.codidact.com/uploads/hsrhh5vm11uru10anurmvfk9osfl
(more)
about 2 months ago
Comment Post #295243 This is screen and zoom dependent - the linked post fits fine on the screen I'm using right now. In my opinion, changing the font size isn't really a solution either since that leads to legibility issues (We can leave that choice to the user, who can zoom out if necessary.)
(more)
about 2 months ago
Comment Post #294965 I don't know for certain how the post ended up in that state, but there are a few known possible causes: https://meta.codidact.com/posts/291577 Specifically, pasting an image does not update the HTML result until another change is made. Given that the post still uses the default alt text, it seems...
(more)
4 months ago
Comment Post #294829 This is a net culture issue, and of course the norms will be different on different sites, but I've always felt that cross-posting was frowned upon in multiple forums I've been in (including StackExchange, which many users will have come from, and which already heavily influences Codidact culture), s...
(more)
4 months ago
Comment Post #294306 > My main reason for this is that the edit preview would then match the width of a post (on desktop - it already does on mobile). IMO this shouldn't really be a consideration - After all, different devices viewing the post after it is posted will be different widths, so there is no way to 'optimiz...
(more)
8 months ago
Comment Post #293215 This bug has been around a while, though it was supposed to have been fixed (https://github.com/codidact/qpixel/issues/538).
(more)
about 1 year ago
Comment Post #290402 @#53970 Could you share your Opera version?
(more)
over 1 year ago
Edit Post #292300 Initial revision over 1 year ago
Answer A: Abilities progress meter ahead of expected progress
The way the site does the percentage, like most things on this site, is based on Wilson scoring, which uses fake data points to bias scores towards the center. The site is currently configured to add +2 positive and +2 negative, so given P positive and N negative, your ratio is (P + 2) / (P + N + 4)....
(more)
over 1 year ago
Edit Post #292220 Post edited:
Added GitHub issue link
over 1 year ago
Edit Post #292223 Initial revision over 1 year ago
Answer A: List all synonyms of a tag on the tag wiki page
Tag synonyms are listed in green on both the main tags list and the tag page under the primary tag name. For instance, this is the spreadsheet-formula tag on Software Development: ![](https://meta.codidact.com/uploads/vm956e9a2a0ojj7blm3javxt4r34) ![](https://meta.codidact.com/uploads/26f0dla7l...
(more)
over 1 year ago
Comment Post #291043 Maybe we could have it so that when users create their first post, there is a prompt asking them whether they would like to enable email notifications
(more)
almost 2 years ago
Comment Post #290850 This is more or less what I wrote in my post, yeah. The review queue is entirely public; just click the [Edits tab in the category](https://meta.codidact.com/categories/3/suggested-edits)
(more)
about 2 years ago
Edit Post #290295 Post edited:
over 2 years ago
Edit Post #290234 Initial revision over 2 years ago
Answer A: Tag and children missing from tag hierarchy pages
`git` is a subtag of `version-control`, and so it's listed under it instead.
(more)
over 2 years ago
Comment Post #277426 Users are always notified for answers to their questions through the Codidact notification system (the little inbox icon).
(more)
over 2 years ago
Edit Post #290094 Post edited:
Retagged
over 2 years ago
Edit Post #279616 Post edited:
over 2 years ago
Comment Post #289986 This has been asked for before, though it was somewhat controversial and hasn't been implemented: https://meta.codidact.com/posts/276818
(more)
over 2 years ago
Edit Post #289751 Post edited:
over 2 years ago
Edit Post #277383 Post edited:
Update link to privacy policy
over 2 years ago
Edit Post #289724 Post edited:
GitHub issue
over 2 years ago
Edit Post #289724 Post edited:
Typo
over 2 years ago
Edit Post #289724 Initial revision over 2 years ago
Answer A: Notifying each other that a commented-on issue is resolved, to produce fewer comments rather than more
It is worth noting that we don't need to have the thread be deleted. Threads on Codidact can be locked and archived. Archived threads are still available for viewing, but cannot be commented on[^1] and are hidden behind a "view more" button under the post. Currently, only moderators can archiv...
(more)
over 2 years ago
Comment Post #289632 I hadn't posted it as an answer since this solution is kind of a pain and not really something I would really want to force normal users who just want a resized image to have to resort to, but I guess it technically answers the question asked.
(more)
over 2 years ago
Edit Post #289634 Initial revision over 2 years ago
Answer A: How to resize images
Technically, you can do it by writing HTML manually: Code ```html ``` Result This is rather tedious though, and relies on some knowledge of HTML, so it would be nice if this was integrated somehow.
(more)
over 2 years ago
Comment Post #289632 You could try doing it manually with HTML, but it's not exactly an approachable method. ```html <img src="https://codidact.com/community-assets/meta/logo-large.png" alt="Codidact logo" width="100px"> <img src="https://codidact.com/community-assets/meta/logo-large.png" alt="Codidact logo" width...
(more)
over 2 years ago
Comment Post #289582 There's currently an open PR that I think addresses the issue: https://github.com/codidact/qpixel/pull/1175
(more)
over 2 years ago
Edit Post #289451 Post edited:
Missed a $
over 2 years ago
Edit Post #289451 Initial revision over 2 years ago
Answer A: How to avoid triggering mathjax?
The trigger in this case is surrounding text with either - `$latex$` or `\(latex\)` for inline math - `$$latex$$` or `\[latex\]` for "display math" (centered and on a new line) The MathJax parser is smart enough to ignore `$` when there is only one on the line, which can make it seem inconsi...
(more)
over 2 years ago
Comment Post #289449 > On a more general note, a dollar sign is a questionable choice for triggering alternate syntax, since it's likely to come up in normal text. It may be questionable, but it *is* the de-facto standard in this case, so I doubt that changing it is worthwhile (at least if we still want SE compatibili...
(more)
over 2 years ago
Comment Post #289173 As a hack on top of this hack, I've added this to try to restore images back to some semblance of what they were ```css img { filter: invert(1) hue-rotate(0.5turn) contrast(125%); background-color: black; } ```
(more)
over 2 years ago
Comment Post #289412 I can't reproduce this https://meta.codidact.com/uploads/fd8k0qe3f44b6cxvybv14169ihh3 (Images don't work in comments apparently) They are two separate tags. This is also the case when going to the relevant tag pages (https://meta.codidact.com/categories/3/tags/5761 and https://meta.codidact....
(more)
over 2 years ago
Edit Post #289391 Initial revision over 2 years ago
Answer A: Flag details vs. comments
This is one of the things that seemed like a good idea at the time, but now is known to be extremely confusing, with many people asking whether it raises a flag or not (it doesn't). Therefore, this "flag reason" is planned to be removed in the future (See this GitHub issue). Comments are alrea...
(more)
over 2 years ago
Comment Post #289367 @#52991 > Moreover we have a public "moderation" area (community-specific meta), where problems could be brought up (does Wiktionary have this?). https://en.wiktionary.org/wiki/Wiktionary:Community_Portal Every page also has a public "discussion" section
(more)
over 2 years ago
Comment Post #289367 Feel free to make a post on the resources category :) It's not just for external links; we'd be glad to host user-made resources there as well
(more)
over 2 years ago
Comment Post #289367 You mention that Wikipedia exists but isn't organized like a dictionary, so I'm wondering if you're aware of Wiktionary. The coverage there is also not great for highly specific/technical terminology though.
(more)
over 2 years ago
Comment Post #289324 Same basic issue as https://meta.codidact.com/posts/278294 but this one is definitely more detailed
(more)
over 2 years ago
Comment Post #289288 Fair enough on the 1, I was just throwing it out there as a consideration.
(more)
over 2 years ago
Comment Post #289288 I'm pretty sure I've forgotten more of my reactions than I've ever placed, even though I'm more or less active. My old reactions wouldn't be marked as stale under this system. This probably won't be an uncommon scenario for other people either, so I'm not sure whether this is really helpful. I'd r...
(more)
over 2 years ago
Edit Post #289271 Post edited:
over 2 years ago
Edit Post #289260 Post edited:
over 2 years ago
Comment Post #285658 Spaces were supported. They are rejected for non-technical reasons (which afaik were never explained beyond just saying that tags should not have spaces, [and should be all lowercase](https://meta.codidact.com/posts/277449))
(more)
over 2 years ago