repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | test issue please ignore | Invalid | this be my first test issue |
freecodecampfreecodecamp | codeally down flag be too wide | Bug | the message we show when codeally be down be too wide on the project page on the superblock page it look right screen shoot 2023 05 26 at 11 07 49 am on the project page it s too wide screen shoot 2023 05 26 at 11 07 35 am it should match the width of the rest of the element and we could probably add a little margin above the message while we re at it |
freecodecampfreecodecamp | freecodecamp rock ssl not work | Bug | describe the issue when I go to the demo project I get something like image affect page step to reproduce 1 go to 2 see error expect behavior expect to see actual demo project screenshot see above system n a additional context no response |
freecodecampfreecodecamp | I can t find mongodb version 4 2 x be that version still require to run app locally | Bug | describe the issue the setup instruction here suggest that I need mongodb community server 4 2 x I ve try through docker and through macos homebrew instruction and can t get any 4 2 version 4 4 x be available be that acceptable if so should I update this doc affect page step to reproduce try to follow one of option for set up mongodb community server 4 2 x recommend fix or suggestion maybe 4 4 x be ok screenshot no response |
freecodecampfreecodecamp | lesson add font awesome icon to all of our button in front end development librarie certification | Bug | describe the issue course front end development librarie certification section bootstrap lesson add font awesome icon to all of our button the wording be as follow note the span element be an acceptable alternative to the i element for the direction below the word below be wrong the instruction be above not below switch word below with above affect page your code none not applicable to issue expect behavior n a not applicable to issue screenshot issue be find within the text of the instruction system n a not applicable additional context this be only a grammatical error find in the instruction for the challenge |
freecodecampfreecodecamp | redux test do not take createstore into consideration | Bug | describe the issue this challenge should push the programmer to create the redux store at the end of the challenge but it pass with declare this const store null now it be explain to I that the site create its store on its own but I think the programmer should be expect to do that even if he forget like I affect page your code const increment increment define a constant for increment action type const decrement decrement define a constant for decrement action type const counterreducer state 0 action switch action type case increment return state 1 case decrement return state 1 default return state define the counter reducer which will increment or decrement the state base on the action it receive const incaction return type increment define an action creator for incremente const decaction return type decrement define an action creator for decremente const store null expect behavior the test should fail if redux createstore be not use screenshot no response system device laptop os x11 linux x86 64 browser chrome version 113 0 0 0 additional context no response |
freecodecampfreecodecamp | use the spread operator to evaluate array in place show the array literal spread syntax | Bug | describe the issue we should show the syntax need to solve the challenge affect page your code expect behavior teach people the knowledge they be mean to know to solve the challenge screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context |
freecodecampfreecodecamp | argument optional clear test case order | Bug | describe the issue our test case for this should add a test to more clearly indicate what happen if only one argument be use and that argument be a valid number also we should re order the test for clarity affect page your code verbose solution from the guide that highlight the possible case javascript function addtogether const first second argument first argument be not a number if typeof first number return undefined first argument be a number and second argument be not define else if argument length 1 function addsecond second new argument be not a number if typeof second number return undefined new argument be a number else return first second note return a function return addsecond first argument be a number and second argument be not a number else if typeof second number return undefined first argument be a number and second argument be a number else return first second expect behavior our test case should more clearly map to the possible case update test propose hint addtogether 2 3 should return 5 js assert deepequal addtogeth 2 3 5 addtogether 23 30 should return 53 js assert deepequal addtogether 23 30 53 addtogether 2 3 should return undefined js assert isundefine addtogether 2 3 addtogether 5 undefined should return undefined js assert isundefine addtogether 5 undefined addtogether should return undefined js assert isundefine addtogether addtogether 5 should return a function js assert deepequal typeof addtogether 5 function addtogether 5 7 should return 12 js assert deepequal addtogether 5 7 12 addtogether 2 3 should return undefined js assert isundefine addtogether 2 3 addtogether 2 3 should return undefined js assert isundefine addtogether 2 3 screenshot no response system all additional context no response |
freecodecampfreecodecamp | college algebra with python one step multiply need round | Bug | describe the issue in the notebook associate with the challenge the single step multiplication do not always generate an even one two three division repeat fraction can occasionally occur affect page your code the notebook s code python one step multiply def one step mult use string frac import random a random randint 1 11 b random randint 2 24 print a x b ans in input x answer b a test if stre frac ans in answer print correct n else print try again print the correct answer be answer n expect behavior the generation should print round to two decimal place in the challenge and use it for the step screenshot capture system device desktop os window 10 browser firefox version 113 0 1 additional context no response |
freecodecampfreecodecamp | inner progress bar will not be visible when completion modal be re open | Bug | describe the issue inner progre bar will not be show when the camper re open the completion modal after they close the modal affect page step to reproduce 1 go to any challenge which have the button to show the completion modal after solve the challenge 2 click on the button such as run the test ctrl enter of javascript algorithm and datum structure challenge or check your answer of college algebra with python challenge after solve the challenge 3 the inner progress bar will be show with animation in pop up completion modal and under the progress bar completion percentage will be show by text as xx complete 4 close the completion modal once the camper may do this for reveiw the challenge 5 then re open the modal by click the button the inner progress bar will not be show though completion percentage text will also be there and convey the camper the proper percentage expect behavior the inner progress bar will be show when the completion modal be re open I m not sure this should be with animation or not screenshot inner progress bar be not show system device iphone se and laptop 64 bit os io 15 7 5 and window 11 browser chrome firefox edge brave for laptop or chrome on iphonese version chrome 113 0 5672 93 official build firefox 113 0 edge 113 0 1774 42 official build additional context no response |
freecodecampfreecodecamp | can not remember web language on learn | Bug | describe the issue each time I open the web it will go to the english version on learn why not let we choose the language in the setting affect page step to reproduce 1 start bookmark 2 go to expect behavior it should go to as I want screenshot no response system device desktop computer os window 10 browser chrome additional context no response |
freecodecampfreecodecamp | code can t pass for a specfic version of google chrome browser | Bug | describe the issue when I come to the 4th step of the course learn css variable by build a city skyline the code still can t pass even though I try several time then I switch the browser from google chrome to firefox the code pass by the way today I switch to my notebook to do the course respoonsive web design usually I do the course on my another desktop computer this kind of issue never happen before affect page step to reproduce 1 go to step 4 of the course learn css variable by build a city skyline 2 give the meta tag as hint 3 click on the button check your code 4 see error your code do not pass expect behavior I expect the code pass screenshot the code can t pass on google chrome browser the version of my google chrome browser be the code pass on firefox browser system device notebook lenovo thinkpad l470 os window 10 browser chrome version version 76 0 3809 132 official build 32 bit additional context another thing be that my chrome browser be not support for the freecode camp forum so I guess this isssue be relate to my chrome browser s version |
freecodecampfreecodecamp | make a person test suite use user global variable | Bug | describe the issue a user can fail with correct code because the test secretly rely upon global variable accessible to the user affect page your code js const person function firstandlast only change code below this line this getfirstname function return firstandlast split 0 this getlastname function return firstandlast split 1 this setfirstname function first firstandlast first firstandlast split 1 this setlastname function last firstandlast firstandlast split 0 last this setfullname function fullname firstandlast fullname complete the method below and implement the other similarly this getfullname function return firstandlast this code fail because the user have the correct solution but delete the instantiation of the bob object expect behavior test should instantiate any datum they need we should update the seed code to js const person function firstandlast this getfullname function return return firstandlast const bob new person bob ross bob getfullname we should then add after user code js const test bob new person bob ross and modify the test suite to use test bob instead of bob screenshot no response system all additional context no response |
freecodecampfreecodecamp | find the long word in a string | Bug | describe the issue test accept two different input as correct answer when it shouldn t be affect page your code function findlongestwordlength str arr1 be make use regexe arr2 be make use array split let regex w g let arr1 str split let arr2 str match regex let maxlength1 0 let maxlength2 0 for let I 0 I arr1 length I if arr1 I length maxlength1 maxlength1 arr1 I length for let j 0 j arr2 length j if arr2 j length maxlength2 maxlength2 arr2 j length return maxlength2 maxlength1 return 11 while maxlength2 return 6 however both pass the test correctly console log findlongestwordlength the quick brown fox jump over the lazy dog expect behavior it should only have one correct integer response perhaps specify the inclusion of hyphen if they exist as one word or two word screenshot no response system device laptop os window 10 browser chrome version additional context no response |
freecodecampfreecodecamp | certification border be cut off | Bug | describe the issue the certification have the top border cut off affect page step to reproduce 1 go to 2 top border be behind address bar expect behavior border to be visible screenshot system firefox 111 0 1 additional context no response |
freecodecampfreecodecamp | fail alert be show after subscribe to quincy email although there be no fail call | Bug | describe the bug when you try to make api call in the setting page to change your subscription to quincy newsletter you will see a fail api call before the new one rec tab webm to reproduce step to reproduce the behavior 1 go to email setting in 2 click on unsubscribe from quincy news letter 3 see alert show before the success alert show expect behavior wait until the api fail before show the alert |
freecodecampfreecodecamp | the console doesn t refresh and error message persist even when the line of code cause the error be fix | Bug | describe the issue even when the code be fix to show no error the console doesn t refresh and the run the test button doesn t work either this happen in all the challenge in the es6 section of the javascript algorithm and datum structure course and doesn t get fix until the page be reload which delete all my progress in the editor and be pretty annoying link to a challenge task in this course same challenge that be show in the screen recording attach below affect page step to reproduce 1 go to any challenge in the es6 course of the javascript algorithm and datum structure certificationlink to the course 2 generate an error 3 fix the line of code that cause error 4 the error still appear and the console doesn t refresh 5 click on the run the test button and realise that it doesn t work 6 reload the page to fix the error temporarily as it will happen again in the next challenge and it also delete all your progress expect behavior the error message should go away when the faulty line of code be fix like it usually do on all the other task challenge screenshot system device macbook pro 13 inch m2 2022 os macos ventura 13 3 1 a browser chrome version 113 0 5672 92 official build arm64 safari version 16 4 18615 1 26 110 1 additional context I try to run the website on safari and also on chrome with content blocker disabled and the result be still the same |
freecodecampfreecodecamp | git merge definitive guide hand on issue | Bug | describe the issue I be look through the relatively new git merge definitive guide hope to recommend it to some of my co worker to get a bit deep in their understanding of merge the there be a handful of thing I ve see on the hand on section the graphic show the result of the default ff merge doesn t show main pointing to the new commit I think it be the wrong image there be some mis use of new branch instead of new feature when undo the last commit the command should read git reset hard head 1 but one of the second dash be a 0x96 en dash while the first be the normal 0x2d minus this cause an error if the user copy paste this code snippet the graphic for the history after use git reset hard head 1 match the caption however immediately before that it indicate it should be look at the new feature branch so if that be the case the head should be point there affect page step to reproduce n a recommend fix or suggestion include in description screenshot no response |
freecodecampfreecodecamp | test run ctrl enter get stick | Bug | describe the issue the test run ctrl enter feature get stuck in case whenever there s an error in specifically in code editor while learn at learn front end development librarie redux whenever if some error occur in code while write it stuck on that error and ctrl enter also do not work and user need to do refresh repeatedly affect page step to reproduce 1 go to code editor 2 write some bug 3 bug occur the ctrl enter functionality to stuck 4 this force user to refresh the page again and again expect behavior when there s a bug in the code editor syntax error on any error on delete or press backspace the below console should also listen the event and should behave actively and on realtime screenshot image I just remove the bug and try to enter ctrl enter it do not work even on remove the error system device linux ubuntu 22 04 chrome version 113 0 5672 63 official build 64 bit additional context no response |
freecodecampfreecodecamp | javascript challenge console error not clear | Bug | describe the issue some user be encounter the error in the link video see the forum for more discussion affect page all step to reproduce expect behavior console error message should clear so user can run code screenshot no response system various additional context no response |
freecodecampfreecodecamp | switch language be break | Bug | describe the issue nothing happen when you click a language in the dropdown affect page your code expect behavior the language to change when use the dropdown screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context |
freecodecampfreecodecamp | full stack certification render oddly | Help Wanted | I be pretty sure the full stack cert should not show solution originally post by shaunshamilton in issuecomment 1527511751 |
freecodecampfreecodecamp | variable name in for in seed code | Bug | describe the issue this seed code can lead to a bit of confusion because the global variable name and parameter name be pretty similar affect page your code const user alan online false jeff online true sarah online false function countonline usersobj only change code below this line only change code above this line console log countonline user expect behavior what about const myfriends alan online false jeff online true sarah online false function countonline alluser only change code below this line only change code above this line console log countonline myfriend alluser isn t my favorite if someone have another idea I just don t like varnamewithtype when the type isn t strictly need screenshot no response system all additional context no response |
freecodecampfreecodecamp | documentation language chinesetrandational should be language chinesetraditional | Bug | describe the issue there be 70 occurrence of the reference chinesetrandational throughout the document and typescript file I believe these to be a typographical error which should state chinesetraditional a good example of this behavior be on the page locate at contribution doc how to work on localize client webapp i d testing the client app in a world language I have prepare a pull request for these change to go with this issue if approve affect page how to work on localize client webapp i d testing the client app in a world language step to reproduce visit the page and observe the language content recommend fix or suggestion correct all 70 occurrence of the typographical error screenshot image |
freecodecampfreecodecamp | can t launch editor at learn git by build an sql reference object build an sql reference object | Bug | describe the issue long time stop at launch editor image affect page your code no code expect behavior to use the editor screenshot image image image image image system device thinkpad l14 gen1 os window 10 browser chrome 112 0 5615 138 version additional context wait for a long time image no response |
freecodecampfreecodecamp | incomplete argument in test | Bug | describe the issue please check this commit there be a miss on line 524 affect page your code this fragment of the test code be break const expect username description test duration 60 i d date new date tolocaledatestre en us timezone utc weekday short month short day 2 digit year numeric please take a look the link in description expect behavior should look like this const expect username description test duration 60 i d date new date tolocaledatestre en us timezone utc weekday short month short day 2 digit year numeric screenshot image system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | improvement in use if and else to add logic to your style module | Bug | describe the issue in use if and else to add logic to your style module currently the instruction happen to be as follow the if directive in sass be useful to test for a specific case it work just like the if statement in javascript scss mixin make bold bool if bool true font weight bold and just like in javascript else if and else test for more condition scss mixin text effect val if val danger color red else if val alert color yellow else if val success color green else color black create a mixin call border stroke that take a parameter val the mixin should check for the follow condition use if else if and else scss light 1px solid black medium 3px solid black heavy 6px solid black if val be not light medium or heavy the border should be set to none instead of this the instruction should be as follow the if directive in sass be useful to test for a specific case it work just like the if statement in javascript scss mixin make bold bool if bool true font weight bold and just like in javascript else if and else directive test for more condition scss mixin text effect val if val danger color red else if val alert color yellow else if val success color green else color black create a mixin call border stroke that take a parameter val the mixin should check for the follow condition use if else if and else directive scss light 1px solid black medium 3px solid black heavy 6px solid black if the value of the val parameter be not light medium or heavy then the border property should be set to none affect page expect behavior in use if and else to add logic to your style module the instruction should be as follow the if directive in sass be useful to test for a specific case it work just like the if statement in javascript scss mixin make bold bool if bool true font weight bold and just like in javascript else if and else directive test for more condition scss mixin text effect val if val danger color red else if val alert color yellow else if val success color green else color black create a mixin call border stroke that take a parameter val the mixin should check for the follow condition use if else if and else directive scss light 1px solid black medium 3px solid black heavy 6px solid black if the value of the val parameter be not light medium or heavy then the border property should be set to none system device laptop os macos 13 0 1 browser google chrome version 107 0 5304 110 |
freecodecampfreecodecamp | typo in target the parent of an element use jquery module | Bug | describe the issue in target the parent of an element use jquery module currently the second paragraph happen to be as follow for example your jquery playground h3 element have the parent element of which itself have the parent body for the sake of clarity I think the instruction should be as follow for example the h3 element in your jquery playground have the parent element of which itself have the parent element of body affect page expect behavior the second paragraph in the target the parent of an element use jquery module should be as follow for example the h3 element in your jquery playground have the parent element of which itself have the parent element of body screenshot system device laptop os macos 13 0 1 browser google chrome version 107 0 5304 110 |
freecodecampfreecodecamp | fix ui re enable pointer event on upper jaw | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod close xxxxx a few day ago we merge 48586 and it include css to disable pointer event on the upper jaw I can t see any reason why this be necessary for that pr and it definitely prevent people from copy pasting from the instruction I think this just slip by we |
freecodecampfreecodecamp | low jaw component can be refactore to separate file | Bug | describe the issue in order to make a code more readable and clear it can be well to split code of this file to several separate file affect page step to reproduce 1 go to 2 you can see a lot of code 3 several component at the same file 4 it can be refactore expect behavior code can be short and clear screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | justify readme text | Bug | describe the issue I m try to put the text all format in the readme I believe it s more organized and well to see I also add a button to go back to the beginning of the readme it make it easy to navigate the readme affect page readme md step to reproduce there be no step recommend fix or suggestion there be no step screenshot no response |
freecodecampfreecodecamp | add postinstall that install need file after pnpm install | Help Wanted | in chapter we have file that run script when the npm install be finish it use child process and fs for this we can do the same here to solve the issue relate to instal need file copy env and stuff a like and provide a easy way to setup the curriculum for new developer this should stop issue which these prs try to solve like 50071 and 49808 that be relate to set up freecodecamp here be the file in chapter for more context |
freecodecampfreecodecamp | test issue | Bug | describe the issue test issue affect page test issue step to reproduce 1 go to 2 click on 3 scroll down to 4 see error expect behavior test issue screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context test issue |
freecodecampfreecodecamp | question url at responsive web design seem inconsistent | Bug | describe the issue I be use gitpod and run the repository use localhost face issue in url that the follow share section redirect to wrong question from 1 till 44th question not face this issue at official website url but just open this issue if its a bug for other as well affect page learn 2022 responsive web design url of localhost step to reproduce 1 go to learn html by build a cat photo app 2 scroll down to course 4 visit any question before 45 ie from 1 to 44 expect behavior question 1 should redirect to question 1 now its go to 44th question s url from question 2 till 44 its redirecting to n 1th question ie 2nd be open question 1 and so on screenshot image on hover to show the url screenshot 2023 04 15 155141 image screenshot 2023 04 15 160334 system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context face this issue only on localhost and not on official url I didn t make any change which could lead to such behaviour |
freecodecampfreecodecamp | college algebra with python miss colab link | Bug | describe the issue as mention here two of the five project point to url that create empty notebook I assume we miss add these for the release or be the instruction mislead about what the notebook should contain |
freecodecampfreecodecamp | little typo at how to run cypress doc | Bug | describe the issue instead of pnpm run cypress run spec cypress e2e default landing js the example command should be pnpm run cypress run spec cypress e2e default landing ts affect page doc how to add cypress test md step to reproduce 1 clone project 2 install dependency 3 try to run pnpm run cypress run spec cypress e2e default landing js 4 you will see error can t run because no spec file be find recommend fix or suggestion instead of pnpm run cypress run spec cypress e2e default landing js the example command should be pnpm run cypress run spec cypress e2e default landing ts screenshot no response |
freecodecampfreecodecamp | accessibility issue with keyboard focus indicator on step grid | Bug | describe the issue since we recently add a global focus outline color the keyboard focus state on the new rwd step grid now do not have a large enough color contrast to be accessible when focus on a complete step this be an issue in both light and dark mode in the follow image assume step 3 be complete fcc steps1 neither the blue outline or the light gray background have enough contrast with the original light blue background they be replace to be accessible under wcag fcc steps1 dark again neither the blue outline or the dark background have enough contrast with the original dark blue background they be replace to meet wcag contrast requirement I didn t want to make a unilateral decision on how to fix this so here be a few option to consider 1 move the outline so it be just outside of the step square fcc step2 this be accessible because the blue outline now have enough contrast with the white background it be replace and as an add bonus the focus ring make the square appear big technically we do not need to have that thin strip of white space between the square and the outline the outline could be right up against the edge of the square I like the white space because I think it make the outline stand out a little more and make the square look even big this technique will also work in dark mode for the same reason fcc step2 dark 2 change the color of the focus outline so it have more contrast perhaps the same color as the text fcc steps3 fcc steps3 dark 3 I m not that creative so please feel free to suggest something else if also while we be fix this I would recommend we increase the font weight from 700 to 900 and the font size from 1 3rem to 1 5rem on the complete step to make the difference in those number stand out a little more since we can t rely on the background color for the complete step to convey their state since they don t have enough color contrast with the background affect page any step page step to reproduce n a expect behavior complete step should have a keyboard focus indicator that meet wcag standard screenshot no response system n a additional context no response |
freecodecampfreecodecamp | clunky wording in css marker step 5 | Bug | describe the issue the wording on this step be a bit awkward base on a forum post the wording you should add a new meta element for each attribute you want to specify isn t quite accurate this result in the camper write the follow code affect page your code color marker expect behavior I m not sure how to well describe this tbh screenshot no response system system info isn t relevant for a verbiage issue additional context no response |
freecodecampfreecodecamp | logo overlay on narrow screen | Bug | describe the issue when the user use freecodecamp on narrow screen like the samsung galaxy fold the freecodecamp logo overlap with the drop down menu button and profile picture at the top of the page affect page step to reproduce 1 go to 2 open the developer tool 3 in dimension select galaxy fold 4 see the png example in the screenshot section expect behavior as a suggestion in this type of screen 280px 653px we could remove the fcc fire logo or remove the profile picture to follow the responsive design rule screenshot bug system device laptop samsung galaxy fold pc os android 12l window 11 browser chrome operagx additional context no response |
freecodecampfreecodecamp | possible change to switch introduction | Bug | describe the issue one could argue that this text be tell the learner that you can only use console log statement inside of a switch and no other code statement if you have many option to choose from use a switch statement a switch statement test a value and can have many case statement which define various possible value statement be execute from the first match case value until a break be encounter here be an example of a switch statement switch fruit case apple console log the fruit be an apple break case orange console log the fruit be an orange break case value be test with strict equality the break tell javascript to stop execute statement if the break be omit the next statement will be execute I don t know that I agree but we could possibly make it more explicit what we mean by case statement be execute affect page your code n a expect behavior possible clear language screenshot no response system n a additional context no response |
freecodecampfreecodecamp | resolve flaky cypress test | Bug | 49947 update cypress to 11 and unblock the firefox ci there s a couple of spec that be temporarily skip due to flakiness we should fix the spec and remove they from the exclusion list challenge hot key multifile x multifile cert project |
freecodecampfreecodecamp | step 42 able to complete by also movng space for p element | Bug | describe the issue notice due to do both add class item and then move the space of p element for width it pass then step 43 it reset the p element have to do the p element space again maybe not a bug but do to step at once in step 42 affect page your code caramel macchiato3 75 pumpkin spice3 50 hazelnut4 00 mocha4 50 expect behavior read the instruction to add class but also due to past training from the step I also move the p element back in space it passwd and then next step I be ask again to back space the second p element screenshot image image system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | registration form step 47 may be break in safari | Bug | describe the issue I ve come across two forum post from safari user in the past few day say that they can t pass step 47 even though their css be correct base on the hint they be get the test that be not pass be assert borderbottom none borderbottom medium none I m wonder if safari have recently change the string be return for the border property when set to none I don t have a mac so I can t test this for myself open this issue with the hope that a safari user can figure out what be go on here should be test on a very recent version of safari affect page your code fieldset last of type border bottom none this be the correct css but it be apparently not pass for safari user expect behavior correct css should pass screenshot no response system for both poster user agent be mozilla 5 0 macintosh intel mac os x 10 15 7 applewebkit 605 1 15 khtml like gecko version 16 4 safari 605 1 15 additional context no response |
freecodecampfreecodecamp | issue with spacing and punctuation for the intro text for all course section description | Bug | describe the issue if you look at any of the intro text for the practice or certification project none of the paragraph have space between they and each paragraph end with a here be an example go to the first html practice project page learn html by build a cat photo app to see this text the correct result should be this affect page multi course page your code n a expect behavior all paragraph should be space properly and use correct punctuation for example instead of this screenshot no response system n a additional context no response |
freecodecampfreecodecamp | record collection user not read bullet point together | Help Wanted | describe the issue user be not read these two point together and be write code that doesn t follow the meaning of the bullet point if prop be track and value isn t an empty string add the value to the end of the album s exist track array if the album doesn t have a track property create a new array for the album s track property before add the value to it affect page your code javascript else if prop track value record i d prop push value else if record i d hasownproperty track false record i d prop value expect behavior the fact that user be write code without think about what the word mean be disappointing but not wholly unexpected in this block this wording change may help if prop be track and value isn t an empty string add the value to the end of the album s track array you need to create this array first if the album do not have a track property screenshot no response system all additional context no response |
freecodecampfreecodecamp | type off again for step one new responsive design build a set of colored marker | Bug | describe the issue catch the same bug on the chapter for set of colored marker chapter location of where you be type be show in correctly same issue as old report from past bug also in this code example I attempt to use shift for add the closing tag for the language of html it space it out if you do this before the last quotation it work properly affect page your code expect behavior I expect to add the closing bracket next to the qoutation but turn out this happend screenshot image system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context same issue from last bug report space also be off confusion to person attempt to learn due to glitch and bug for proper typing format |
freecodecampfreecodecamp | fix client remeasurefont when font be load | Bug | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or gitpod close 49771 issue seem to be cause by use custom font which not necessarily be fully load when editor do it thing in which case the fallback font be use issuecomment 564978560 I ve check if remeasuring would work when add to editorwillmount instead it do not eslint be complain about float promise so I ve add catch not sure if something more elaborate be need or worth here or throw instead |
freecodecampfreecodecamp | learn bash and sql by build a bike rental shop build a bike rental shop | Bug | describe the issue learn bash and sql by build a bike rental shop build a bike rental shop challenge and set the available column to false for the bike rent below the end of the if statement that insert a new customer add five more comment get customer i d insert bike rental set bike availability to false get bike info and send to main menu my code bin bashpsql psql x username freecodecamp dbname bike tuple only c echo e n bike rental shop n main menu if 1 then echo e n 1 fi echo how may I help you echo e n1 rent a bike n2 return a bike n3 exit read main menu selection case main menu selection in 1 rent menu 2 return menu 3 exit main menu please enter a valid option esac rent menu get available bike available bike psql select bike i d type size from bike where available true order by bike i d if no bike available if z available bike then send to main menu main menu sorry we don t have any bike available right now else display available bike echo e nhere be the bike we have available echo available bike while read bike i d bar type bar size do echo bike i d size type bike do ask for bike to rent echo e nwhich one would you like to rent read bike i d to rent if input be not a number if bike i d to rent 0 9 then send to main menu main menu that be not a valid bike number else get bike availability bike availability psql select available from bike where bike i d bike i d to rent and available true if not available if z bike availability then send to main menu main menu that bike be not available else get customer info echo e nwhat s your phone number read phone number customer name psql select name from customer where phone phone number if customer doesn t exist if z customer name then get new customer name echo e nwhat s your name read customer name insert new customer insert customer result psql insert into customer name phone value customer name phone number fi get customer i d insert bike rental set bike availability to false get bike info send to main menu fi fi fi return menu echo return menu exit echo e nthank you for stop in n main menu replyforward affect page your code bin bash psql psql x username freecodecamp dbname bike tuple only c echo e n bike rental shop n main menu if 1 then echo e n 1 fi echo how may I help you echo e n1 rent a bike n2 return a bike n3 exit read main menu selection case main menu selection in 1 rent menu 2 return menu 3 exit main menu please enter a valid option esac rent menu get available bike available bike psql select bike i d type size from bike where available true order by bike i d if no bike available if z available bike then send to main menu main menu sorry we don t have any bike available right now else display available bike echo e nhere be the bike we have available echo available bike while read bike i d bar type bar size do echo bike i d size type bike do ask for bike to rent echo e nwhich one would you like to rent read bike i d to rent if input be not a number if bike i d to rent 0 9 then send to main menu main menu that be not a valid bike number else get bike availability bike availability psql select available from bike where bike i d bike i d to rent and available true if not available if z bike availability then send to main menu main menu that bike be not available else get customer info echo e nwhat s your phone number read phone number customer name psql select name from customer where phone phone number if customer doesn t exist if z customer name then get new customer name echo e nwhat s your name read customer name insert new customer insert customer result psql insert into customer name phone value customer name phone number fi get customer i d insert bike rental set bike availability to false get bike info send to main menu fi fi fi return menu echo return menu exit echo e nthank you for stop in n main menu expect behavior challenge pass screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 computer at a library additional context no response |
freecodecampfreecodecamp | preview in step not load in pop out window or after be toggle | Bug | describe the issue on the initial loading of a step the preview be show in the preview pane but if you either open the preview in the pop out window or toggle the preview pane off on then the preview do not load again affect page all step in new rwd step to reproduce 1 2 open preview in pop out window preview do not load 3 reload page 4 use preview button to toggle preview pane off on preview do not load expect behavior preview should load in both pop out window and after the preview pane have be toggle off on screenshot no response system verify with chrome firefox on both linux and win11 additional context possibly relate to issue 47608 but I think this be new and slightly different |
freecodecampfreecodecamp | challenge name be not show up for forum post | Bug | describe the issue when a user create a new post use the ask for help button in the challenge the challenge name be not show up affect page step to reproduce 1 go to 2 click on click on one of the post generate from the ask for help button 3 scroll down to to see the following challenge name miss expect behavior should show the correct challenge name screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | warn user on fail submission for backend project | Help Wanted | thank to shootermv pr 46734 camper don t navigate to next challenge when the api call fail which be the intend behavior but there be no feedback to camper that api call fail and they leave wonder why when they press submit button for the backend project nothing work it would be nice to have alert message of what happen to give indication to camper that the api call fail edit I be hope this issue solve in the client only change the api will be extra effort while we be remake a new one if this issue isn t solvable in the client please ping I and I will close it edit if you would like to fix this issue please make sure you read our guideline for contribute we prioritize contributor follow the instruction in our guide join we in our chat room or the forum if you need help contribute our prolific contributor will guide you through this |
freecodecampfreecodecamp | typo in post datum with the javascript xmlhttprequest method module | Bug | describe the issue in post datum with the javascript xmlhttprequest method module currently the instruction say you ve see several of these method before here the open method initialize the request as a post to the give url of the external resource and use the true boolean to make it asynchronous the setrequestheader method set the value of an http request header which contain information about the sender and the request it must be call after the open method but before the send method the two parameter be the name of the header and the value to set as the body of that header next the onreadystatechange event listener handle a change in the state of the request a readystate of 4 mean the operation be complete and a status of 201 mean it be a successful request the document s html can be update finally the send method send the request with the body value which the username key be give by the user in the input field instead of this the instruction should be as follow you ve see several of these method before here the open method initialize the request as a post to the give url of the external resource and use the true boolean to make it asynchronous the setrequestheader method set the value of an http request header which contain information about the sender and the request it must be call after the open method but before the send method the two parameter be the name of the header and the value to set as the body of that header next the onreadystatechange event listener handle a change in the state of the request a readystate of 4 mean the operation be complete and a status of 201 mean it be a successful request the document s html can be update now finally the send method send the request with the body value in which the value of the username key be give by the user via the input field note the last two sentence of the paragraph should be the document s html can be update now finally the send method send the request with the body value in which the value of the username key be give by the user via the input field affect page expect behavior in post datum with the javascript xmlhttprequest method module the instruction should be as follow you ve see several of these method before here the open method initialize the request as a post to the give url of the external resource and use the true boolean to make it asynchronous the setrequestheader method set the value of an http request header which contain information about the sender and the request it must be call after the open method but before the send method the two parameter be the name of the header and the value to set as the body of that header next the onreadystatechange event listener handle a change in the state of the request a readystate of 4 mean the operation be complete and a status of 201 mean it be a successful request the document s html can be update now finally the send method send the request with the body value in which the value of the username key be give by the user via the input field note the last two sentence of the paragraph should be the document s html can be update now finally the send method send the request with the body value in which the value of the username key be give by the user via the input field screenshot image system device macbook pro os macos 13 3 browser chrome |
freecodecampfreecodecamp | find a bug when link to step from forum help requestion on link to the step under their code | Bug | describe the issue hello I find a bug when you click the step link from freecodecamp to view the step for the person need help when I click the link from freecodecamp to view the step it have a problem with my keyboard and mouse to click correct area when I try on my own profile to do the step it be fine it will not allow I to stay in the area I shoudl to type or space out affect page step to reproduce 1 go to 2 click on 3 scroll down to 4 see error expect behavior it do not allow I to do as usual at all I could not test it out due to this bug problem screenshot web capture 26 3 2023 20213 forum freecodecamp org system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | the check for mixed grouping of character challenge need at least two additional test | Bug | describe the issue since the challenge state that concession for middle name should be make and the challenge solution regular expression be as follow franklin eleanor a z a z a z roosevelt I think we need to add the follow two test case not currently be test your regex myregex should return true for the string franklin delano roosevelt your regex myregex should return true for the string franklin d roosevelt the first one be need so a full middle name would match the second one be need as the solution allow a single middle initial without a period after it there be already a test that match a single middle initial with a period after it it might also make sense to add the follow test case just to make sure if a period be use that only a single capital letter precede it your regex myregex should return false for the string franklin de roosevelt affect page |
freecodecampfreecodecamp | step 96 new web design certificate | Bug | describe the issue step 96passe give wave four waypoint start at 10 and incremente by 10 1 the test allow duplicate waypoint for the four require percentage 2 the test allow other waypoint value not specify in the instruction affect page your code keyframe wave 10 20 10 30 10 40 10 50 expect behavior when I read the instruction I think it say do four wave point start at ten and add ten to each one once I fail I calculate it to do each ten and add ten percent to each one after I guess even though I do not read the instruction the way they be advice I find a bug I pass and when I go to next step it automatically fix my mistake and remove the 50 also screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context the instruction from what I read confuse I to do four ten and add ten percent under each one I be able to find the bug due to this so yay I be pleased to help by do a total of four I be able to add 50 percent on the last one too my suggestion to fix the sentence on instruction would be to not say make four wave start at ten instead maybe you could say make four wave start at 10 percent and then for the rest add ten percent to each one for a total of four wave only |
freecodecampfreecodecamp | multifile editor hint don t always match user code when run test too quickly | Bug | describe the issue if I enter a bad solution in the multifile editor and run the test the hint doesn t always match the hint my code should produce seemingly when I run the test too quickly in succession affect page step to reproduce on step 1 of the cat photo app the code catphotoapps should produce the hint your h1 element s text should be catphotoapp 1 go to 2 it should have the default code in the editor hello world 3 run the test 4 the hint should read the text catphotoapp should be present in the code you may want to check your spelling 5 quickly change the code to catphotoapp and run the test again 6 the hint may still show the previous hint 7 if it doesn t quickly use undo to change the code back to the default and the hotkey to run the test 8 hint may still show text for when use code catphotoapps expect behavior it to show the correct hint screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | make spacer component smart by accept child | Help Wanted | we have instance which spacer be use to provide space for both side of the component to wrap it up in specific space example l125 l135 we can make the spacer component smart and allow it to accept child so the code be like ts islocke rendermessage issessionuser username t null islocke issessionuser renderprofile user null issessionuser null t button flag user but in do so we need to change the current value and how the padding be calculate the old layout shouldn t change with the new spacer change which padding have the new value I think paddingblock which be paddingtop and paddingbottom be the new padding property I be request this because this will make live simple and we have to worry about less div element while control the layout and if we have specific case we can still use |
freecodecampfreecodecamp | ferris wheel issue | Bug | describe the issue your link element should be within your head element affect page your code ferris wheel expect behavior I make everythink right screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | add a warning modal for the testing staging site | Help Wanted | we use the auth0 host page to intercept and warn user when use a staging testing app or platform we should add a warning modal one time dismissable that look similar to the signout modal this will help sanity check user land on the staging site and pave the way for authentication logic change the idea be that each app that may have a staging test site version available to user should show it clearly and not depend on the auth0 host page only this modal should show a button to accept and dismiss the warning which could set a local storage key or something not to show the modal in every session |
freecodecampfreecodecamp | the es6 challenge of javascript algorithm and datum structure miss the promise finally challenge | Bug | describe the issue the es6 challenge of javascript algorithm and datum structure miss the promise finally challenge candidate file name complete a promise with finally affect page your code js const makeserverrequest new promise resolve reject responsefromserver be set to false to represent an unsuccessful response from a server let responsefromserver false if responsefromserver resolve we get the datum else reject datum not receive makeserverrequ then result console log result makeserverrequ catch error console log error makeserverrequ finally console log finally expect behavior js const makeserverrequest new promise resolve reject responsefromserver be set to false to represent an unsuccessful response from a server let responsefromserver false if responsefromserver resolve we get the datum else reject datum not receive makeserverrequ then result console log result makeserverrequ catch error console log error only change code below this line screenshot no response system device laptop os macos 13 1 22c65 browser chrome version version 111 0 5563 64 official build x86 64 additional context pr |
freecodecampfreecodecamp | learn relational database by build a mario database | Bug | describe the issue I put the right code but it doesn t advance for the next exercise affect page your code insert into sound filename character i d value yay wav 3 woo hoo wav 3 expect behavior I put the right code but it doesn t advance for the next exercise screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 browser chrome in a library additional context no response |
freecodecampfreecodecamp | install node gyp command node gyp configure not find bind gyp | Bug | describe the issue execute command node gyp configure tip bind gyp not find cwd d nodejs node global while try to load gyp bind gyp not find cwd d nodejs node global while try to load bind gyp gyp err configure error gyp err stack error gyp fail with exit code 1 gyp err stack at childprocess oncpexit d nodejs node global node modules node gyp lib configure js 325 16 gyp err stack at childprocess emit node event 513 28 gyp err stack at childprocess handle onexit node internal child process 291 12 gyp err system window not 10 0 22621 gyp err command d nodejs node exe d nodejs node global node modules node gyp bin node gyp js configure gyp err cwd d nodejs node global gyp err node v v18 15 0 gyp err node gyp v v9 3 1 gyp err not ok affect page no your code gyp bind gyp not find cwd d nodejs node global while try to load bind gyp gyp err configure error gyp err stack error gyp fail with exit code 1 gyp err stack at childprocess oncpexit d nodejs node global node modules node gyp lib configure js 325 16 gyp err stack at childprocess emit node event 513 28 gyp err stack at childprocess handle onexit node internal child process 291 12 gyp err system window not 10 0 22621 gyp err command d nodejs node exe d nodejs node global node modules node gyp bin node gyp js configure gyp err cwd d nodejs node global gyp err node v v18 15 0 gyp err node gyp v v9 3 1 gyp err not ok expect behavior 1 screenshot no response system node version 18 15 0 npm version 9 6 2 node gyp version 9 3 1 python version 3 6 window version win11 additional context no response |
freecodecampfreecodecamp | editor cursor position bug in chromium after reload | Bug | describe the issue for I both in chrome and edge without any extension the cursor position be off by some character a tab it seem to happen after reload the page hard refresh or even directly navigate to a challenge url 1 go to and complete the step 2 advance to the next challenge and check the cursor position it should be fine 3 reload the page hard refresh and check the cursor position again it be now off cursor position doesn t seem to happen in firefox or when I try it in the js curriculum be this reproducible for anyone else the only pr I find briefly look at the commit for the editor be might be cause this edit I try revert the code from the pr and it didn t seem to help so I m guess that isn t it honestly not sure what be cause it but it seem to have happen between the feb 28 build and the later production build edit 2 for anyone read this look for a fix a normal soft page refresh should fix it firefox seem unaffected affect page your code expect behavior the cursor position should not be borke after a page reload screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context forum |
freecodecampfreecodecamp | win t accept correct solution on step 51 on safari browser | Bug | describe the issue on safari on a macbook the correct solution refuse to be accept the exact same code be however accept on the chrome browser affect page your code html daily value total fat 8 g 10 saturate fat 1 g 5 tran fat 0 g expect behavior it should accept this as the same code be accept when I test it on the chrome browser screenshot system device macbook pro os macos browser safari version 16 1 additional context no response |
freecodecampfreecodecamp | issue with a challenge | Bug | describe the issue on this I write the correct answer and the system tell I the answer be not correct and ask hint you should give the label the text input your age year when it s do affect page your code upload a profile picture input your age year expect behavior the code should have pass screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 chrome window at a library additional context no response |
freecodecampfreecodecamp | blocage | Bug | describe the issue je d bute dans le codage et je sui en face d un code que je n arrive pas a valid et je ne d tecte pas le probl I pouvez vous m aid s il vous plait merci affect page your code see more in our gallery expect behavior aide screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 pc dell additional context no response |
freecodecampfreecodecamp | border class doesn t work in the ui component unless it s border 3 | Invalid | note this be work on progress just need to investigate more before open new pr while work on the panel component 49398 I need to add border but whatever I do the border wasn t add to the devtool with more investigation that issue do exist in other component like the alert I be think that there be class that we have they don t get apply although they do exist in the tailwind doc I need to investigate the class in the component and see which aren t apply and choose to apply they or delete they |
freecodecampfreecodecamp | javascript algorithm and datum structure testing object for property | Bug | describe the issue attempt this lesson and I create this this be show in the box below run test checkobj gift pony pet kitten bed sleigh gift should return the string pony checkobj gift pony pet kitten bed sleigh pet should return the string kitten checkobj city seattle city should return the string seattle test complete and I can not move on affect page your code function checkobj obj checkprop only change code below this line return not find only change code above this line expect behavior the correct answer screenshot no response system device laptop os window 10 browser chrome version e g 22 additional context no response |
freecodecampfreecodecamp | conflict english dialect usage in mongodb mongoose create a model make challenge confusing | Bug | describe the issue in the mongodb mongoose create a model challenge I believe number 2 in the series available here the challenge ask the user to create a schema field entitle with the british spelling favouritefood but if the user do so the result model actually fail the test suite which look for a field spell as the american favoritefood I d be happy to fix the typo in the markdown file that accompany that lesson but have not contribute to fcc s codebase before affect page your code take from the boilerplate repl that accompany the lesson require dotenv config let mongoose require mongoose mongoose connect process env mongo uri usenewurlparser true useunifiedtopology true let personschema new mongoose schema name type string require true age number favouritefood string let person mongoose model person personschema const createandsaveperson do do null datum const createmanypeople arrayofpeople do do null datum const findpeoplebyname personname do do null datum const findonebyfood food do do null datum const findpersonbyid personid do do null datum const findeditthensave personid do const foodtoadd hamburger do null datum const findandupdate personname do const agetoset 20 do null datum const removebyid personid do do null datum const removemanypeople do const nametoremove mary do null datum const querychain do const foodtosearch burrito do null datum well do you complete these challenge let s go celebrate do not edit below this line export personmodel person export createandsaveperson createandsaveperson export findpeoplebyname findpeoplebyname export findonebyfood findonebyfood export findpersonbyid findpersonbyid export findeditthensave findeditthensave export findandupdate findandupdate export createmanypeople createmanypeople export removebyid removebyid export removemanypeople removemanypeople export querychain querychain expect behavior I have expect this code to pass the challenge s test suite especially as it be quite similar to the help instruction give here screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 device laptop os macos monterey 12 3 1 browser firefox version 110 0 1 additional context no response |
freecodecampfreecodecamp | typo in information security with helmetj | Bug | describe the issue in mitigate the risk of clickjacke with helmet frameguard module currently the instruction say your page could be put in a or without your consent this can result in clickjacke attack among other thing clickjacke be a technique of trick a user into interact with a page different from what the user think it be this can be obtain execute your page in a malicious context by mean of iframe in that context a hacker can put a hidden layer over your page hide button can be use to run bad script this middleware set the x frame option header it restrict who can put your site in a frame it have three mode deny sameorigin and allow from instead of this the instruction should be as follow your page could be put in a or without your consent this can result in clickjacke attack among other thing clickjacke be a technique of trick a user into interact with a page different from what the user think it be this can be obtain by execute your page in a malicious context by mean of iframe in that context a hacker can put a hidden layer over your page hide button can be use to run bad script this middleware set the x frame option header it restrict who can put your site in a frame it have three mode deny sameorigin and allow from note in the third sentence of the paragraph there should be a by before the word execute and there should be the word mean before of iframe in avoid infer the response mime type with helmet nosniff module currently the instruction say as a reminder this project be be build upon the follow starter project on replit or clone from github browser can use content or mime sniff to override response content type header to guess and process the datum use an implicit content type while this can be convenient in some scenario it can also lead to some dangerous attack this middleware set the x content type option header to nosniff instruct the browser to not bypass the provide content type instead of this the instruction should be as follow as a reminder this project be be build upon the follow starter project on replit or clone from github browser can use content or mime sniff to override the content type header of a response to guess and process the datum use an implicit content type while this can be convenient in some scenario it can also lead to some dangerous attack this middleware set the x content type option header to nosniff instruct the browser to not bypass the provide content type note in the second sentence of the paragraph there should be header of a response after content type and in the fourth sentence of the paragraph x content type option should be in back quote I e x content type option affect page step to reproduce these issue can be reproduce simply by view the affect page in the web browser recommend fix or suggestion in mitigate the risk of clickjacke with helmet frameguard module the instruction should be as follow your page could be put in a or without your consent this can result in clickjacke attack among other thing clickjacke be a technique of trick a user into interact with a page different from what the user think it be this can be obtain by execute your page in a malicious context by mean of iframe in that context a hacker can put a hidden layer over your page hide button can be use to run bad script this middleware set the x frame option header it restrict who can put your site in a frame it have three mode deny sameorigin and allow from note in the third sentence of the paragraph there should be a by before the word execute and there should be the word mean before of iframe in avoid infer the response mime type with helmet nosniff module the instruction should be as follow as a reminder this project be be build upon the follow starter project on replit or clone from github browser can use content or mime sniff to override the content type header of a response to guess and process the datum use an implicit content type while this can be convenient in some scenario it can also lead to some dangerous attack this middleware set the x content type option header to nosniff instruct the browser to not bypass the provide content type note in the second sentence of the paragraph there should be header of a response after content type and in the fourth sentence of the paragraph x content type option should be in back quote I e x content type option screenshot |
freecodecampfreecodecamp | format issue on the 404 page | Bug | describe the issue on the 404 page for the on the quote be clip past the box it should be inside affect page step to reproduce look at the quote on the 404 page expect behavior the should be inside the quote box screenshot system device macbook pro os osx browser safari version 16 1 additional context no response |
freecodecampfreecodecamp | functional test crash replit | Bug | describe the issue most if not all of the qa project that have functional test have crash issue on replit include the last part of the quality assurance and testing with chai curriculum challenge I believe it s the chai http stuff that be crash the server when run on replit we can force a server restart by add an after function to the test after function chai request server get I have not confirm or test this with all the project only a few of they I m also not sure if have the after function will have any unintended consequence affect page your code expect behavior replit not cause the test to fail because it have crash screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context I might add a few forum link but it be an extremely common issue |
freecodecampfreecodecamp | spelling error html registration form project step 41 | Bug | describe the issue for the first hint in the registration form project step 41 attribute be spell incorrectly here here be the file you will need to work with only fix the spelling error in the first hint correct result you should give the input expect a first name a name attribute ps I would have choose first name how to contribute this be an easy fix so I be open this up to first timer only please make sure you read our guideline for contribute we prioritize contributor follow the instruction in our guide join we in our discord room or the forum if you need help contribute our moderator will guide you through this sometimes we may get more than one pull request we typically accept the most quality contribution follow by the one that be make first please note you do not need to ask to be assign to the issue it be open to any new contributor to the freecodecamp repo happy contribute affect page |
freecodecampfreecodecamp | allow console log without fail test | Bug | describe the issue it would be nice if we allow the camper to log out the result without have the last test fail because of it one option might be to use code comment as delimiter to help make the regex more targeted affect page your code expect behavior the camper should be allow to log out the result without fail with the correct code screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context |
freecodecampfreecodecamp | code with infinite loop can incorrectly pass test | Bug | describe the issue have infinite loop in code can lead to pass test when they should not pass due to have infinite loop I guess this be a very specific case for loop protection I be play around with code hit maximum call stack size while change it into iterative version I encounter intermediate state that s pass but it should not loop protection break out of the infinite loop but further code be still execute in this case that coincidentally mean return the right number affect page your code function getnumber num min max while true for let I min I max I if num I 0 num num max break return num function smallestcommon arr const sortedarr arr sort function a b return a b const min sortedarr 0 const max sortedarr sortedarr length 1 return getnumber max min max expect behavior code should not pass test screenshot no response system n a additional context no response |
freecodecampfreecodecamp | use less ambiguous switch example code | Bug | describe the issue it isn t a huge deal but I do think the camper have a point see the forum thread for more info I think update the example code with something less ambiguous wouldn t be a horrible idea affect page your code current example switch lowercaseletter case a console log a break case b console log b break new example I can t think of anything well right now you get the point switch heroname case spider man console log peter parker break case batman console log bruce wayne break expect behavior less ambiguous example code that do not involve letter case logic or identifier with the word case in it when teach about switch and case screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context |
freecodecampfreecodecamp | it look something be miss when click the index html button in the new rwd certification | Bug | describe the issue a learner report on the forum that when click the index html button submit and reset button disappear be it design like so here s the post affect page your code I believe the code be not the cause but here s the code catphotoapp cat photo expect behavior all button should be show to guide learner screenshot image system device laptop os window 10 browser chrome edge additional context no response |
freecodecampfreecodecamp | learn html by build a cat photo app step 67 lang attribute issue | Bug | describe the issue simple issue when type in the attribute for lang if you type a space between the attribute and the value it will mark it as incorrect even though it may not be proper format it may be confuse for beginner that have use space up until this point affect page your code expect behavior it should accept the code as fine and continue to the next lesson screenshot capture system device desktop os window 10 browser mozilla firefox version 110 0 64 bit additional context no response |
freecodecampfreecodecamp | es6 js step introduce rest argument but drop in an unexplained mention of map filter reduce | Bug | describe the issue in the js es6 step title use the rest parameter with function parameter the explanation provide make casual mention of map filter and reduce without any prior discussion or introduction of these function I suggest that this paragraph be either unnecessary at this point or it should explicitly say that these function will be introduce later here be the text of the paragraph for your convenience the rest parameter eliminate the need to check the args array and allow we to apply map filter and reduce on the parameter array affect page your code expect behavior either drop the paragraph from this topic or explicitly say that these function will be explain later on screenshot no response system n a additional context no response |
freecodecampfreecodecamp | unclear instruction for qa metric imperial converter | Bug | describe the issue per request from previous pr while complete the metric imperial converter challenge I waste hour attempt to use repl it as outline in the instruction I never get repl it to work for this challenge despite troubleshoot for hour and ask around in the forum and because I post in the forum I find out that glitch I be an alternative to repl it glitch I also didn t work for I as it strip api query with double slash nowhere in the instruction do it say if repl it doesn t work try another platform app hosting service render com finally do work for I all it say use a site builder of your choice to complete the project a simple line in the instruction say if one site builder do not work for you try another would suffice affect page your code initnum 0 5 initunit gal returnnum 1 89271 returnunit l string 0 5 gallon convert to 1 89271 liter expect behavior should output invalid number please see forum post link below for more information screenshot screen shoot 2023 02 28 at 11 27 39 am screen shoot 2023 02 28 at 11 28 35 am system device laptop os macos 12 6 1 browser version version 1 47 186 chromium 109 0 5414 119 official build x86 64 additional context please see this forum post for more information |
freecodecampfreecodecamp | not all object have prototype property | Bug | describe the issue when I learn the javascript I see this expression nearly every object in javascript have a prototype property which be part of the constructor function that create it I give I a vibe that all object in javascript have prototype property I don t know if this be my misunderstanding if not correct it it will bring great misleading to novice affect page your code none expect behavior correct it into below nearly every object in javascript have a constructor that create it and this constructor function have a prototype property screenshot no response system device laptop os macos 13 2 browser chrome version 110 0 5481 177 additional context no response |
freecodecampfreecodecamp | learn accessibility by build a quiz step 41 instruction incomplete | Bug | describe the issue the instruction do not say that the submit button need to say send the only way to learn that be by fail and get the hint that the submit button should say send affect page your code accessibility quiz html css quiz info html css student info name email d o b date of birth html 1 the legend element represent a caption for the content of its parent fieldset element true false 2 a label element nest an input element be require to have a for attribute with the same value as the input s i d true false css be you a frontend developer select an option yes no do you have any question expect behavior I expect the above code to work as the only instruction provide be do not forget to give your form a submit button however when submit I get an error and the hint be the submit should display the text send screenshot image image system device laptop os window 11 browser opera gx version lvl 4 additional context no response |
freecodecampfreecodecamp | invalid tabindex property name | Bug | describe the issue an error pop up into the console regard the tabindex property when you visit the setting page while use the platform affect page step to reproduce 1 set up the freecodecamp platform locally 2 click on the menu button 3 hit setting 5 see error in console expect behavior I expect there to be no issue regard the blocksavebutton s tabindex property screenshot tab index problem system device desktop os window 10 browser firefox version late additional context for some odd reason I can t see the error on the live actual freecodecamp platform I m not sure sure why that be |
freecodecampfreecodecamp | mongodb and mongoose create a model | Bug | describe the issue the challenge do not show the mongoose schema syntax need for an array of string property string instead it show this favoritefood array of string not sure why but either the schema show should show the actual syntax or if that be consider a spoiler an unrelated example should be give also note that the article link do not show the syntax either it do link to the mongoose site at the end but in an unhelpful way the article should have a link to the schemas schemas doc when introduce it and the schematype affect page your code const schema new mongoose schema somerequiredstre type string require true somenumber number anarrayofstring string expect behavior update the schema show or give an example that have the syntax screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context forum |
freecodecampfreecodecamp | learn bash by build a boilerplate can t proceed on rmdir image part | Bug | describe the issue this part in the bash course 1150 remove directory I m lead to believe that I have to input rmdir image and receive an error and proceed to the next stage suggest by this part in the tutorial 1170 remove but upon do so I m not able to proceed even with a soft reset or a hard reset affect page your code rmdir image expect behavior the usual check and progress clock widget indicate I be correct screenshot system device desktop pc os window 10 browser chrome version 22 idk wat ver additional context no response |
freecodecampfreecodecamp | minor spelling mistake in relational database beta bash | Bug | 2023 02 24 17h01 48 |
freecodecampfreecodecamp | build a bike shop the term subshell or sub shell be not explain when it be first use | Bug | describe the issue in the build a bike shop interactive project the term subshell also sub shell 1 instance be first use in step 1450 as an instruction without any definition of what a sub shell subshell be the challenge have be use subshell since much early in the tutorial as well as in the prior code challenge where bash be use to access a psql database but the term be never explain take that echo command and the part that format it put it in a sub shell and this create cognitive friction during this step and doesn t allow for the interactive video game flow state that be desire in the fcc curriculum I d suggestion a simple sentence that explain what a subshell be before use the term as part of a code instruction step it would probably be good to introduce this term back in the build a student database project since that be the first occurence of use the syntax affect page 1415 add bike info format your code na for instruction issue expect behavior na for instruction issue screenshot no response system device laptop os e g io 12 6 1 browser chrome version e g 109 additional context address how the wording interfere with the flow state describe here how to work on code challenge we want camper to achieve a flow state we want they to build momentum and blast through our curriculum with as few snag as possible we want they to go into the project with confidence and gain a wide exposure to programming concept |
freecodecampfreecodecamp | basic js step need update to facilitate translation | Bug | describe the issue similar to issue 49408 please also update another step that have the same issue and should get a similar fix the sentence will only return yes if num be great than 5 and less than 10 the same logic can be write as should be change to this will only add this be enough to fix it as a reference to the previous code block and similarly for this step as well affect page multiple your code expect behavior as describe above screenshot no response system n a additional context no response |
freecodecampfreecodecamp | instruction and test that be mislead on the build a survey form project | Bug | describe the issue in the responsive web design path on the build a survey form you instruct the student to use I d twice in the html document this stand in contrast to mdn which declare specifically that id should be unique and it be also a bad practice if you use this attribute more than once it should be a class not an i d the test should be update accordingly affect page your code select current role full time job full time learner prefer not to say other expect behavior the behavior will remain the same but the code will be write in well practice screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | cafe menu step 51 bad wording | Bug | describe the issue since the flavor class selector already have the property you want just add the dessert class name to it just be a bad word if it doesn t already our style guide should dissuade it it imply the task be simple which can frustrate learner who don t get it right affect page your code n a expect behavior text should use friendly language possible fix the css rule for the flavor class already set the property you want add the dessert class as an additional selector for this css rule note the selector technically doesn t have the property the selector be part of a css rule that set the desire property anatomy of a css ruleset screenshot no response system all additional context no response |
freecodecampfreecodecamp | change to the value of absolutepath variable | Bug | describe the issue currently the instruction in the serve an html file module which happen to be a part of the basic node and express basic node and express module of the back end development and apis course suggest the following as the value of the absolutepath variable absolutepath dirname relativepath file ext for the sake of more clarity I think the value of the absolutepath variable should be as follow absolutepath dirname relativepath file ext note there should a forward slash before the relativepath and relativepath file ext should be enclose within quote because that particular part be suppose to be a string affect page your code absolutepath dirname relativepath file ext expect behavior the value of the absolutepath variable should be as follow absolutepath dirname relativepath file ext note there should a forward slash before the relativepath and relativepath file ext should be enclose within quote because that particular part be suppose to be a string screenshot system device laptop os macos 13 0 1 browser chrome version 107 0 5304 110 additional context no response |
freecodecampfreecodecamp | underline contrast be very poor for arabic language | Help Wanted | hbar1st mention in discord that the underline be hard to read show section with underline issue in it I be open to suggestion about how link in arabic rtl language should be style the issue aren t only in this section alert and something I forgot have link with the same style she suggest use border bottom instead of underline she suggest use different color for the underline we need to account for different color for alert or different section of the client |
freecodecampfreecodecamp | take home project progress bar | Bug | describe the issue re 49447 the progress bar now no long make sense affect page step to reproduce 1 go to above link 2 submit a project 3 see modal information expect behavior we should probably just remove the text alternatively we can change it to be correct 0 out of 0 complete screenshot system n a additional context no response |
freecodecampfreecodecamp | little problem on an exercise | Bug | describe the issue hello there be an error in the description of the test for this exercise the food object must have the strawberry key with the value of 35 but the correct one would be 27 and not 35 the error be see use the translation to portuguese I don t know if only this translaton be wrong or there be on the original too affect page your code let food apple 25 orange 32 plum 28 altere apenas o c digo abaixo desta linha food banana 13 food grape 35 food strawberry 27 altere apenas o c digo acima desta linha console log food expect behavior it s ok but the messa be o objeto food deve ter a chave grape com o valor de 35 it should be o objeto food deve ter a chave grape com o valor de 27 screenshot no response system mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 110 0 0 0 safari 537 36 additional context no response |
freecodecampfreecodecamp | fix fibonacci sequence text | Bug | describe the issue this should be a relatively easy fix for a first time contributor this challenge say the first two number be 1 and 1 when in fact the first two number be 0 and 1 the first few number be 0 1 1 2 3 5 and 8 so when you update the text to also check the test and make sure this doesn t change any of the expect test outcome affect page your code expect behavior the text should correctly state the first number as 0 1 1 2 3 5 and 8 screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e g chrome safari version e g 22 additional context no response |
freecodecampfreecodecamp | user function be mean to be user object test in serialization of a user object | Bug | describe the issue there be these test in this lesson you should serialize user function correctly you should deserialize user function correctly I guess it be mean to be user object not user function affect page your code expect behavior the test should be you should serialize user object correctly you should deserialize user object correctly screenshot image system device laptop os window 10 browser chrome version 110 0 5481 104 additional context no response |
freecodecampfreecodecamp | incorrect description of npm run seed in quick command reference | Bug | describe the issue in the quick command reference how to setup freecodecamp locally i d quick command reference section of the setup guide the command npm run seed be incorrectly describe as parse all the challenge markdown file and insert they into mongodb this description be incorrect as the package json script l91 be only execute seedauthuser js which only insert user into the mongodb collection affect page how to setup freecodecamp locally step to reproduce 1 follow setup instruction for how to setup freecodecamp locally how to setup freecodecamp locally and setup local machine 2 navigate to quick command reference how to setup freecodecamp locally i d quick command reference of the setup guide 3 execute npm run seed and validate content in mongodb recommend fix or suggestion update description to create authorize test user and insert they into mongodb screenshot no response |
freecodecampfreecodecamp | grammar basic js step assignment with a return value | Bug | describe the issue the step contain an incomplete sentence grammatically speak when it say will call the sum function which return a value of 17 and assign it to the oursum variable it be not clear who will call the sum function without actually look at the code because the sentence be break the sentence be untranslatable at the moment perhaps it should say this line of code call the sum function which return affect page your code expect behavior correct the grammar of the sentence so it be clear who be do the call screenshot no response system n a additional context no response |
freecodecampfreecodecamp | error when leave relational database challenge | Bug | describe the issue the page get stick and go blank with you leave the relational database challenge affect page step to reproduce 1 go to 2 click start the course 3 click the fcc logo button in the nav 4 page go blank and nav disappear expect behavior page not to go blank click fcc logo should go to learn screenshot no response system same on chrome and firefox additional context console error |
freecodecampfreecodecamp | learn css transform by build a penguin step 2 first test | Bug | describe the issue the test fail to catch the difference between an element and class selector affect page your code css body background linear gradient 45deg rgb 118 201 255 rgb 247 255 222 the hint be you should set background to linear gradient 45deg rgb 118 201 255 rgb 247 255 222 but the first hint should be display instead you should use the body element selector the regex fail to tell the difference between an element and class selector expect behavior screenshot no response system all additional context no response |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.