|
May be related... Bugs and Suggestions[^]
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
It was suggested that this[^] be posted in this forum instead.
|
|
|
|
|
|
(Ignore my previous message)
Try posting on the lounge. As long as it's not an ad, it's fine.
cheers
Chris Maunder
|
|
|
|
|
I signed up using my GitHub account, so code project got my email from the OAuth there. I noticed I could not do any voting on posts, but I can post replies, etc.
I haven't see any email verification requests. When I look in my account details, there are no buttons to "verify email" or anything. So, it looks like a bug? How does one normally verify an email after signing up via GitHub?
|
|
|
|
|
I've sent you an email confirmation request.
I agree that finding out how to do this is difficult and will look at making this easy.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
I am in the same trouble.
it's weird because my account is 14 years old...
|
|
|
|
|
If you haven't done something that verifies your email in a long while, your email will be placed in an unverified state. One way you get your email verified is clicking on a link in one of our Newsletter emails.
"Time flies like an arrow. Fruit flies like a banana."
|
|
|
|
|
i am ok with that... but read message of C-Fuhrman again...
i can't find any button to validate my email again
|
|
|
|
|
I received today 4 notifications for the same message including 4 emails...
Did someone feed the hamsters after midnight?
EDIT: I suppose it was a punctual issue (probably some kind of lag?), but if you need the message or the emails to check something just in case...
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
modified 23-Sep-21 14:17pm.
|
|
|
|
|
Was it notification for a message you left? I get notifications for messages in which I make no comm ent or add any message, for that matter never even looked at or browsed to, all the time.
|
|
|
|
|
It was a notification in the red numbers (corner up-right, next to reputation). The same as I always get when someone answers or comments in a message of mine or I am mentioned in a thread with the "@".
For me usually works fine, sometimes there might be a "ghost" notification if someone deleted the message afterwards, but I never got it in this 4x repetition.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Nelek wrote: @ Cool ... I didn't know this could be done ... a handless grab!
I confess then. I was peppering your post with disdain for unexplained things even though I was uncertain as to the outcome of the hijaack. The admins see everything, by the way ... hot fudge swirl or no, right? 
|
|
|
|
|
The Lounge[^]
This message was written based on a faulty article that appeared in Business Insider. The publisher has now corrected their mistake. Can somebody just delete the the thread containing the message, please
Get me coffee and no one gets hurt!
|
|
|
|
|
Others have commented, the thread doesn't violate any rules, so it stays in all its glory.
cheers
Chris Maunder
|
|
|
|
|
Trying to highlight some code in a <pre> tag in QA, but it seems to have stopped working.
<pre lang="Javascript">
self.<span class="highlight">users</span>
</pre>
self.users 
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Team,
I had been observing that BitWarden browser extension seems to be having problems in prefilling the credentials for Codeproject website.
1) The top logon auto-closes when Bitwarden fills the credentials.
2) In the login page since both signup and login panels are side-by-side, Bitwarden ends up filling both the fields.
|
|
|
|
|
That sounds like something you should be reporting to Bitwarden as a bug.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Unfortunately we can't support third party browser extensions. Having the tail wag the dog is a bad idea.
cheers
Chris Maunder
|
|
|
|
|
Quote: Unfortunately we can't support third party browser extensions
No, nobody expect that. But following the style guide to separate login/resgister -like about 99% ?- are doing will help to keep away from such simple problems.
Of course it means some work for you 
modified 18-Oct-21 21:01pm.
|
|
|
|
|
There is/was/probably still is a small redesign in the works that will fix the dropdown issue.
The other issue where both fields are filled in? I could work around it but...
cheers
Chris Maunder
|
|
|
|
|
There's one small tweak I'd suggest: currently, the password box on the sign-up form has autocomplete="off" , which most browsers will ignore. If you change that to autocomplete="new-password" , any half-decent plugin should recognise that it's not the sign-in form, and not fill it with the current password.
How to turn off form autocompletion - Web security | MDN[^]
As a bonus, the browser should offer to generate a new secure password for you when you complete the form.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Done. Will be set next deploy
cheers
Chris Maunder
|
|
|
|
|
The Code Project Page "LINQ Part 3: An Introduction to IQueryable" has a false "Download source" Link. Below are the page's two download links' Html. While "Download source" should have its own unique separate .Zip file name, is does NOT. Please fix. I definitely want the source AS WELL AS the executable.
<li><a href="/KB/cs/1240553/QueryableFun-Src.zip">Download source - 66 KB</a>
</li>
<li><a href="/KB/cs/1240553/QueryableFun-Exe.zip">Download QueryableFun-Exe.zip - 5.4 MB</a>
</li>
|
|
|
|
|
Um.
Did you look at your two links?
The two href URLs address two different ZIP files: QueryableFun-Src.zip and QueryableFun-Exe.zip .
The source download also works fine for me [Google Chrome Version 93.0.4577.82 (Official Build) (64-bit) on Win 10 Version 21H1 (OS Build 19043.1237)]

So what am I doing that is different to what you are doing?
"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!
|
|
|
|