Welcome to Codidact Meta!
Codidact Meta is the 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.
Posts by ArtOfCode
Missed that rule when I was working out what could/couldn't be voted on five years ago, and apparently nobody's noticed it yet... Fixed now - thanks!
There's no built-in way to do this, but you're welcome to join our Discord server and we can set up a private chat there.
This is already how it works. Those red/green bars in post lists are driven by a Wilson score for the post based on the numbers of up and downvotes. Post & answer sorting is also based on these...
I'm not sure there's a lot we can do about this, other than potentially adding a warning if MathJax is enabled. It's hard to reliably detect MathJax in a post, and even harder to reliably remove it...
Apparently there was a bug in the rep recalc script. Still not entirely sure why, but I've solved it and re-run the script. Rep counts should be correct now.
When you hover over a date on SE it shows you the full date time stamp which is a reasonable compromise. We do the same thing here. Hover over most relative timestamps ("x ago") and you'll get...
If you forget your email address, contact support and we'll be able to assist. Allowing people to guess the email address for an account is not something that can be done securely and in a way that...
I'm not going to call this by design because it wasn't actually intentional, but it does actually make sense. The sign out button on desktop is in the site switcher, so it's consistent to have it t...
As aCVn has already correctly said, those tags get stripped by the server when it's rendering post markdown. I'm currently working on changing the Markdown rendering systems over to gems that supp...
This is [status-completed] and will be deployed soon. We use Redis to save drafts, since we already use it for other things. Drafts are kept for 7 days; if the post is edited after you start editin...
This is [status-completed]. Signing in on one site signs you in across the network; likewise, signing out signs you out everywhere. This doesn't preclude the use of multiple accounts, you just can'...
This is not something we support, technically or ethically. You're more than welcome to promote content on Codidact communities elsewhere, but you must follow the rules of wherever it is you're pos...
65535 bytes (the default length for the TEXT type in MySQL). Needless to say, if people start abusing that, it'll get restricted. 😝
Agreed, fixed, and pending deploy.
Should be fixed, pending next deploy.
I've fixed this in the design framework - once the CDN's cache updates, you should see this start working properly.
Should be fixed now - the arcanities of nginx, ActiveStorage, and AWS conspired against us on this migration, but they've now each been shown a roll of duct tape and told firmly to keep themselves ...
Some ideas: or or
Looks like we were assuming everything in the hot posts list was a question. I've changed it to use a post-type-aware helper now; this should be fixed, pending deploy.
Yes they can. Just added, rolling out in the next build.
This can be done by a developer. Ping us an email to support@ and someone will handle this for you. At present, this will mean that any content associated with your account on that site will be unl...
This is displaying fine in all browser tests that I've been able to run. Given that others are reporting this fine too, I'm inclined to suggest there's something janky with your system, rather than...
This is, technically, already possible. I'm not going to point out how for the same reasons that the request was declined on Stack Exchange: it's far too open to abuse, and (more importantly) it do...
The codebase for codidact.com is not the same as the software that runs the Q&A sites, so there are a few disparities like this one. I've just added the icon there too, you should see it appear...
Nothing earth-shattering, really, just what made sense to me. Markdown is technically a markup language, which feels more correct to me in a monospace font. (Plus I also find monospace easier to re...