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 »
Q&A

Post History

75%
+4 −0
Q&A Three vaguely-related bugs

I've had a dig through the logs... When you updated your profile, the text you entered in the website field was pltavormina.com. The site is expecting you to enter a website there with the protoc...

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

Answer
#2: Post edited by user avatar ArtOfCode‭ · 2020-01-08T19:30:53Z (over 4 years ago)
  • I've had a dig through the logs...
  • 1. When you updated your profile, the text you entered in the website field was `pltavormina.com`. The site is expecting you to enter a website there with the protocol included, i.e. `https://pltavormina.com`. Since you didn't, it couldn't correctly determine where to send you when clicking on the link, and thus it broke. That's a bug, I'll log it and get it fixed.
  • 2. This is a feature of Markdown, which is used to format posts here, like it is on SE. Starting a new paragraph drops you out of "numbered list" mode, which means the next time you get back into numbered list mode, the list will start at one again - no matter what number you actually write.
  • To tell Markdown that your new paragraph is meant to be part of the list rather than outside it, indent the opening line of the new paragraph by four spaces. I've done that with this paragraph to keep it as part of item 2. I've taken the liberty of editing your answer to correct this - you can hit edit on it to see exactly what I've done with the Markdown.
  • 3. We've [had this issue happen before](https://writing.codidact.com/questions/39280). It seems folks are getting confused about when they're asking on main vs on meta - I added a notice at the top of the Ask page to let you know which you're asking on, but I can make more changes if that's not enough. To be clear: using the "Ask!" button at the very top-right of the page will (at present) _always_ ask a question on main; to ask a question on meta, you must go to meta first via its link at the top-right, and then use the "Ask Meta Question" button. What changes would make this clearer?
  • 4. Bonus round! While I was poking around to find error logs for these, I noticed you had a couple of comments that failed to post as well. Comments are limited to a maximum of 500 characters - yours were 606, which is why they failed, but I do need to add a popup to let you know that's what's happened, to avoid confusion.
  • I've had a dig through the logs...
  • 1. When you updated your profile, the text you entered in the website field was `pltavormina.com`. The site is expecting you to enter a website there with the protocol included, i.e. `https://pltavormina.com`. Since you didn't, it couldn't correctly determine where to send you when clicking on the link, and thus it broke. That's a bug, I'll log it and get it fixed.
  • 2. This is a feature of Markdown, which is used to format posts here, like it is on SE. Starting a new paragraph drops you out of "numbered list" mode, which means the next time you get back into numbered list mode, the list will start at one again - no matter what number you actually write.
  • To tell Markdown that your new paragraph is meant to be part of the list rather than outside it, indent the opening line of the new paragraph by four spaces. I've done that with this paragraph to keep it as part of item 2. I've taken the liberty of editing your answer to correct this - you can hit edit on it to see exactly what I've done with the Markdown.
  • 3. We've [had this issue happen before](https://writing.codidact.com/questions/39280). It seems folks are getting confused about when they're asking on main vs on meta - I added a notice at the top of the Ask page to let you know which you're asking on, but I can make more changes if that's not enough. To be clear: using the "Ask!" button at the very top-right of the page will (at present) _always_ ask a question on main; to ask a question on meta, you must go to meta first via its link at the top-right, and then use the "Ask Meta Question" button. What changes would make this clearer?
  • 4. Bonus round! While I was poking around to find error logs for these, I noticed you had a couple of comments that failed to post as well. Comments are limited to a maximum of 500 characters - yours were 606, which is why they failed, but I do need to add a popup to let you know that's what's happened, to avoid confusion. (2020-01-08: Done)
#1: Initial revision by user avatar ArtOfCode‭ · 2019-12-30T21:06:41Z (over 4 years ago)
I've had a dig through the logs...

1. When you updated your profile, the text you entered in the website field was `pltavormina.com`. The site is expecting you to enter a website there with the protocol included, i.e. `https://pltavormina.com`. Since you didn't, it couldn't correctly determine where to send you when clicking on the link, and thus it broke. That's a bug, I'll log it and get it fixed.

2. This is a feature of Markdown, which is used to format posts here, like it is on SE. Starting a new paragraph drops you out of "numbered list" mode, which means the next time you get back into numbered list mode, the list will start at one again - no matter what number you actually write.

    To tell Markdown that your new paragraph is meant to be part of the list rather than outside it, indent the opening line of the new paragraph by four spaces. I've done that with this paragraph to keep it as part of item 2. I've taken the liberty of editing your answer to correct this - you can hit edit on it to see exactly what I've done with the Markdown.

3. We've [had this issue happen before](https://writing.codidact.com/questions/39280). It seems folks are getting confused about when they're asking on main vs on meta - I added a notice at the top of the Ask page to let you know which you're asking on, but I can make more changes if that's not enough. To be clear: using the "Ask!" button at the very top-right of the page will (at present) _always_ ask a question on main; to ask a question on meta, you must go to meta first via its link at the top-right, and then use the "Ask Meta Question" button. What changes would make this clearer?

4. Bonus round! While I was poking around to find error logs for these, I noticed you had a couple of comments that failed to post as well. Comments are limited to a maximum of 500 characters - yours were 606, which is why they failed, but I do need to add a popup to let you know that's what's happened, to avoid confusion.