Click here to Skip to main content
15,881,709 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
JokeRe: Can we have please back CRLF in comments... Pin
0x01AA28-Nov-22 9:30
mve0x01AA28-Nov-22 9:30 
GeneralRe: Can we have please back CRLF in comments... Pin
jeron128-Nov-22 9:37
jeron128-Nov-22 9:37 
GeneralRe: Can we have please back CRLF in Q/A comments... Pin
Chris Maunder29-Nov-22 6:29
cofounderChris Maunder29-Nov-22 6:29 
GeneralRe: Can we have please back CRLF in Q/A comments... Pin
0x01AA29-Nov-22 6:48
mve0x01AA29-Nov-22 6:48 
GeneralRe: Can we have please back CRLF in Q/A comments... Pin
0x01AA30-Nov-22 5:02
mve0x01AA30-Nov-22 5:02 
SuggestionArticle editor spell checker. Pin
OriginalGriff28-Nov-22 2:47
mveOriginalGriff28-Nov-22 2:47 
GeneralRe: Article editor spell checker. Pin
Chris Maunder29-Nov-22 2:50
cofounderChris Maunder29-Nov-22 2:50 
BugJSON data in code blocks - lang="json" doesn't work. Pin
OriginalGriff28-Nov-22 0:37
mveOriginalGriff28-Nov-22 0:37 
Chris, I have small problem with an article I'm writing to do with code blocks. I want to include the same data in CSV, JSON, and XML format, but when I use <pre lang="json"> as my block tag, the preview shows it with JavaScript instead ...

The code looks fine in source view:

The good news is that if I paste the CSV and JSON blocks here they show badly as well!

CSV
policyID,statecode,county,eq_site_limit,hu_site_limit,fl_site_limit,fr_site_limit,tiv_2011,tiv_2012,eq_site_deductible,hu_site_deductible,fl_site_deductible,fr_site_deductible,point_latitude,point_longitude,line,construction,point_granularity
119736,FL,CLAY COUNTY,498960,498960,498960,498960,498960,792148.9,0,9979.2,0,0,30.102261,-81.711777,Residential,Masonry,1
448094,FL,CLAY COUNTY,1322376.3,1322376.3,1322376.3,1322376.3,1322376.3,1438163.57,0,0,0,0,30.063936,-81.707664,Residential,Masonry,3
206893,FL,CLAY COUNTY,190724.4,190724.4,190724.4,190724.4,190724.4,192476.78,0,0,0,0,30.089579,-81.700455,Residential,Wood,1


JSON
[
 {
   "policyID": 119736,
   "statecode": "FL",
   "county": "CLAY COUNTY",
   "eq_site_limit": 498960,
   "hu_site_limit": 498960,
   "fl_site_limit": 498960,
   "fr_site_limit": 498960,
   "tiv_2011": 498960,
   "tiv_2012": 792148.9,
   "eq_site_deductible": 0,
   "hu_site_deductible": 9979.2,
   "fl_site_deductible": 0,
   "fr_site_deductible": 0,
   "point_latitude": 30.102261,
   "point_longitude": -81.711777,
   "line": "Residential",
   "construction": "Masonry",
   "point_granularity": 1
 },
 {
   "policyID": 448094,
   "statecode": "FL",
   "county": "CLAY COUNTY",
   "eq_site_limit": 1322376.3,
   "hu_site_limit": 1322376.3,
   "fl_site_limit": 1322376.3,
   "fr_site_limit": 1322376.3,
   "tiv_2011": 1322376.3,
   "tiv_2012": 1438163.57,
   "eq_site_deductible": 0,
   "hu_site_deductible": 0,
   "fl_site_deductible": 0,
   "fr_site_deductible": 0,
   "point_latitude": 30.063936,
   "point_longitude": -81.707664,
   "line": "Residential",
   "construction": "Masonry",
   "point_granularity": 3
 },
 {
   "policyID": 206893,
   "statecode": "FL",
   "county": "CLAY COUNTY",
   "eq_site_limit": 190724.4,
   "hu_site_limit": 190724.4,
   "fl_site_limit": 190724.4,
   "fr_site_limit": 190724.4,
   "tiv_2011": 190724.4,
   "tiv_2012": 192476.78,
   "eq_site_deductible": 0,
   "hu_site_deductible": 0,
   "fl_site_deductible": 0,
   "fr_site_deductible": 0,
   "point_latitude": 30.089579,
   "point_longitude": -81.700455,
   "line": "Residential",
   "construction": "Wood",
   "point_granularity": 1
 }
]


Sorry to add another bug to your list!
"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!

GeneralRe: JSON data in code blocks - lang="json" doesn't work. Pin
Chris Maunder29-Nov-22 8:01
cofounderChris Maunder29-Nov-22 8:01 
GeneralRe: JSON data in code blocks - lang="json" doesn't work. Pin
OriginalGriff29-Nov-22 8:16
mveOriginalGriff29-Nov-22 8:16 
Suggestion1 Click Coral USB TPU Support Pin
Ghost Man Nov202227-Nov-22 5:57
Ghost Man Nov202227-Nov-22 5:57 
GeneralRe: 1 Click Coral USB TPU Support Pin
Chris Maunder27-Nov-22 15:12
cofounderChris Maunder27-Nov-22 15:12 
GeneralRe: 1 Click Coral USB TPU Support Pin
Ghost Man Nov202227-Nov-22 22:59
Ghost Man Nov202227-Nov-22 22:59 
BugToo many tags. There is a limit of 8. Pin
Akram El Assas26-Nov-22 9:12
professionalAkram El Assas26-Nov-22 9:12 
Suggestiontypo in Straw Poll ? Pin
Jo_vb.net21-Nov-22 12:18
mvaJo_vb.net21-Nov-22 12:18 
SuggestionTwo notifications for each... Pin
Kornfeld Eliyahu Peter20-Nov-22 22:02
professionalKornfeld Eliyahu Peter20-Nov-22 22:02 
GeneralRe: Two notifications for each... Pin
Richard Deeming20-Nov-22 22:29
mveRichard Deeming20-Nov-22 22:29 
GeneralRe: Two notifications for each... Pin
Richard MacCutchan21-Nov-22 21:56
mveRichard MacCutchan21-Nov-22 21:56 
GeneralRe: Two notifications for each... Pin
Chris Maunder29-Nov-22 4:51
cofounderChris Maunder29-Nov-22 4:51 
SuggestionTurn existing Article to a GitHub Project? Pin
Jovibor19-Nov-22 13:38
Jovibor19-Nov-22 13:38 
GeneralRe: Turn existing Article to a GitHub Project? Pin
Sean Ewington20-Nov-22 2:05
staffSean Ewington20-Nov-22 2:05 
BugCan't update profile image Pin
ls677719-Nov-22 8:05
ls677719-Nov-22 8:05 
GeneralRe: Can't update profile image Pin
Sean Ewington20-Nov-22 2:00
staffSean Ewington20-Nov-22 2:00 
GeneralRe: Can't update profile image Pin
ls677720-Nov-22 7:03
ls677720-Nov-22 7:03 
GeneralRe: Can't update profile image Pin
Sean Ewington21-Nov-22 2:07
staffSean Ewington21-Nov-22 2:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: FixedConfirmedCompletedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.