repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | open the sample project on a new window project section | Bug | affect page actually I think all the project page like this one build a survey form instead of open that codepen sample project in the same window I think it s well to open it in a new window system device laptop os ubuntu 20 4 browser chrome version 93 |
freecodecampfreecodecamp | incorrect test goal only use jquery to add these class to the element | Bug | challenge waypoint target a specific child of an element use jquery the waypoint work correctly however one of the test goal be you should only use jquery to add these class to the element html jquery playground leave well target1 target2 target3 right well target4 target5 target6 |
freecodecampfreecodecamp | certification card check the set your name and make it public requirement incorrectly | Bug | it seem that set your name and make it public check mark check for the name be public but not if the name be set or not add another checkmark for set the username and link it to the related setting section be a plausible solution after set the name to public and click on the claim certification button display the follow flash message |
freecodecampfreecodecamp | modal button should match in size and font | Bug | the button width and the button font of the completion modal when the user be not sign in should match the button of the completion modal when the user be sign in modal when user be sign in modal when user be not sign in |
freecodecampfreecodecamp | detect os and advertise mobile app | Help Wanted | azatecas this be a good point nhcarrigan perhaps we could notify they hey it look like your use android we recommend instal the freecodecamp android app for a well code experience or at least read this originally post by quincylarson in issuecomment 822058867 |
freecodecampfreecodecamp | rename file not get translate with new translation from crowdin | Bug | I rename the english version of a file diff 3dd97fc546d08b3b628f712eb253cf8ceed7e0a5ea1d3196f71c9663833db683 in the relational database section a little while ago it s still one of the hide upcoming change section on crowdin the file have the correct name in the rest of the language screen shoot 2021 08 30 at 1 03 12 pm but the file still have the old name for other language on main this break i18n build if you have the upcoming change visible be I suppose to rename the file across the rest of the language with that pr or why be that not get update |
freecodecampfreecodecamp | unnecessary pair of comment cause confusion on solve a challenge | Bug | on the front end react create a control input challenge line 7 and 9 there be a pair of change code below above this line comment they be however unnecessary to solve the challenge produce an error if we try to insert anything within and lead the user to think they need to insert code there expect behavior in order to pass the test the user have to insert the handlechange function within the second pair of comment line and the input tag with the bind within the third pair screenshot initial code with comment line to remove highlight image challenge solve without the need of insert anything within the first comment line pair image system device laptop os window 10 browser chrome version 92 |
freecodecampfreecodecamp | prevent object mutation with object freeze conflict info | Bug | affect page expect behavior at the top the challenge say any attempt at change the object will be reject without an error a few line later it say the obj review and obj newprop assignment will result in error this seem to be conflict information will there be an error or not maybe the 2nd part should say the obj review and obj newprop assignment will be reject screenshot image |
freecodecampfreecodecamp | can t really remove comment from comment dictionary | Bug | I rewrote a challenge and remove comment from the seed code I remove the comment from the dictionary and the test fail seem like when it get to one of the i18n version of that challenge it try to find the comment that still exist in the seed of that file from the map l29 and it didn t exist anymore so there isn t a real good way to delete those this isn t a big problem I just leave the comment in there for now they will be unused after the english change get add to the rest of the language not sure if it s even worth the time to come up with a fix since it s probably not a frequent problem |
freecodecampfreecodecamp | mongodb and mongoose delete many document with model remove | Bug | affect page the lesson at doesn t work with mongoose 6 because now it just return the deletedcount which cause the code from server js line 343 l343 through 351 l351 to fail mongoose 6 0 1 image mongoose 5 4 13 image this would fix it javascript if data ok undefined try if object typeof datum object key datum length 1 for mongoose v6 datum ok true datum n datum deletedcount else for mongoose v4 datum json parse datum catch e console log e return next e |
freecodecampfreecodecamp | can t get the right time by new date tostre or new date tolocalestre | Bug | affect page the challenge say use new date tostre to get current time image challenge link but the time late for 8 hour image app link myapp js your code var express require express var app express const bodyparser require body parser app use express static dirname app use bodyparser urlencode extend false app get json req re console log process env re json message process env message style uppercase hello json touppercase hello json app get now function req re next req time new date 2021 08 25t14 44 00 req time new date tostre req time new date tolocalestre console log req time next function req re re json time req time console log new date tolocalestre console log new date tostre module export app expect behavior screenshot system device macbook pro os macos big sur 11 5 browser chrome version 92 0 4515 159 additional context |
freecodecampfreecodecamp | update mongodb constructor to useunifiedtopology | null | affect page no page be affect this be just a warning come from mongodb when run the server low priority but could cause issue later on when the mongodb server discovery and monitoring engine be remove to reproduce step to reproduce the behavior 1 spin up fcc locally use npm run develop 2 see warning when mongodb be initialize node 9916 mongodb driver warn current server discovery and monitoring engine be deprecate and will be remove in a future version to use the new server discover and monitoring engine pass option useunifiedtopology true to the mongoclient constructor expect behavior that warning should not show during server initialization screenshot image system device macbook pro os macos 11 5 1 additional context I believe this can be resolve by add useunifiedtopology true in between these two line here l9 l10 I m willing to work on this if need |
freecodecampfreecodecamp | typo in basic node and express introduction | Bug | this issue be bring up on the forum affect page basic node and express paragraph with typo and incomplete sentence the third paragraph second sentence need to be rewrite express make it much easy to create a server and handle route the routing for your application which handle thing like direct people to the correct page when they visit a certain endpoint like propose change express make it much easy to create a server and handle route for your application which handle thing like direct people to the correct page when they visit a certain endpoint screenshot |
freecodecampfreecodecamp | eu | Bug | affect page your code expect behavior screenshot system device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 additional context |
freecodecampfreecodecamp | give wrong value to n js aalgorithm | Bug | please change the value of n so the algorithm work link to that page |
freecodecampfreecodecamp | incorrect answer pass test for set the font size for multiple head element challenge | Bug | I be assist a camper on the forum and find out that incorrect answer be allow to pass the test I modify the camper code and this still pass even though it be incorrect this be h1 text this be h2 text this be h3 text this be h4 text this be h5 text this be h6 text all of those heading in the style tag be suppose to be in the correct css format but it look like the test will just accept one of they in the correct format the challenge be suppose to focus on just the style tag not inline I think only the correct answer should be accept affect page correct code this should be the only acceptable answer for this challenge this be h1 text this be h2 text this be h3 text this be h4 text this be h5 text this be h6 text system device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 |
freecodecampfreecodecamp | spanish translation of count card | Bug | affect page your code var count 0 function cc card cambia solo el c digo debajo de esta l nea no code yet return change I cambia solo el c digo encima de esta l nea cc 2 cc 3 cc 7 cc k cc a expect behavior there be a minimal grammar mistake in the description section where it say una valor instead of un valor screenshot 2021 08 21 003205 1024x768 scrot system device desktop os ubuntu 16 04 7 lts browser firefox version 91 0 1 32 bit additional context this not affect the comprehension of the lesson or cause any trouble at all I just point it in case you want to change it regard |
freecodecampfreecodecamp | get request from api user endpoint time out for the exercise tracker demo project | Bug | affect page expect behavior when you submit the demo exercise tracker link test for get request from api user endpoint should pass without a timeout acual behavior when you submit the demo exercise tracker link test for get request from api user endpoint time out and fail screenshot this one be from the production site screenshot 194 and this one be from the local branch I ve be work on screenshot 193 |
freecodecampfreecodecamp | unable to select keyboard on ios safari | Bug | affect page to reproduce step to reproduce the behavior 1 go to 2 click on the code tab 3 look at the bottom right of the screen the button to bring up the keyboard be almost completely hide it be exceedingly difficult to click it expect behavior I d like to see the button and be able to reliably click it screenshot d6866661 a91e 45c0 ae7b 986944487090 system device iphone 8 os io 14 7 1 browser safari version additional context |
freecodecampfreecodecamp | chai functional test not pass on fcc but pass on replit | Bug | affect page 1 2 your code const chai require chai const assert chai assert const server require server const chaihttp require chai http chai use chaihttp suite functional test function this timeout 5000 suite integration test with chai http function 1 test test get hello with no name function do chai request server get hello end function err re assert equal re status 200 assert equal re text hello guest do 2 test test get hello with your name function do chai request server get hello name xy z end function err re assert equal re status 200 assert equal re text hello xy z do 3 test send surname colombo function do chai request server put traveller send surname colombo end function err re assert equal re status 200 assert equal res type application json assert equal re body name cristoforo assert equal re body surname colombo do 4 test send surname da verrazzano function do chai request server put traveller send surname da verrazzano end err re assert equal re status 200 assert equal res type application json assert equal re body name giovanni assert equal re body surname da verrazzano do const browser require zombie browser site suite functional test with zombie js function this timeout 5000 const browser new browser suitesetup function do return browser visit do suite headless browser function test should have a work site property function assert isnotnull browser site suite famous italian explorer form function 5 test submit the surname colombo in the html form function do browser fill surname colombo browser pressbutton submit browser assert success browser assert text span name cristoforo browser assert text span surname colombo browser assert element span date 1 do 6 test submit the surname vespucci in the html form function do browser fill surname vespucci browser pressbutton submit browser assert success browser assert text span name amerigo browser assert text span surname vespucci browser assert element span date 1 do expect behavior I expect to pass the challenge because everything be correct and replit show that all 25 challenge be pass screenshot this be the result of the first challenge run functional test use a headless browser ncdevni this be the result of the second challenge run functional test use a headless browser ii ncdevni4 system device laptop os window 10 browser chrome version 92 0 4515 159 additional context replit show 25 pass in the end of the console so I m guess the problem be not with my code it be with how fcc be try to detect whether it s correct or not ncdevni3 |
freecodecampfreecodecamp | top contributor link in non english profile break | Bug | the top contributor link in user profile of non english language be break to reproduce go to click the top contributor contribuyente principal link page hang it try to take you to chinese go to which give a 404 english go to which redirect to the news article |
freecodecampfreecodecamp | go to a non existent cert load a blank page | Bug | go to it seem to redirect to the home page but it s just blank |
freecodecampfreecodecamp | can not submit javascript certification project | Bug | submit javascript project solution isn t save api request to modern challenge complete end up with error original request post modern challenge complete stack typeerror can not convert undefined or null to object at function key at builduserupdate workspace freecodecamp api server src server boot challenge js 86 21 at workspace freecodecamp api server src server boot challenge js 225 48 at trycatcher workspace freecodecamp api server node module rx dist rx js 63 31 at innerobserver rx flatmapobservable innerobserver next workspace freecodecamp api server node module rx dist rx js 2140 43 at innerobserver rx internal abstractobserver abstractobserver onnext workspace freecodecamp api server node module rx dist rx js 1762 31 at innerobserver trycatcher workspace freecodecamp api server node module rx dist rx js 63 31 at autodetachobserverprototype next workspace freecodecamp api server node module rx dist rx js 5883 51 at autodetachobserver rx internal abstractobserver abstractobserver onnext workspace freecodecamp api server node module rx dist rx js 1762 31 at looprecursive workspace freecodecamp api server node module rx dist rx js 2760 13 at rx internal scheduleditem invokerecimmediate as action workspace freecodecamp api server node module rx dist rx js 967 7 at rx internals scheduleditem scheduleditem invokecore workspace freecodecamp api server node module rx dist rx js 896 33 at rx internals scheduleditem scheduleditem invoke workspace freecodecamp api server node module rx dist rx js 884 40 at runtrampoline workspace freecodecamp api server node module rx dist rx js 1125 37 at trycatcher workspace freecodecamp api server node module rx dist rx js 63 31 at currentthreadschedul schedule workspace freecodecamp api server node module rx dist rx js 1141 45 raw I ve find one way to fix it to add default value to file either in l223 or l81 I e file affect page additional context thread with report |
freecodecampfreecodecamp | incorrect solution provide for divide the grid into an area template challenge | Bug | a user on the forum have trouble pass a challenge use a solution provide in the video I lead they to the correct solution but the video seem to be reference a different challenge even the hint page be incorrect and provide these instruction since the challenge require you to make the cell label advert into an empty cell change advert to a period so that the code reflect the following but those be the incorrect instruction here be the correct instruction change the template so the footer area span the entire bottom row the solution in the hint need to be update and the video should be remove thank affect page your code correct solution grid template area only change code below this line header header header advert content content footer footer footer only change code above this line |
freecodecampfreecodecamp | exercise tracker test and description improvement | Help Wanted | follow on from pullrequestreview 727412932 ideally we would like to remove the massive amount of description need on the exercise tracker expect outcome camper be clearly make aware of expect response json property and value type the challenge description do not have the response structure the test be split up to include as much detail as necessary example split the follow user story into multiple part you can make a get request to api user i d log to retrieve a full exercise log of any user the return response will be the user object with a log array of all the exercise add each log item have the description duration and date property you can make a get request to api user i d log to retrieve a full exercise log of any user a request to a user s log get api user i d log return an object with a count property represent the number of exercise return a get request to api user i d log will return the user object with a log array of all the exercise add each item in that log array should have a description duration and date property the description property of the log object should be a string the duration property of the log object should be a number the date property of the log object should be a string use the datestre format of the date api example from nicholas commit note this should be do for the other user story too |
freecodecampfreecodecamp | site logo and menu overlap for small screen size | Bug | affect page homepage to reproduce step to reproduce the behavior 1 go to on mobile device 2 or open chrome dev tool to view site for small screen size 3 on decrease the screen size the menu button overlap with the logo which start at screen size 418px on decrease size far for screen size 300 it behave normally expect behavior maybe freecodecamp title should get hide and only the logo bonfire like should remain like it do for screen size 300px video system device laptop os window 10 browser chrome |
freecodecampfreecodecamp | menu do not scroll on mobile | Bug | affect page and all sub path to reproduce step to reproduce the behavior 1 go to on mobile with a small screen 2 click on the menu button in the top right 3 see that the menu disappear off the bottom of the screen expect behavior it should be possible to scroll within the menu if it s large than the viewport screenshot |
freecodecampfreecodecamp | translation mistake this be the start | Bug | affect page your code var mystr this be the start this be the end cambia esta l nea expect behavior I think there be a translation mistake in the instruction where it say this be the start instead of this be the start I think it could lead to error when copy and paste phrase from the instruction screenshot spanish version 2021 08 10 203207 1024x768 scrot english version 2021 08 10 201708 1024x768 scrot system device desktop os ubuntu 18 04 5 lts i686 browser firefox version 90 0 2 32 bit additional context have a nice day |
freecodecampfreecodecamp | translation mistake cadena con valor 9000 | Bug | affect page your code declaraci n de variables var studlycapvar var propercamelcase var titlecaseover asignaci n de variables studlycapvar 10 propercamelcase a string titlecaseover 9000 expect behavior there be a translation mistake in the third test case where it say titlecaseover debe definirse y tener una cadena con valor 9000 there it be imply that a string value must be assign when in fact a numeric value must be enter screenshot 2021 08 08 232334 1024x768 scrot system device desktop os ubuntu 18 04 5 lts i686 browser firefox version 90 0 2 32 bit additional context good regard |
freecodecampfreecodecamp | modify instruction for nest an anchor element within a paragraph challenge | Help Wanted | the nest an anchor element within a paragraph come up a lot in the forum it have come up over 50 time in the past couple of month most people misunderstand the instruction and create a new anchor tag even though the instruction say to use the exist one since this be a frequent problem I think the instruction should be modify to include do not create a new anchor tag love to hear your thought affect page screenshot propose solution |
freecodecampfreecodecamp | remove an element from a max heap | Bug | affect page your code var maxheap function this heap null this insert ele var index this heap length var arr this heap arr push ele while ele arr math floor index 2 index 1 arr index arr math floor index 2 arr math floor index 2 ele index arr math floor index 2 this heap arr this print return this heap slice 1 only change code below this line only change code above this line expect behavior insert method to add accord to maxheap rule screenshot system device laptop e g iphone6 laptop os window 10 e g ios 14 window 10 ubuntu 20 4 browser chrome e g chrome safari version e g 22 additional context change line 10 index arr math floor index 2 to index math floor index 2 |
freecodecampfreecodecamp | remove react hotkey from code radio to reduce its bundle size | Help Wanted | affect page to reproduce I make a spot check on the bundle size as I be look for some way to optimize the code radio app and I find that react hotkey be take a significant amount of the bundle size expect behavior the library be for keyboard shortcut handling but there be just 4 of they so I don t believe it justify the cost this also hurt mobile user who don t need to use the shortcut but have it load anyway I think we can replace it with native event handler here be the bundle size after I try remove the package other note it seem to I that we can shave some code off of the learn bundle as well since it also use react hotkey but I m not sure to what extent ref issuecomment 821819174 |
freecodecampfreecodecamp | incorrect auto translation | Bug | issue it seem the auto translation for the learn how to deploy 12 app to aws azure google cloud article by beau carne be incorrect and discuss a flexbox tutorial affect page screenshot screenshot docker video transcript |
freecodecampfreecodecamp | bad rss spanish | Bug | in my rss reader I couldn t see the late spanish language article and as far as I can see it s a problem with the date currently it look like this mi 14 jul 2021 13 00 00 0000 but it should be the day of the week and mouth in english capitalize and without the dot we d 14 jul 2021 13 00 00 0000 rss specification ltpubdategtsubelementofltitemgt |
freecodecampfreecodecamp | make test function call visible in test text | Help Wanted | continue from issuecomment 888585380 this be a challenge with the function call use in the test not be visible in the test text there may be other the test text should include the function call use |
freecodecampfreecodecamp | cert render differently depend on how you get there | Bug | if you go to a certification that open in the same tab it have some padding at the bottom currently that would be by go to your setting page and open a cert or go to one of the superblock page where you have a cert and open it screen shoot 2021 07 28 at 7 11 59 pm if you navigate to a cert url directly or if it open in a new tab it have no padding screen shoot 2021 07 28 at 7 11 38 pm they should both have the same padding the top image look well only check in firefox |
freecodecampfreecodecamp | allow bracket notation in implementation of social authentication ii | Bug | js assert match datum process env github client secret g you should use process env github client secret assert match datum process env github client i d g you should use process env github client i d challenge forum post |
freecodecampfreecodecamp | arithmetic arranger test suite diff output can be improve | Bug | the test suite for the arithmetic arranger project doesn t always have a well format diff example image I would expect to see it as diff assertionerror 23 char 123 n 855 2 43 49 73 char 23 char 123 n 855 2 43 49 n 23 char 3 3801 45 123 3 3801 45 123 855 2 43 49 855 2 43 49 858 3799 88 172 note the last line I see this happen in various situation in this case the code that cause this in the diff be below def arithmetic arranger problem solution bool operand1 operator operand2 result op length check the number of problem if len problem 5 return error too many problem split the problem into list of operator and first and second operand for I in range len problem operand1 append problem I split 0 operator append problem I split 1 operand2 append problem I split 2 check for invalid operator for I in operator if not I if not I return error operator must be or check for invalid operand for I in operand1 if not i isnumeric return error number must only contain digit for I in operand2 if not i isnumeric return error number must only contain digit check size of number for I in operand1 if len I 4 return error number can not be more than four digit for I in operand2 if len I 4 return error number can not be more than four digit compare length of individual operand for I in range len problem if len operand1 I len operand2 I op length append len operand1 I else op length append len operand2 I arrange the output space first line second line third line fourth line for I in range len problem first line first line space 2 op length I len operand1 I operand1 I space 4 second line second line operator I space 1 op length I len operand2 I operand2 I space 4 third line third line 2 op length I space 4 arrange problem first line n second line n third line calculate the result of the problem if solution for I in range len problem if operator I result append int operand1 I int operand2 I else result append int operand1 I int operand2 I for I in range len problem fourth line fourth line space 2 op length I len str result I str result I space 4 arrange problem arrange problem n fourth line return arrange problem |
freecodecampfreecodecamp | use caution when reinitialize variable inside a loop need strong test | Bug | affect page your code function zeroarray m n create a 2 d array with m row and n column of zero let newarray let row for let I 0 I m I add the m th row into newarray for let j 1 j I j push n zero into the current row to create the column row push 0 0 push the current row which now have n zero in it to the array newarray push row return newarray let matrix zeroarray 3 2 console log matrix code from this forum topic expect behavior it shouldn t pass additional context maybe we need to add one other test with different argument to avoid this hardcoding way to pass the challenge |
freecodecampfreecodecamp | unclear requirement on microservice apis timestamp project | Bug | affect page challenge on learn challenge md your code n a expect behavior n a screenshot system n a additional context minor but this doesn t really imply that the thing the test be look for be an ability for the api to parse the literal string 05 october 2011 if a camper go to look for what a valid date string be they be not go to find that without some digging because all documentation quite clearly state that that input be non standard give standard input would be the compact version of an iso compliant date like 2011 10 05 and even that be likely to cause inconsistent behaviour due to no timezone I ve just be try to help someone on the forum who be have an issue with this and I just assume that the iso string be what be expect and it isn t plus just to add to the confusion the test string be one of the multiple possible non standard date format could be 05 oct 2011 oct 5 2011 05 october 2011 oct 5 2011 and so on afaic a few option I would have make a pr but not sure what s the good wording of the test be to be amend to just say a request to api 05 october 2011 should return unix 1319500800000 utc tue 25 oct 2011 00 00 00 gmt test change to test against the standard compact iso format getuserinput get getuserinput url api 2011 10 05 then one or more additional test add to cover a few more valid date string |
freecodecampfreecodecamp | update readme to link to specific block | Bug | the link to curriculum block in the main readme file 1 responsive web design certification all just link to the top of the superblock page we could link to the specific block with something like basic html and html5 unless there s a reason we wouldn t want to do that seem like a good first timer issue |
freecodecampfreecodecamp | babel transpile out syntax error | Bug | just a question base on this forum post be that just an edge case or what |
freecodecampfreecodecamp | repl backend starter project run command break | Bug | edit seem to be back to normal again edit2 I m still get some odd behavior this might only affect project start when the issue be there if I run the project with the server js open it fail if I run it with the replit file open it work if I switch back to server js it still work server js replit bp1 bp2 it be kind of hard to test because of how repl open repls that aren t yours and I m not sure if fork might fix the issue so you can t reproduce it the project I have test with so far all seem to be break it try to run index js even with the start script configure to run server js if I rename server js to index js it run if I edit the replit file run command to run npm start server it also work not sure if something change or if it s just a hiccup but right now all the starter project I have test be break forum post up to 4 now in two day |
freecodecampfreecodecamp | link to forum on italian menu | Bug | affect page to reproduce step to reproduce the behavior 1 click on menu 2 click on forum 3 see error expect behavior it should open system please complete the follow information device all os all browser all version all |
freecodecampfreecodecamp | new language and long string in nav menu | Bug | affect page all page on learn mainly portuguese show up the issue to reproduce step to reproduce the behavior 1 go to 2 click on menu 4 the string for thank for donate be too large to fit expect behavior 1 need to figure out a scalable way of add language to the list a dropdown 2 the phrase on the menu should wrap screenshot image |
freecodecampfreecodecamp | e2e test for email sign up | Help Wanted | largely to prevent another 42708 we should add test for the email sign up page this would involve either a edit a user to have the acceptedprivacyterm be false b create a new test user with the same an issue with the help want or first timer only label be open for contribution the first comprehensive pr create will be review and merge we typically do not assign issue to anyone other than long time contributor if you would like to contribute and have not read the contributor docs please do so here if you have any issue with contribute be sure to join we on the contributor channel or on the contributor sub forum |
freecodecampfreecodecamp | potential i18n bug when rename curriculum file | Bug | a recent pr of mine rename only the english version of a curriculum file I be try to npm run develop the site locally in italian and get this so my pr be in with the new filename in english and all the other locale have the old filename so an error be throw I guess I m wonder if pr s like that should rename all the language if so we could perhaps add something to the action that say look like you rename an english file you should rename all the other the other language will be update on the next pull from crowdin I suppose fix everything but this would block we from deploy until that be fix no so it seem like we could try and catch that not sure maybe I m miss something |
freecodecampfreecodecamp | null | Bug | affect page add a link to the code challenge with the problem your code copy and paste the code from the editor that you use in between the back tick below expect behavior add a clear and concise description of what you expect to happen screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 additional context add any other context about the problem here |
freecodecampfreecodecamp | I m get syntax error when I use spread operator | Bug | console log h1 parentelement child h1 parentelement child foreach el console log el |
freecodecampfreecodecamp | split screen snap back forward when adjust forward backward | Bug | affect page all page with code editor to reproduce step to reproduce the behaviour 1 go to 2 slide the adjustable split screen 3 split screen snap back or forward if the split screen be pull forward or back respectively relate behaviour 1 go to 2 slide the adjustable split screen 3 now click the code editor 4 type a character 5 split screen snap back or forward again expect behaviour split screen should not snap backwards or forwards screenshot system please complete the follow information device hp laptop os window 10 browser chrome version version 91 0 4472 124 official build 64 bit additional context be able to reproduce error on ms edge on the same device be able to reproduce error on chrome on an ubuntu device |
freecodecampfreecodecamp | firefox esr break render on news page | Bug | affect page add a link to the page with the problem all page on news to reproduce step to reproduce the behavior 1 go to any page on news 2 see the text be superimpose expect behavior a clear and concise description of what you expect to happen the text and article should render correctly screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box image system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser firefox esr desktop version 78 12 0esr 64 bit version 78 12 0esr 64 bit additional context I have not reproduce this myself we get a report over email |
freecodecampfreecodecamp | view url cert solution bring up js solution modal | Bug | I m not sure if this be deliberately add at some point I m guess not but view a cert solution for any cert bring up the js code viewer with the url in it when a url be use to submit the project screen shoot 2021 07 16 at 8 53 03 am go here view a solution see modal possibly from this recent pr I swear I test it |
freecodecampfreecodecamp | claim certificate from superblock | Bug | this issue outline quality of life improvement to the workflow of claim a certificate from the superblock issue 1 navigate to a superblock temporarily render the claimcertsteps card despite the certificate have be claim 1 2 after claim a certificate from superblock flash message obscure show certification button margin to move button down 3 a sign out camper should probably not see the same card 2 foot note 1 2 image |
freecodecampfreecodecamp | comment in translate curriculum break challenge test | Bug | the challenge ask to replace an if else statement with a switch the test fail because the comment that the editor be prepopulate with contain the string if affect page function chaintoswitch val var answer modifica il codice solo sopra questa riga switch val case bob answer marley break case 42 answer the answer break case 1 answer there be no 1 break case 99 answer miss I by this much break case 7 answer eat nine break modifica il codice solo sopra questa riga return answer chaintoswitch 7 expect behavior the code above should pass but doesn t unless the comment be remove system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 |
freecodecampfreecodecamp | set up passport challenge should allow for bracket notation | Bug | the challenge have a regex that only allow for dot notation secret process env session secret gi forum post challenge |
freecodecampfreecodecamp | help improve or add subtitle be hide on the video challenge | Bug | affect page add a link to the page with the problem to reproduce step to reproduce the behavior 1 go to 2 see the video 3 the text help improve or add subtitle be obscure by the video expect behavior either this text should be visible or the code should be remove screenshot the text be underneath this corner of the video image |
freecodecampfreecodecamp | challenge on lazy matching test pass also when lazy matching be not use | Bug | from this forum topic affect page file your code let text winter be come let myregex 1 change this line let result text match myregex expect behavior as this challenge be about lazy matching this code should fail maybe a way be to make sure that the character appear in the right place there be a test that check if the character be use so maybe we would need to have a test that check if or be use diff assert g test myregex assert test myregex this in the screenshot check only for maybe we can add also the possibility to use as that be also lazy matching image and just as we be there remove the g flag from the regex as it be not need see use test on a regex with the global flag maybe also this can be fix so that nor h nor 1 be include in the regex assert myregex source match h1 |
freecodecampfreecodecamp | user profile icon block other element in the navbar | Bug | image this be presumably because of a css api that be not available in a lot of legacy browser I have see this be report one too many time on the forum api in question l190 l192 caniuse we need to resolve this with a more compatible solution |
freecodecampfreecodecamp | this fcc test shouldn t pass but pass anyway | Bug | affect page your code my env be still comment functional testing aren t even commence node env test expect behavior shouldn t pass the fcc tester s last test but it do all 10 functional test be complete and pass screenshot screenshot 2021 07 14 at 16 15 59 system please complete the follow information device macbook os macos 10 15 5 19f101 browser google chrome version 91 0 4472 114 official build x86 64 |
freecodecampfreecodecamp | make a person challenge should correctly test for key and property | Bug | if any of the method create new property on the object the two test for the property and the one for the key should fail not sure if the intent of the challenge need to be clarify a bit well we might want to refer back to the previous challenge use closure to protect property within an object from be modify externally challenge forum post |
freecodecampfreecodecamp | the replit com node express boilerplate not function | Bug | the replit boilerplate from basic node and express apis and microservice do not boot up properly on my machine I have share this problem on fcc forum but we haven t be able to solve it as of yet node seem to be look for an index js file but this project do not have an index js I delete and re clone the replit multiple time this be the late one and it do not work myapp js here be what the console spit out when I hit the run button node internal fs util js 269 throw err error enoent no such file or directory open home runner boilerplate express index js at object opensync fs js 462 3 at object readfilesync fs js 364 35 at object run dir interp js 195 19 at module compile internal module cjs loader js 999 30 at object module extension js internal modules cjs load internal fs util js 269 throw err error enoent no such file or directory open home runner boilerplate express index js at object opensync fs js 462 3 at object readfilesync fs js 364 35 at object run dir interp js 195 19 at module compile internal module cjs loader js 999 30 at object module extension js internal module cjs loader js 1027 10 at module load internal modules cjs loader js 863 32 at function module load internal modules cjs loader js 708 14 at function executeuserentrypoint as runmain internal module run main js 60 12 at internal main run main module js 17 47 errno 2 syscall open code enoent path home runner boilerplate express index js to exit press c again or d or type exit internal fs util js 269 throw err internal fs util js 269 throw err internal fs util js 269 throw err error enoent no such file or directory open home runner boilerplate express index js at object opensync fs js 462 3 at object readfilesync fs js 364 35 at object run dir interp js 195 19 at module compile internal module cjs loader js 999 30 at object module extension js internal module cjs loader js 1027 10 at module load internal modules cjs loader js 863 32 at function module load internal modules cjs loader js 708 14 at function executeuserentrypoint as runmain internal module run main js 60 12 at internal main run main module js 17 47 errno 2 syscall open code enoent path home runner boilerplate express index js to exit press c again or d or type exit internal fs util js 269 throw err internal fs util js 269 throw err internal fs util js 269 throw err internal fs util js 269 throw err error enoent no such file or directory open home runner boilerplate express index js at object opensync fs js 462 3 at object readfilesync fs js 364 35 at object run dir interp js 195 19 at module compile internal module cjs loader js 999 30 at object module extension js internal module cjs loader js 1027 10 at module load internal modules cjs loader js 863 32 at function module load internal modules cjs loader js 708 14 at function executeuserentrypoint as runmain internal module run main js 60 12 at internal main run main module js 17 47 errno 2 syscall open code enoent path home runner boilerplate express index js this be what it look like screenshot 2021 07 11 13 42 32 I have try run the replit instance on chrome firefox and brave browser I have get the same result my machine info screenshot 2021 07 11 15 24 53 |
freecodecampfreecodecamp | how to setup freecodecamp locally md need to be update | Bug | affect page doc how to setup freecodecamp locally md to reproduce step to reproduce the behavior 1 go to how to setup freecodecamp locally 2 scroll down to quick command reference section 3 see that it say command for run test and server test be npm run test client and npm run test server expect behavior it should be npm run test server and npm run test client instead screenshot image system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 additional context add any other context about the problem here |
freecodecampfreecodecamp | test suite jaw for project base curriculum disappear after typescript migration | Bug | more info issuecomment 876832306 |
freecodecampfreecodecamp | wrong external link in create decimal number with javascript | Bug | the href of the external link in the challenge be accuracy problem but it point to a page of a music album the href should be accuracy problem issue 40749 be ask what to do of external link to avoid such issue if we have an article talk of this topic I would suggest we use that instead of a wikipedia link challenge link challenge file curriculum challenge english 02 javascript algorithm and data structure basic javascript create decimal number with javascript md |
freecodecampfreecodecamp | wrong translation in spanish for learn about tertiary color | Bug | affect page add a link to the code challenge with the problem in the second to last test the text be el elemento div con clase raspberry debe tener un background color naranja the word naranja mean orange it should be frambuesa in the file freecodecamp main curriculum challenge espanol 01 responsive web design apply visual design learn about tertiary color md your code copy and paste the code from the editor that you use in between the back tick below el elemento div con clase raspberry debe tener un background color frambuesa expect behavior add a clear and concise description of what you expect to happen I expect the color raspberry to be translate into spanish as frambuesa not naranja screenshot n a system please complete the follow information n a additional context I m just relay a report from the forum if someone want to grab this they re welcome |
freecodecampfreecodecamp | bug throw error when use background image instead of background learn apply visual design add background image | Bug | affect page learn apply visual design create texture by add a subtle pattern as a background image your code copy and paste the code from the editor that you use in between the back tick below expect behavior both background and background image should be accept as correct answer system please complete the follow information device laptop tablet os both io and window 10 browser firefox additional context report this as the ability to accept multiple right answer be apparent with the margin and padding lesson example accept both clockwise notation and top right bottom leave declaration the same should be do with a background vs background image issue |
freecodecampfreecodecamp | the html lang attribute do not have the correct value on non english page | Bug | affect page I find the issue on the home page learn and setting but I think it exist on all fcc page as we set language to one of the file in the root of client to reproduce step to reproduce the behavior 1 go to a non english page for example 2 open the browser console and inspect the dom actual behavior the lang attribute of the html element be always set to en expect behavior the attribute should be the code of the language the page be in it be to allow screen reader to detect and use the correct pronunciation reference screenshot |
freecodecampfreecodecamp | error when change markdown file in curriculum on window | Bug | when on window change markdown file in curriculum they don t get reload because of error occur js typeerror can not read property 1 of null at replacechallengenode freecodecamp client util buildchallenge js 20 50 at fswatcher freecodecamp client plugin fcc source challenge gatsby node js 41 9 at fswatcher emit event js 315 20 at fswatcher emitwithall freecodecamp client node modules chokidar index js 540 8 at fswatcher emit freecodecamp client node modules chokidar index js 632 8 at listener freecodecamp client node modules chokidar lib nodefs handler js 389 18 at freecodecamp client node modules chokidar lib nodef handler js 271 49 at foreach freecodecamp client node modules chokidar lib nodef handler js 41 5 at statwatcher freecodecamp client node modules chokidar lib nodef handler js 271 11 at statwatcher emit event js 315 20 at statwatcher onchange internal fs watcher js 63 8 this be cause by the window like path that don t get match at l19 screenshot image system please complete the follow information os window |
freecodecampfreecodecamp | unable to view js algorithm solution | Bug | when try to view a js solution the follow error appear in dev explain the issue in production console warning fail prop type invalid prop file of type object supply to projectmodal expect an array in projectmodal create by certificationsetting in certificationsetting create by withi18nexttranslation certificationsetting it seem we follow the expect prop type too early ref 42695 the challengefile object be still an object literal report on forum |
freecodecampfreecodecamp | new user get automatically redirect to learn after briefly show the intro page | Bug | affect page add a link to the page with the problem to reproduce step to reproduce the behavior 1 go to freecodecamp org as an unauthenticated user and click sign in 2 enter a new email address that will sign you up as a new user 3 after the user enter the sign in code they get redirect to a page where the intro introdescription be display then almost immediately get redirect to learn where they would see the curriculum expect behavior I think the user should not be redirect to learn automatically as we would want they to read through the introduction page first screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box n a system please complete the follow information device laptop os macos browser firefox additional context n a |
freecodecampfreecodecamp | solution to wrong challenge get accept | Bug | affect page project accept the solution link of of challenge repl be accept the solution of another challenge they be not check the challenge solution with challenge statement and this thing be ease the process of claim certification one can easily paste the link of different challenge and will complete all projrct and will claim cerification expect behavior challenge project should accept the solution link of correct challenge |
freecodecampfreecodecamp | clarification for express body parser exercise | Bug | affect page add a link to the code challenge with the problem page for exercise your code copy and paste the code from the editor that you use in between the back tick below external package const express require express const app express const bodyparser require body parser const userpostdata req re console log req body const bp bodyparser urlencode extend false app route name get usergetdata post bp userpostdata error at print object expect behavior add a clear and concise description of what you expect to happen if we add extend false not only we enable standard query string parse but also disable the ability to print the object this be because the querystring object do not inherit from object for security reason but can confuse any beginner I guess can be solve by use extend true this way the expect behavior will happen object be log out additional context imho the exercise should clarify this although user will find answer on so if they look it up |
freecodecampfreecodecamp | portfolio description break word on wrap | Bug | affect page any profile with a portfolio item to reproduce 1 go to above portfolio link 2 scroll to first and only portfolio item 3 be shock and horrify at word wrap expect behaviour there should be no word wrap break the word I suggest something be add to the css like css medium body p word wrap normal screenshot image report on forum an issue with the help want or first timer only label be open for contribution the first comprehensive pr create will be review and merge we typically do not assign issue to anyone other than long time contributor if you would like to contribute and have not read the contributor docs please do so here if you have any issue with contribute be sure to join we on the contributor channel or on the contributor sub forum |
freecodecampfreecodecamp | i18n one challenge title be not translatable | Bug | the challenge title of challenge use for a more concise conditional be not translatable on crowdin image the greyed out text be for not translatable string an other challenge where the title be translatable image this be the link for crowdin file markdown file for the challenge |
freecodecampfreecodecamp | submission link error with datum analysis with python project | Bug | I ve notice that the datum analysis with python project section do not check for correct test you could paste any link in the solution link text box of any project and it will consider it as a correct answer |
freecodecampfreecodecamp | translation incomplete text string in crowdin miss last word and closing tag | Bug | affect page expect behavior on the challenge page in english the text say wrap the u tag only around the text ph d student however the source string in crowdin be html wrap the u tag only around the text ph d it be miss the last word student and the closing tag and this part student be split into a separate string same issue for the error message the u tag should wrap around the text ph d student screenshot image image image system please complete the follow information device iphone6 laptop os window 10 browser chrome version 91 0 4472 114 additional context I be help with romanian translation while do the challenge and this be how I stumble upon this difference |
freecodecampfreecodecamp | the test in challenge record collection be not accurately determine the result of the code enter | Bug | affect page your code if value length 0 delete record i d prop return record if prop track value length 0 record i d prop value else if prop track album record i d if album hasownproperty prop if value length 0 album prop push value else album prop value return record expect behavior I run the code in the challenge webpage and it be state that my solution be wrong however when I create a folder an html page and run the javascript by itself on the html page with the developer tool open in chrome the code execute just as it be explain under the hint the test be suppose to give you when you be wrong screenshot image of chrome developer tool console result after call updaterecords recordcollection 5439 artist abba follow by console log updaterecord recordcollection 5439 track take a chance on I system please complete the follow information device laptop os window 10 browser chrome version version of chrome 91 0 4472 114 official build 64 bit additional context add any other context about the problem here the file and file structure use to test the behavior against the challenge page go as follow one folder call wtf be create it store a file name wtf html and a folder call js the folder contain a file name wtf js wtf html have the follow code image of html code because markdown isn t behave wtf js have the follow code var recordcollection 2548 albumtitle slippery when wet artist bon jovi track let it rock you give love a bad name 2468 albumtitle 1999 artist prince track 1999 little red corvette 1245 artist robert palmer track 5439 albumtitle abba gold function updaterecord record i d prop value if value length 0 delete record i d prop return record if prop track value length 0 record i d prop value else if prop track album record i d if album hasownproperty prop if value length 0 album prop push value else album prop value return record console log updaterecord recordcollection 5439 artist abba updaterecords recordcollection 5439 artist abba console log updaterecord recordcollection 5439 track take a chance on I updaterecord recordcollection 5439 track take a chance on I |
freecodecampfreecodecamp | private timeline hide cert solution | Bug | if you set the timeline to private and open one of your certification all the solution will be hide screen shoot 2021 06 24 at 8 03 29 am |
freecodecampfreecodecamp | basic node and express use the env file challenge replit do not support env file in root dir | Bug | affect page expect behavior user be expect to create env file in root directory of replit file tree replit have deprecate the use of user generate env file and prevent user from create env file replit instruct user to create environment variable use the environment variable sidebar screenshot screen shoot 2021 06 21 at 12 03 35 pm system please complete the follow information device macbook pro retina 13 inch mid 2014 os mojave 10 14 6 browser chrome version version 91 0 4472 114 official build x86 64 additional context none |
freecodecampfreecodecamp | simplify challenge access prop use this prop | Help Wanted | challenge in my opinion this challenge be just too noisy all we be do be teach how to pass use a prop in a class component the component name the jsx and even the instruction be more mentally tax than need for no reason sure if you already know react it isn t bad but from a beginner s perspective I can definitely see what be be teach get overshadow by what I perceive as extra fluff it just become more stuff you have to process |
freecodecampfreecodecamp | change the presentation of a bar chart chrome test failure | Bug | affect page add a link to the code challenge with the problem your code copy and paste the code from the editor that you use in between the back tick below expect behavior add a clear and concise description of what you expect to happen solution should work in chrome and firefox currently fail in chrome but pass in firefox in chrome the fifth div should have a height of 250 pixel and a margin of 2 pixel test pass while every other test fail test both again with the official solution and have the same issue with chrome screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box system please complete the follow information device desktop os fedora 34 browser chrome firefox version e g 22 chrome version 91 0 4472 114 official build 64 bit firefox 89 0 1 64 bit additional context test 1080p and 1440p screen and get same result firefox pass and chrome fail |
freecodecampfreecodecamp | confuse reference to a previous challenge | Bug | affect page expect behavior I think the first sentence should read a previous challenge introduce the align item property and give an example instead of the last challenge introduce the align item property and give an example |
freecodecampfreecodecamp | low priority issue typo on basic css | Bug | describe your problem and how to reproduce it typo it s a typo the word penguin be pengiun on the code area add a link to the page with the problem recommend fix suggestion how would you update it it s a typo just report it but like its just a typo if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | cross platform testing | Help Wanted | recently a lot of safari user have face issue in use our platform the reason be some browser do not support every available feature also we face restriction ourselves in have access to every browser available like safari be only available in macos and not everyone will have a macos device this in turn make it hard for we to qa any feature or bug fix hence it result in the occasional bug be miss out and create issue among our user a propose solution by raisedadead be to integrate a tool like browserstack to make it easy for our contributor to do cross platform testing this issue be open to discussion for any suggestion or feedback browserstack developer doc they also have support to do cross browser testing with cypress |
freecodecampfreecodecamp | typo in project euler problem 349 langton s ant | Bug | hi a user on the forum bring up a typo in one of the project euler challenge in the last sentence it should be 10 to the power of 18 not 1018 last sentence from the fcc challenge affect page expect behavior here be the correct sentence from project euler net langton s ant |
freecodecampfreecodecamp | add cypress test for hotkey | Help Wanted | issue for tracking add cypress test of hotkey as per 42503 challenge project video challenge navigation mode escape previous challenge p next challenge n focus on editor e focus on instruction panel r run the test ctrl enter command enter |
freecodecampfreecodecamp | wrong answer I test python for everybody | Invalid | affect page your code well he bascially just spell banana wrong as he spell it bananana the student be then ask to use word find na and the answer come out 2 as if the word be spell correctly answer should be 3 or banana should be spell correct get to the page and it will make sense expect behavior add a clear and concise description of what you expect to happen screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 additional context add any other context about the problem here |
freecodecampfreecodecamp | mismatch translatable text | Bug | affect page your code copy and paste the code from the editor that you use in between the back tick below expect behavior text with the example code be not translatable which be fine however the text low be translatable and this will create confusion for end user on other language screenshot untrabslatable example image vs translatable output of the exmple image system please complete the follow information device laptop os window 10 browser chrome version 91 0 4472 77 additional context add any other context about the problem here |
freecodecampfreecodecamp | relational database cert to do list | Help Wanted | inprogress complete reorder superblock to the proper order rdbms should be right after front end cert probably right after datum viz for now but the long term plan be to combine datum viz and front end library find and add an icon for relational database cert remove the vertical scroll bar that show up from line height add by bootstrap transfer all tutorial to fcc organization and update url s in challenge md file finish create the tutorial add test if possible write intro for placeholder add cert back to setting page bottom of cert and project map file add api endpoint for submit tutorial project add be you sure you want to leave pop up to stop accidental closing of tutorial change graphql query to static query in show js add block intro page since we aren t get rid of the other if anyone want to fix any of these remain issue feel free to make a pr also some of they may require more discussion that can take place here or on a separate issue if it s a more significant feature |
freecodecampfreecodecamp | change cert name to front end development librarie on setting page | Bug | we rename the front end librarie cert to front end development librarie a while back it never get update in a few spot on the setting page screen shoot 2021 06 15 at 6 58 30 am screen shoot 2021 06 15 at 6 58 13 am we should update the name in these two spot |
freecodecampfreecodecamp | miss period at the end of the third sentence | Bug | affect page your code copy and paste the code from the editor that you use in between the back tick below expect behavior there should be a period at the end of the third sentence finally screenshot screen system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 additional context add any other context about the problem here |
freecodecampfreecodecamp | bug curriculum test regex do not cover some code format | Bug | affect page affect page your code js passport use new githubstrategy clientid process env github client i d clientsecret process env github client secret callbackurl accesstoken refreshtoken profile cb console log profile the callback url be redact expect behavior I expect this code to pass the test but it do not system please complete the follow information device laptop os ubuntu 20 4 browser opera version 77 additional context the third test github strategy should be setup correctly thus far didn t pass so I run fcc on my local computer and check the test on the page the first regex test be as follow js assert match datum passport use new githubstrategy gi passport should use a new githubstrategy the regex win t pass if new githubstrategy be on a new line because match all character except for the new line when I replace with s s the test pass so I think we should change this test to the follow js assert match datum passport use s s new githubstrategy gi passport should use a new githubstrategy my reasoning be that the correctness of a solution should not depend on format especially when the formatting be not something very abnormal |
freecodecampfreecodecamp | comma separate const declaration not accept redux | Bug | affect page expect behavior the follow two code snippet be both correct and semantically equivalent js but one pass all test and the other do not either both should pass or both should fail pass const login login const logout logout fail const login login logout logout declare multiple comma separate const s fail this test login and logout should be declare as const value and should be assign string of login and logout your code copy and paste the code from the editor that you use in between the back tick below const login login logout logout const defaultstate authenticate false const authreducer state defaultstate action switch action type case login return authenticate true case logout return authenticate false default return state const store redux createstore authreducer const loginuser return type login const logoutuser return type logout system please complete the follow information browser firefox 90 0b6 |
freecodecampfreecodecamp | translation backticke string loose space at the end | Bug | I think we have a small issue with translation and space at the end of string in backtick in at least one challenge there be a space at the end of a string the string this be the start in the english challenge it be keep it doesn t appear in the string to translate on crowdin tho image in consequence the spanish and chinese translation don t have that space the next challenge have the same issue |
freecodecampfreecodecamp | mismatch between challenge instruction and seed code in concatenate string with the plus equal operator | Bug | the challenge instruction say use the operator similar to how it be show in the editor but the seed code be empty it should mention the example instead of the editor this need the change of one word as such I be open this issue to first timer this be the challenge and its related file issue be not assign the first comprehensive pr be review if you haven t already do so read the contribute guideline at contribute freecodecamp org if you need any help feel free to reach on the contributor subforum on the forum or the contributor chatroom at chat freecodecamp org |
freecodecampfreecodecamp | rename apis and microservice to include backend | Help Wanted | quincy request that we rename the apis and microservice cert to include backend I don t recall if there be a specific title recommend but backend api s and microservice should work I think |
freecodecampfreecodecamp | project description submission page do not load on safari | Bug | affect page all project description page except those in the javascript algorithm and datum structure certification expect behavior the page should render but it be stick in the loading screen system please complete the follow information device iphone 11 also report on ipad os ios browser safari and firefox version late |
freecodecampfreecodecamp | insufficient color contrast on highlight code block in dark mode | Bug | affect page to reproduce step to reproduce the behavior 1 go to login switch to dark mode from menu 2 click on java script algorithm and datum structure certification course 3 scroll down to object orient programming module open define constructor function page 4 highlight the code block in the theory section by select drag with the mouse expect behavior on highlight the code become unreadable due to fail color contrast this be a wcag violation there should be sufficient color contrast ratio 4 5 1 between text and background even when highlight screenshot image system device laptop os window 10 browser edge chromium base version 91 0 864 41 official build 64 bit |
freecodecampfreecodecamp | editor ability to detect when a screen reader be run | Help Wanted | I m a blind user of freecodecamp I love that the editor you use have accessibility support but as of now you have to turn on screen reader optimization manually each time you use the editor this can get quite tedious when you re switch between the info and code tab on challenge or complete easy challenge quickly when I look at the help documentation for the editor you use the guide for developer suggest to automatically detect if a screen reader be run which will allow the editor to automatically turn on accessibility support that guide can be find here the relevant portion of the guide be quote below 5 do you have a way to detect screen reader on your runtime do you have a user set for it accessibility good practice dictate that application should be accessible by default and that no special behaviour should be implement for accessibility purpose I would invite the author of the good practice to try to write a screen reader friendly code editor use w3c s aria anyways the state of the art be lack here s an example there be no way to communicate editor wrapping point to screen reader and they will quickly get confused when press for example arrow down in a wrap line they will expect the system caret to move to the next line and we will move the system caret to the same model line at a different column since the line be wrap so when we know a screen reader be connect to an editor we disable wrapping if you have a user set like e g google docs or run in an environment where it be possible to find out if a screen reader be attach like e g electron or a webbrowser control then please configure the editor with accessibilitysupport on even if you don t do this your user will be let know in the editor s aria label that they can optimize the editor by themselves use alt f1 or ctrl f1 in ie and follow the direction in there can such a user set be add so that accessibility support will be enable automatically fail that can you add a way for the editor to remember the setting for accessibility support once you toggle it |
freecodecampfreecodecamp | tribute page project instruction about use figure tag | Bug | affect page add a link to the code challenge with the problem user story no 3 mention use a div tag with i d img div but your test and sample allow and use a tag the instruction need to reflect this change |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.