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 #276229 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276230 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276218 |
Post edited: |
— | almost 5 years ago |
Comment | Post #276220 |
Ah, yeah, that'd do it. Mixing HTML and markdown on the same line is prohibited by the spec - the extra linebreak is necessary (more) |
— | almost 5 years ago |
Comment | Post #276214 |
Potentially there are things we can do, but... I'm not sure what the _issue_ with creating a profile on visit is, @xtal (more) |
— | almost 5 years ago |
Comment | Post #276218 |
I can't reproduce this as-is. If you can include the generated markdown, within its surrounding context, I may be able to pinpoint the problem. (more) |
— | almost 5 years ago |
Comment | Post #276214 |
We can do that, @Zerotime (more) |
— | almost 5 years ago |
Edit | Post #276214 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Network-wide sign in created accounts for me on all sites even though I had no accounts there beforehand It's not the network sign-in that's created accounts for you - it's visiting the sites. When you visit a site and are signed in elsewhere, an profile is created for you on that site. So, with network sign-in, if you sign in on one site, whenever you visit a site that you haven't been to before, a ... (more) |
— | almost 5 years ago |
Edit | Post #39540 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276118 |
Post edited: |
— | almost 5 years ago |
Comment | Post #276139 |
@Alan As long as we can identify which posts need to be copied to the new site, we can do that. (more) |
— | almost 5 years ago |
Edit | Post #276210 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Signing in should sign you in on all sites 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't do it simultaneously - sign one account out, sign in as another, and you can switch back and forth ... (more) |
— | almost 5 years ago |
Edit | Post #276176 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276207 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Can there be some sort of way to save your progress when asking/answering questions? 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 editing but before you save, the edit will take precedence over your draft if you navigate away and come ba... (more) |
— | almost 5 years ago |
Edit | Post #276205 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Clickable tag buttons only work once And here I was thinking I'd caught the edge cases on this one... Fixed, deploying Soon (tm). (more) |
— | almost 5 years ago |
Edit | Post #276196 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276187 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276193 | Initial revision | — | almost 5 years ago |
Answer | — |
A: New drop down list for comments overextends the site This should now be completed and deployed. (more) |
— | almost 5 years ago |
Edit | Post #276188 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276192 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Can the buttons for necessary tags be clickable? This should now be completed and deployed. (more) |
— | almost 5 years ago |
Edit | Post #276190 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276191 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Using the buttons in the editor moves the cursor to the end of the (editor) form This should now be completed and deployed. (more) |
— | almost 5 years ago |
Comment | Post #276185 |
Legal worms... worms in wigs and robes... there's a thought. (more) |
— | almost 5 years ago |
Comment | Post #276178 |
Hm. It'd have to function like that here too, @Lundin - there's no way without resorting to nasty hacks to set a cookie based on user preferences. When you log out or log in on one site, it'd propagate that across the network. That doesn't prevent you from using that account again, though - you could... (more) |
— | almost 5 years ago |
Edit | Post #276185 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276175 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276185 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Please allow specifying license for answers 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 least - there's very real chance of creating confusion or legal ambiguity that way, which we'd rather... (more) |
— | almost 5 years ago |
Comment | Post #276178 |
You'd always be able to log out and log back in as a different account, even if the cookie is cross-network. I thought you could on SE as well, but it's been a while since I tried. (more) |
— | almost 5 years ago |
Edit | Post #276174 | Initial revision | — | almost 5 years ago |
Answer | — |
A: An alternative approach to the view order of answers With today's deploy this is [status-completed]. We now display post scores as up/down splits instead of a total, and answers are sorted by a score calculated based on vote counts, instead of by a simple vote sum. This has been on the MVP TODO list for a while, so it's good to get this out! (more) |
— | almost 5 years ago |
Edit | Post #276161 |
Post edited: |
— | almost 5 years ago |
Edit | Post #39540 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276141 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276141 | Initial revision | — | almost 5 years ago |
Answer | — |
A: How should we approach a programming site or sites? I've had some thoughts about this, which I'll try to coalesce into something resembling an answer. > Codidact is growing, but we're still a small project. To help us grow, we're looking to build active, thriving communities. To that end, we're currently only creating sites that have a community al... (more) |
— | almost 5 years ago |
Comment | Post #276126 |
I'll see if that's practical to do, @aCVn (more) |
— | almost 5 years ago |
Edit | Post #276126 | Initial revision | — | almost 5 years ago |
Answer | — |
A: Following the "sign out" into a new tab results in 404 Not Found 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 handles our user authentication works some JS magic to capture your click and send the correct DELETE i... (more) |
— | almost 5 years ago |
Edit | Post #276123 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276110 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276112 |
Post edited: |
— | almost 5 years ago |
Edit | Post #276118 |
Post edited: |
— | almost 5 years ago |