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
Not yet. It's in the plans, but at the moment that tool doesn't exist. We're focusing on building the features we want to have for our initial launch before we focus on the surrounding tools, like...
As a general rule: yes, for personal use there's no issue with that. Caveats: First & foremost, this is a general rule - if we discover requests or usage that looks like a problem we'll want...
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...
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...
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 ...
This has been implemented thanks to luap42 and is rolling out now.
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...
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...
Since it's easy: yes, done - going live in the next build.
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...
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.
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 ...
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...
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...
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. ...
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.
Love it when people ask for easy things :) Done, rolling out in the next build.
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...
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...
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...
This is by design — it gives the quotes a sort of speech-bubble type look. (Not exactly, admittedly, but any more detail requires ridiculous amounts of CSS...)
They don't. Linguistics is one site. Its site ID is 12. It has three categories - Q&A, Meta, and Resources - with IDs respectively of 36, 37, and 40. Each category has a tag set, which contai...
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-...
This is fixed and rolling out with the next build.
Is fixed. Blame nginx.