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 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‭

149 posts
81%
+7 −0
Q&A Markup documentation?

Markdown does have a standard these days - CommonMark. We generally support anything that's in the CommonMark specification, plus some other useful bits. If you hover over the buttons in the toolb...

posted 4y ago by ArtOfCode‭  ·  edited 3y ago by hkotsubo‭

Answer
81%
+7 −0
Q&A Migrate users from deprecated Codidact forum

I've added a note to the notice on the forum to point out that a new account is needed here. I don't think migrating user accounts is worth it. I'm not sure whether Discourse provides the necessary...

posted 4y ago by ArtOfCode‭

Answer
81%
+7 −0
Q&A What class attributes can we (usefully) use in HTML tags?

Here's the list of supported tags and attributes, pulled straight from the current code: self.tags = %w[a p span b i em strong hr h1 h2 h3 h4 h5 h6 blockquote img strike del code p...

posted 9mo ago by ArtOfCode‭  ·  edited 9mo ago by ArtOfCode‭

Answer
81%
+7 −0
Q&A How can I conveniently opt out of Codidact analytics?

We have analytics in use because they're helpful. The data the analytics system collects for us highlights where we're doing well (or not) and what people are using (or not), as well as helping to ...

posted 4y ago by ArtOfCode‭  ·  edited 2y ago by Trilarion‭

Answer
81%
+7 −0
Q&A Should be allowed to vote on answer to own question

This has been implemented thanks to luap42 and is rolling out now.

posted 4y ago by ArtOfCode‭  ·  edited 11mo ago by Lux‭

Answer
81%
+7 −0
Q&A Voting fraud on posts

As the moderator who reviewed your flag said, downvoting is not necessarily voting fraud. Anyone is free to use their downvotes as they see fit; it's only when someone starts voting on the person n...

posted 2y ago by ArtOfCode‭

Answer
81%
+7 −0
Q&A Randomize order of answers with same score

Since it's easy: yes, done - going live in the next build.

posted 3y ago by ArtOfCode‭

Answer
81%
+7 −0
Q&A How can I remove a tag?

There is no way to delete a tag as such at the moment. You can, however, merge a redundant tag into its equivalent (in this case, merging angular-2+ into angular would work). The tag being merged w...

posted 3y ago by ArtOfCode‭

Answer
81%
+7 −0
Q&A send mail for new community

We don't do a whole lot on the email notifications front, really. The only emails we send automatically from the application are account emails, plus any subscriptions you create. Beyond that, we d...

posted 3y ago by ArtOfCode‭

Answer
81%
+7 −0
Q&A Where’s my suggested edit?

Your edit is to a post on Software Meta, but you're looking at the queue for Software Q&A. If you look at the edit queue for Meta, you'll find it's in there.

posted 3y ago by ArtOfCode‭

Answer
80%
+6 −0
Q&A Could we have a "Close as outdated" close reason?

Sure. I've added the reason here on Meta; we'll see how it goes. If it turns out to be more widely useful we can look at getting it added to community seeds and existing communities.

posted 3y ago by ArtOfCode‭

Answer
80%
+6 −0
Q&A Would there ever be A / B testing?

Not in the forseeable future. Building a system to A-B test new features takes time, as does the analysis afterwards. While we're still a small team, it's more effective for us to collect feedback ...

posted 3mo ago by ArtOfCode‭

Answer
80%
+6 −0
Q&A Modular or “microservices” architecture

The first question to ask when considering a change of architecture is why? What benefits would a modular architecture bring, and would it outweigh the drawback of having to re-write the entire sys...

posted 3mo ago by ArtOfCode‭

Answer
80%
+6 −0
Q&A Implement reactions for top level posts

This is already possible with the current implementation. You don't see reactions on questions at the moment because questions are limited to only question-specific reaction types, and no communiti...

posted 2y ago by ArtOfCode‭

Answer
80%
+6 −0
Q&A I cannot post PHP on CoDidact software development

So this is Cloudflare that's blocking you, not any part of Codidact software. I've found the requests, and it looks like Cloudflare thinks the code you're posting is malicious and has blocked it. ...

posted 3y ago by ArtOfCode‭

Answer
80%
+6 −0
Q&A Single account or one per community?

It's a single account. Once you've signed up on any site on codidact.com, you'll be able to sign into any other site on codidact.com with the same credentials. You don't need to sign up again, just...

posted 4y ago by ArtOfCode‭

Answer
80%
+6 −0
Q&A Can we get a mod page with the most recent comments left on the site?

Love it when people ask for easy things :) Done, rolling out in the next build.

posted 3y ago by ArtOfCode‭

Answer
78%
+9 −1
Q&A Spread the word - SE meta information page?

a simple SO meta post explaining the work we have done ... What is the problem with that? The problem with it is that Stack Overflow won't allow it. From their perspective, what we're doing here...

posted 4y ago by ArtOfCode‭  ·  edited 4y ago by ArtOfCode‭

Answer
77%
+5 −0
Q&A "forgot email address" system

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...

posted 2y ago by ArtOfCode‭

Answer
77%
+5 −0
Q&A Date Display formatting

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...

posted 2y ago by ArtOfCode‭

Answer
77%
+5 −0
Q&A Lost Reputation

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.

posted 2y ago by ArtOfCode‭

Answer
77%
+5 −0
Q&A Request: Headings and footnotes act as link anchors

Fancy Heading This is technically already possible using HTML: just add an id attribute to your header tags: <h1 id="fancy-heading">Fancy Heading</h1> Going to /questions/123456#fancy-...

posted 3y ago by ArtOfCode‭  ·  edited 3y ago by ArtOfCode‭

Answer
77%
+5 −0
Q&A MathJax in profiles displays differently depending on community

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...

posted 1y ago by ArtOfCode‭

Answer
77%
+5 −0
Q&A Can't upload images (clicking upload button does nothing)

This is fixed and rolling out with the next build.

posted 4y ago by ArtOfCode‭

Answer
77%
+5 −0
Q&A How do I notify users with a space in their username via comments?

Simply omit the space, and ping @UserName. I'm not 100% sure whether having characters after it breaks the notification, but I tend to avoid it to be on the safe side. Comments are due for an overh...

posted 4y ago by ArtOfCode‭

Answer