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 |
---|---|---|---|---|
Comment | Post #276356 |
[status-norepro] so far. Which avatars in particular aren't loading via HTTPS for you? (more) |
— | over 4 years ago |
Edit | Post #276337 |
Post edited: |
— | over 4 years ago |
Edit | Post #276351 | Initial revision | — | over 4 years ago |
Answer | — |
A: Comment character count does not reset when posting the comment This is fixed - thanks for pointing it out. Will go live in the next deploy. (more) |
— | over 4 years ago |
Edit | Post #276345 |
Post edited: |
— | over 4 years ago |
Edit | Post #276350 | Initial revision | — | over 4 years ago |
Answer | — |
A: Current text selection as input method for link prompt? This is completed now and will go live in the next deploy. (more) |
— | over 4 years ago |
Edit | Post #276344 |
Post edited: |
— | over 4 years ago |
Edit | Post #276347 | Initial revision | — | over 4 years ago |
Answer | — |
A: Bug in displaying footnote links Inline footnotes aren't supported: you'll need to use full footnote syntax instead, i.e.: ``` here are some words[^1] ``` (more) |
— | over 4 years ago |
Comment | Post #276338 |
It would seem this is only _old_ meta answers, which would make sense since the category changes went in. See for example [this search](https://electrical.codidact.com/posts/search?utf8=%E2%9C%93&search=basket+weaving). (more) |
— | over 4 years ago |
Edit | Post #276330 | Initial revision | — | over 4 years ago |
Answer | — |
A: A new Judaism community This proposal is our most active yet and we're looking to launch the new site soon. There's a handful more things to sort out. One of those is a logo for the new site - and while I can make a guess at relevant things for many topics, Judaism is not one of them... so, ideas for logos welcome! (more) |
— | over 4 years ago |
Edit | Post #276280 |
Post edited: It's clear to me that there are a number of users interested, so I'm making this a full proposal |
— | over 4 years ago |
Edit | Post #276302 | Initial revision | — | over 4 years ago |
Answer | — |
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 tooling, to start with. We can't, of course, migrate passwords, so everyone would need to reset thei... (more) |
— | over 4 years ago |
Comment | Post #276289 |
The Hebrew keyboard is a relatively easy one: thanks to HodofHod's userscript, I've been able to adapt that to some site-specific JS here. Referencing is a more tricky one: the script for that is much more complex and SE-specific, which makes it hard to adapt and takes me away from developing network... (more) |
— | over 4 years ago |
Comment | Post #276297 |
I know this is a feature-request and the duplicate is a support question, but... the answer is the same in basically all respects. This might be something we come back to once we've got the majority of major features we want, but for now it's not worth spending the time for something that can be done... (more) |
— | over 4 years ago |
Edit | Post #276297 | Question closed | — | over 4 years ago |
Edit | Post #276230 |
Post edited: |
— | over 4 years ago |
Edit | Post #276284 | Initial revision | — | over 4 years ago |
Answer | — |
A: Comment editor does not automatically get focus This is completed - the comment input field is focused automatically once you hit "Add a comment". (more) |
— | over 4 years ago |
Edit | Post #276229 |
Post edited: |
— | over 4 years ago |
Edit | Post #276283 | Initial revision | — | over 4 years ago |
Answer | — |
A: Edit post should leave window showing edited post You should find this is now completed. Editing should redirect you to the post's permalink and take you straight there. (more) |
— | over 4 years ago |
Comment | Post #276280 |
The disclaimer is something we can do already - it's in site settings, so an admin can set it up when we set the community up. (more) |
— | over 4 years ago |
Edit | Post #276275 | Initial revision | — | over 4 years ago |
Answer | — |
A: Browser-Specific Image Problems Completed pending deploy: we'll only allow web-safe image types (PNG, JPEG, GIF). I looked at automatically converting other image types, but it's frustratingly difficult in our current version of Rails - once we upgrade (no timeline on that yet), we might be able to look again. (more) |
— | over 4 years ago |
Edit | Post #276272 |
Post edited: |
— | over 4 years ago |
Comment | Post #276264 |
I'm almost certain that this is down to whatever your computer was doing at that time. Like the file input, text input fields are something I have comparatively little control over - certainly there's no code that would cause anything remotely like this to happen. So, rather than the correlation bein... (more) |
— | over 4 years ago |
Comment | Post #276272 |
I suspect this is IE/Edge/Windows. TIFF images seem to work there, but not in other environments. (more) |
— | over 4 years ago |
Comment | Post #276264 |
Hold up, you mean that when you pressed a key it didn't appear _in the text box itself_? We're not talking about the Markdown preview underneath it here? (more) |
— | over 4 years ago |
Comment | Post #276264 |
It's unlikely that anything changed within the last day, as we haven't touched the code at all in the last three days or so - there's a version number and date stamp for the current running version in the footer. Were you using MathJax? There's a deliberate delay (1s?) in that rendering to avoid it a... (more) |
— | over 4 years ago |
Edit | Post #276237 | Initial revision | — | over 4 years ago |
Answer | — |
A: First image file name entry line doesn't work That field is a HTML file input field (``). How it renders, beyond very basic styling, is entirely down to your browser, and not something web developers have any control over. Making it possible to type in the file path that you want and have it inserted there is... well, not possible - in theory we... (more) |
— | over 4 years ago |
Edit | Post #276233 |
Post edited: |
— | over 4 years ago |
Edit | Post #276229 |
Post edited: |
— | over 4 years ago |
Edit | Post #276230 |
Post edited: |
— | over 4 years ago |
Edit | Post #276218 |
Post edited: |
— | over 4 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) |
— | over 4 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) |
— | over 4 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) |
— | over 4 years ago |
Comment | Post #276214 |
We can do that, @Zerotime (more) |
— | over 4 years ago |
Edit | Post #276214 | Initial revision | — | over 4 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) |
— | over 4 years ago |
Edit | Post #39540 |
Post edited: |
— | over 4 years ago |
Edit | Post #276118 |
Post edited: |
— | over 4 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) |
— | over 4 years ago |
Edit | Post #276210 | Initial revision | — | over 4 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) |
— | over 4 years ago |