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
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.
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 ...
65535 bytes (the default length for the TEXT type in MySQL). Needless to say, if people start abusing that, it'll get restricted. 😝
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...
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...
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.
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...
Yes they can. Just added, rolling out in the next build.
This should now be completed and deployed.
It already exists in simple Markdown: ![image alt text](paste your link here)
This should now be completed and deployed.
I'm... surprised nobody noticed this earlier. I've added the license picker to the answer form now, pending deploy. Changing a license after a post has been created is [status-declined] for now at ...
This is [status-bydesign] for security reasons. The sign out request uses an HTTP DELETE request to avoid an attack called CSRF. Clicking a link, by default, uses a GET request. The library that ha...
This one is going to have to be [status-declined] as it is, but there's some other adjustments we can make that might solve the problems. Making the main help page editable is more difficult than i...
Not right now. You'll currently get notifications for similar things as you do on Stack Exchange: Comments on your posts (questions or answers) You were mentioned in a comment New answers to you...
This should be completed with the next deploy. To make it easy, we just email you a link to sign in - same functionality, but easier to use.
This will be added with the next deploy. As aCVn said in a comment, these sites also support 2FA, for an extra layer of protection on your account.
Should be fixed, pending next deploy.
These are all things that would be great to do, and they're all planned in some form, down the line. It won't be immediate; there's a bunch of other more critical features that need to be done firs...