|
Can you post a link to your GitHub repo so we can take a look?
Also: we use the GitHub Nuget package to manage the README so whatever GitHub thinks is a README is what's returned to us. We don't query anything by name directly so there are no case issues.
cheers
Chris Maunder
modified 5-Dec-22 14:24pm.
|
|
|
|
|
|
Thanks, I'll be deploying an update that will give us more guidance on why your repo isn't being pulled.
However. Your repo's README is very light on an explanation of what it is, and is mainly a list of links to other places. As such it's not a great fit for CodeProject since it's more of just an ad, not a self-contained article that's hosted as a GitHub Project.
If you wish to post your code on CodeProject that would be awesome, but I would strongly recommend you post something like https://featbit.medium.com/introducing-featbit-e0cef61572a as the content, rather than just the current README.
cheers
Chris Maunder
|
|
|
|
|
Thank you. I will take time to make my readme better
|
|
|
|
|
As reported here[^], trying to import a GitHub project with a valid README.md file returns an error:

Quote: This repository doesn't appear to have a Readme to import.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Thanks mate. Digging in now.
cheers
Chris Maunder
|
|
|
|
|
I don't use Code Project any longer and I would like to delete my account.
Thank you.
|
|
|
|
|
You can do that yourself: go to Your Settings[^], select the "Privacy" tab, and choose between "Close my account" and "Forget me Forever".
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
The "protector" badge seems to have gained a white background, which makes it look odd when a message is expanded.

<td class="icon"><img src="https://codeproject.freetls.fastly.net/App_Themes/CodeProject/Img/icn-protector-16.png" title="Protector" alt="protector" width="16px" height="16px" border="0"></td>
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Can be the same problem why the "Founder" Bob of Chris looks weird too?
I think it is wider or shorter than it should.
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.
|
|
|
|
|
I haven't lost my mind. The title makes sense when you look at the C# forum - there are two orphaned answers at the top of the page. Tested in Edge and Chrome (latest versions). Web 02, and Web 01 servers.
|
|
|
|
|
An orphaned post. This is a figment of your imagination because this is impossible. The code said so.
(I'll dig in and fix it)
cheers
Chris Maunder
|
|
|
|
|
IIRC there was a time when we could recover the text that was removed in this way.
|
|
|
|
|
The test is still there and accessible by Admins, protectors or those who closed it. That may be what you're referring to?
cheers
Chris Maunder
|
|
|
|
|
Probably, but I used to have that permission, but don't any more. I cannot recall when it changed, but quite some time ago.
|
|
|
|
|
Yes I see the same thing. And reported it (now deleted.)
I noted that the 'orphan' part comes about because
1. Long time users so they didn't accidently post there
2. Neither answer reflects the parent
3. The trace line (or whatever it is) when you hover over the message goes off the top of the forum and not to the message they are under.
|
|
|
|
|
|
Quote: abstruse Is that some kind of CCC answer?
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment
"Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
"I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
|
|
|
|
|
Sorry CCC is out of my scope. I understand 1 of thousands after I read the solution 
|
|
|
|
|
0x01AA wrote: I understand 1 of thousands after I read the solution Ha, so I'm not the only one! By the way I agree with your feelings on the CRLF operation in the QA comments.
"the debugger doesn't tell me anything because this code compiles just fine" - random QA comment
"Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst
"I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
|
|
|
|
|
Forever the gentleman...
cheers
Chris Maunder
|
|
|
|
|
|
Thank you so much 
|
|
|
|
|
Um. It freezes and I can't get rid of it?

The "X" doesn't work, the "Cancel" button reacts like a button (but only displays "javascript:void(0)" in blue at the bottom left of the browser):

And I can't hit "Save" of anything else in at actual article page.
Fortunately, I'd just saved (just because you are paranoid, doesn't mean computers aren't out to get you) but ...
Even after ten minutes, it's just the same.
Chrome Version 107.0.5304.107 (Official Build) (64-bit)
"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!
|
|
|
|
|
Digging in to see what's happening.
Update: It seems the old spelling checked that's baked into CKEditor (the control we use for posts) isn't appropriate for what we need. The browser has a perfectly good spell checked, but CKEditor has disabled it by default.
You can re-enable the browser spell checker, but you don't get access to the browser's context menu unless you disable CKEditor's context menu for Lists and Menus. Not a decision I think was wise unless CKEditor's business model was to drive people to a paid service that...oh, never mind.
So for now I've made a change that may not actually make anyone happy: lot's of squiggles will now show, but you're on your own to fix them.
Sorry - I can't live with that. It's either no spell checker, or spell checker and no context menu for tables and lists. Given tables and lists have menu buttons that still provide functionality, I'm removing the context menus so we get back spell-checking.
cheers
Chris Maunder
modified 29-Nov-22 12:43pm.
|
|
|
|