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.

Activity for ArtOfCode‭

Type On... Excerpt Status Date
Edit Post #39540 Post edited:
over 4 years ago
Edit Post #276585 Post edited:
over 4 years ago
Edit Post #276586 Initial revision over 4 years ago
Answer A: Alt text is broken
Turns out we weren't allowing the alt attribute through the sanitizer. The fix is rolling out now.
(more)
over 4 years ago
Comment Post #276578 I don't think an "are you sure" popup is being proposed here - just a button, so you'd pick your image then click Upload to upload it (as opposed to the current situation of just picking the image and having it upload automatically).
(more)
over 4 years ago
Edit Post #276584 Initial revision over 4 years ago
Answer A: How is Codidact financed?
@manassehkatz has already answered what you're directly asking about here, in how the organisation is financed. But there's also this: > While this partially answers my question about who runs this site (only partially as no usernames are listed)... So, to clarify, here's the organisational str...
(more)
over 4 years ago
Edit Post #276574 Post edited:
over 4 years ago
Edit Post #276582 Initial revision over 4 years ago
Answer A: Review the reviews, show other users' feedback, filter reviewable items by tags
These may well all be things we do when reviews are implemented. At the moment, reviews don't exist, so I'm marking this [status-deferred].
(more)
over 4 years ago
Comment Post #276557 Maybe, maybe not, @Mithical - we haven't really come to a conclusion on what we need yet.
(more)
over 4 years ago
Comment Post #276537 Even with a dedicated category, there's no way we can expect people to search through _every_ post just in case it might have been reported before... duplicates happen, they're not a bad thing - and they deliberately don't count against you in any way.
(more)
over 4 years ago
Edit Post #276552 Post edited:
over 4 years ago
Edit Post #276555 Initial revision over 4 years ago
Answer A: Link Feature Cursor
This is completed and rolling out now.
(more)
over 4 years ago
Edit Post #39540 Post edited:
over 4 years ago
Edit Post #276530 Initial revision over 4 years ago
Answer A: automatic linking to a specific category, by title
This has taken a little while to get to while I did some research into how feasible it is. For the moment, I'm putting a [status-deferred] on this - I know that's not the answer you were hoping for, but it is the necessary answer. Adding a custom Markdown extension involves developing an extension...
(more)
over 4 years ago
Edit Post #276441 Post edited:
over 4 years ago
Edit Post #276453 Post edited:
over 4 years ago
Edit Post #276520 Initial revision over 4 years ago
Answer A: Can we get a page with the tags listed in hierarchical and then alphabetical order?
I surprise myself, but the answer is "yes you can". Image alt text There's a new Hierarchical sort button on tag list pages. You won't see much difference right now because not many tags have been made hierarchical, but no doubt we'll start to see some soon.
(more)
over 4 years ago
Comment Post #276513 Not sure there's an "official" name for them, @Dani ... in the design framework they're called "score meters".
(more)
over 4 years ago
Edit Post #276516 Initial revision over 4 years ago
Answer A: Images are stretched, not scaled, on narrow browsers
We support browser widths down to 360px, which is the smallest common browser width on most modern mobile devices. At that width, I see this: Image alt text Even going smaller than that, I can't reproduce what you're seeing here - what's your environment (device, browser, dimensions etc)?
(more)
over 4 years ago
Edit Post #276510 Post edited:
over 4 years ago
Edit Post #276513 Initial revision over 4 years ago
Answer A: Bug in Indicator
Thanks, good spot! I've run a full recalculation of scores; these should all be fixed now.
(more)
over 4 years ago
Comment Post #276453 I'll need to have a look at this one... The problem is that MySQL (well, relational databases in general) don't handle tree structures well _at all_. If there's a way that's been put in to do this, then I might be able to, but... I wouldn't like to get anyone's hopes up.
(more)
over 4 years ago
Edit Post #39540 Post edited:
over 4 years ago
Edit Post #39540 Post edited:
over 4 years ago
Edit Post #276426 Post edited:
over 4 years ago
Edit Post #276428 Initial revision over 4 years ago
Answer A: Not getting pinged
Are you the one true Dani? There were three other users named Dani who were imported from SE. Since the software picks the first when sending ping notifications, you didn't get them. Since they're all imported users rather than real people, I've taken the liberty of renaming them Dani1, Dani2, and...
(more)
over 4 years ago
Comment Post #276414 @dmckee right, imported-but-claimed content can count as native in some edge cases.
(more)
over 4 years ago
Comment Post #276414 @aCVn I checked on that one, and this kind of use is actually totally okay - see SE's [trademark guidance](https://stackoverflow.com/legal/trademark-guidance), "Design of Your Product". The icon itself also comes from a well-known icon library, so we're not storing it and potentially coming into issu...
(more)
over 4 years ago
Comment Post #276414 @manassehkatz That said... no reason we can't suit both worlds: build rolling out now includes a small icon on imported posts so that you can tell which is which.
(more)
over 4 years ago
Comment Post #276356 Might've had something to do with the new site launch, since that was around the same time... I'll keep an eye out for it next time we launch a site.
(more)
over 4 years ago
Comment Post #276419 Not right now, but I've taken the liberty of adding the [feature-request] tag here and I'll add it to the list :)
(more)
over 4 years ago
Edit Post #276419 Post edited:
over 4 years ago
Edit Post #276420 Initial revision over 4 years ago
Answer A: What defines an "interesting" question?
It's a pretty low bar right now... "interesting" is defined as anything with a score over a threshold, which is set in site settings. It currently defaults to 1, but can be changed at any time.
(more)
over 4 years ago
Comment Post #276414 @manassehkatz ^ basically that. Sorting was the easy solution; building a filter is _possible_ (the lottery button is technically a filter), but means building a new action and view as opposed to adding about two lines of code to an existing setup.
(more)
over 4 years ago
Edit Post #276413 Post edited:
over 4 years ago
Edit Post #276414 Initial revision over 4 years ago
Answer A: Filtering non SE questions?
Nice idea! This is implemented in the latest build, which is rolling out now. There's a new Native button on category post lists that lets you bring non-imported posts to the top.
(more)
over 4 years ago
Comment Post #276389 Speaking of which, if anyone has ideas for the tagline, [there's a meta post for that](https://judaism.codidact.com/questions/276366).
(more)
over 4 years ago
Comment Post #276356 @aCVn Possibly, or you may be right that something was up. There were a bunch of RSS feed items posted into Discord as HTTP links recently, but now they're all back to being HTTPS. I'll keep an eye out, but with any luck this has just resolved itself.
(more)
over 4 years ago
Comment Post #276347 @Cazadorro It's not ideal, but there's not a huge amount we can do about it without investing _way_ more effort than it's worth.
(more)
over 4 years ago
Comment Post #276359 Likewise, [status-norepro] - permalinks are HTTPS for me. Sure you're loading pages over HTTPS not plain HTTP?
(more)
over 4 years ago