|
I noticed this n a C-based QA question: Why it prints the value only int is initialized?[^]
If you enter this:
int *ptr = #
Without a code block, it shows as this:
int *ptr = #
I understand that, it makes sense.
But ... inside a code block, that should be ignored, but it isn't:
int *ptr = #
To get it to work, you have to modify the code:
int *ptr = #
To get this:
int *ptr = #
I'm pretty sure that didn't used to happen? Or I'm getting old and forgetful ...
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Ugh. We'll add that to the list. We have another HTML encoding issue we need to look at too.
I suspect something changed with the HTML sanitiser we were using. I can't see how it could have, since we dictate the rules it uses, but after an upgrade we've seen a couple of issues.
cheers
Chris Maunder
|
|
|
|
|
In message / QA moderation, links are highlighted in Yellow.
Would it be possible to add a toggle for that to article moderation so we could switch it on and off? Just thinking it would make some of the spam easier to spot - for example when it's empty, or just a "." at the end of a sentence.
For example: Difference Between pip and pip3 in Python[^] - yes, it's garbage as an article, but the spam link is the first word of the third sentence / paragraph, and it's hard to see (it slipped past Greg for example). Having a yellow background toggle in moderation woudl make it so much easier for everybody!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
|
If you click "Load More" what happens?
cheers
Chris Maunder
|
|
|
|
|
Right now I'm seeing recent posts, but that wasn't the case earlier today. The next time I see old ones, I'll try to remember to do this and let you know what happens.
|
|
|
|
|
|
Before Load more

after load more

|
|
|
|
|
Again, at ~07:15. The first two are somewhat current, but not the others.
EDIT: And 5 minutes later, back to normal.

|
|
|
|
|
And getting notified of comments I make.
thanks, Bill
«The mind is not a vessel to be filled but a fire to be kindled» Plutarch
|
|
|
|
|
Same for me.
double notification of comments and single notification of own comments.
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
|
|
|
|
|
I went to change my account email address to one of my other ones, only to have it tell me that that address is already taken.
So I logged into that account and I discovered that I had created it for some unknown reason.
Is there any way I can change the account email address for the account under which I am posting this question to that second account? (It would be OK to delete the second account.)
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
Absolutely: but you should be able to do it yourself by closing the other account (go to the Privacy tab of your profile) and then changing your email address on this account.
However, if that doesn't work, just email Sean (sean@codeproject.com) and just ask him to
a) deactivate the old account
b) change your current email to the email of the old account
And just let him know the new and old email addresses.
cheers
Chris Maunder
|
|
|
|
|
Did this get sorted out? Let me know and I'll get it sorted.
cheers
Chris Maunder
|
|
|
|
|
Yes, Sean took care of it in a jiffy. Sorry I didn't report back.
Thanks Chris.
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
No worries. Glad it's all sorted.
cheers
Chris Maunder
|
|
|
|
|
|
Me too:
I got 2 emails for one answer on my own question.
Then i wrote a comment to that answer and got another email for my own comment!

|
|
|
|
|
Yes, I do.
Problem appeared at same time as double notification of comments.
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
|
|
|
|
|
I thought it was me!
The messages are slightly different - rather than "A Comment has ..." etc it seems to always start with "Code Project:"
|
|
|
|
|
A recent "fix" has still to be unfixed. 
|
|
|
|
|
So Chris has tasked me with finding out what went wrong with his 'fix'.
Time to don my hard hat, grab some ropes, extra batteries for the flashlight and descend into the murky caves of the code.
This could be in a number of places, but I'll find it.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
Now, it did not happen again today, at least not for me. Good luck 
|
|
|
|
|
Well it is still happening:
Two emails for every response in QA from other people.
One email for every comment I post.
|
|
|
|
|
Faced it today again, while adding in Q/A a comment to an answer from me.
|
|
|
|