repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | fix hint text and direction for rpg game step 37 | Bug | describe the issue a few people on the forum have be confuse on how to handle step 37 of the rpg game the common answer seem to be this js let gostore button1 onclick I think an easy fix be to update this current hint text and direction propose change change the third hint text to be the follow md you should assign the gostore function reference to button1 onclick also update the follow portion of the direction to be the following to reference function instead of variable md use dot notation to set the onclick property of your button1 to the function reference of gostore this function will be something you write later note that button1 be already declare so you do not need to use let or const how to contribute since this be a small fix I be open this up for first timer only contribution please read through the contribute doc first we do not assign issue if you be interested in contribute implement the change and create a pr here be the file that you need to update only update the third hint text and none of the test also update the last part of the direction as mention above happy code affect page your code camper be try to pass with this code which be incorrect let gostore button1 onclick expect behavior we should update the hint text to my suggestion above to make it more 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 | null | Bug | describe the issue instruction you should see that the second element in the list have blue text and a font size of 36px the font size and text color on the second element should be set by use an i d attribute my html number 2 I m one i d my css two color blue font size 36px however color 0000ff work I find this in the file css foundation exercise b md file where color be set to that affect page your code my html number 2 I m one i d my css two color blue font size 36px expect behavior color blue should pass the check 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 | fix build a cipher step 81 test feedback | Bug | describe the issue user receive mis lead feedback from test feedback receive sorry your code do not pass keep try your encryption variable should have the value of encrypt text custom key however if you open the console it show an error for both variable run test your encryption variable should have the value of encrypt text custom key your decryption variable should have the value of decrypt encryption custom key test complete the encryption variable be ok but the decryption variable be wrong user s code encryption encrypt text custom key print encryption decryption decrypt encryption custom key 1 print decryption I be able to pass the test by remove the 3rd argument from the decrypt function call decryption decrypt encryption custom key affect page your code encryption encrypt text custom key print encryption decryption decrypt encryption custom key 1 print decryption expect behavior feedback should indicate the problem be with the decryption variable not the encryption variable screenshot screenshot 2023 12 20 191302 screenshot 2023 12 20 191250 system user agent be mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 120 0 0 0 safari 537 36 additional context none |
freecodecampfreecodecamp | rpg step 162 | Bug | describe the issue no need to use let here since the array be not re assign in later step affect page your code let number expect behavior we use const for other array in this project that aren t reassign screenshot no response system all additional context no response |
freecodecampfreecodecamp | fix break link in odin project challenge and update first answer link and image question h | Bug | describe the issue we recently get a report of a break link in the link and image question h challenge under the assignment section there be a link to read an article about the different image format however that link no long work we should use a link from our own fcc publication instead to fix this how to contribute this be a small fix so I be open this up for contribution for first timer only please read through the fix below and read through our contribute guide there will be no assignment for this issue feel free to work on it and create a pr how to fix the issue here be the file you will be work with replace the old link here assignment read about the four main image format that can be use on the web with this new change here assignment read about the four main image format that can be use on the web also let s change the first multiple choice answer here answer tiff gif png and svg and change it to this new option here answer mov gif png and svg affect page your code n a expect behavior the link should be replace with this one 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 additional context no response |
freecodecampfreecodecamp | rpg teach ternary anti pattern | Bug | update detail on the change that need to be implement issuecomment 1876021919 describe the issue step 140 teach the ternary expression by introduce what many people consider a ternary anti pattern on the forum and discord we often stress that a ternary be not a general purpose replacement for an if else my usual phrasing be that if you be not use the return value of the ternary you be probably code golfing instead of use a ternary as intend many linter across many language will complain about discard return value or similar affect page your code javascript note ternary expression return value be ignore fight 2 wingame defeatmonster expect behavior curriculum should not teach anti pattern we could introduce the ternary instead by use it to ensure that display health value don t go negative screenshot no response system all additional context no response |
freecodecampfreecodecamp | new js project test force use around statement in if else | Bug | describe the issue step 126 mandate that you use around your else if while step 125 didn t mandate the for the if affect page your code if health 0 lose else if monsterhealth 0 defeatmonster expect behavior syntactically correct code should pass screenshot no response system all additional context no response |
freecodecampfreecodecamp | fix rpg game step 4 test to be more flexible with space | Bug | describe the issue I be help a camper with step 4 of the rpg game in the new js curriculum and they weren t able to pass the test because of the way they format their answer here be their code html xp 0 health 100 gold 50 we should allow for that code to pass because they get it right here be the current test for all of the test that use assert equal we should instead update it to use a regex solution with assert match instead that will make it possible for camper to submit answer with different spacing all of the test with the assert exist to make sure they have a span or strong element should stay the same though for those interested in work on this issue please read through the contribute guide first there will be no assignment for this issue if you be interested in work on it then you can submit a pr affect page your code xp 0 health 100 gold 50 expect behavior the follow code should pass regardless of different format with space 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 | incorrect info in the new python curriculum description | Bug | describe the issue the description of the new scientific computing with python beta curriculum contain info relate to the previous certification affect page step to reproduce see affected page expect behavior the description should be update to not include network relational database and datum visualization 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 | need to determine how to handle i18n instance with new cert | Help Wanted | because the new js cert be immediately take place of the old one and be not translate it create the appearance that the other super block be also no long translate image we should discuss how we want to well implement this cta |
freecodecampfreecodecamp | multi file template issue with panel toggle button | Bug | describe the issue I find 2 issue with this template the instruction toggle button be not highlight when it be on aria expand true when the instruction panel be close the editor toggle button disappear instruction on instruction off affect page project that use the multi file template example step to reproduce 1 go to 2 check the display of the instruction button it s not highlight even though the instruction panel be open 3 click the instruction button 4 see the disappearance of the editor toggle button expect behavior I expect that the instruction toggle button should be highlight when it be on the editor toggle button should be on the screen when the instruction panel be close but will wait for the core team to confirm |
freecodecampfreecodecamp | network error when run cypress locally | Bug | describe the bug I consistently get the follow error when run cypress locally cypresserror cy visit fail try to load we attempt to make an http request to this url but the request fail without a response we receive this error at the network level error connect econnrefuse 127 0 0 1 8000 common situation why this would fail you don t have internet access you forgot to run boot your web server your web server isn t accessible you have weird network configuration setting on your computer this error occur while create the session because the session setup fail we fail the test step to reproduce run pnpm run develop run either cypress dev watch or cypress dev run spec path to spec ts cypress attempt to run but will fail with the above error system os macos sonoma solution I be able to resolve the issue by add host 0 0 0 0 to the develop client command and re run pnpm run develop I ve be have some strange issue lately with localhost so I think this be due to my local setup but I m report still to check if anyone be be experience the same problem we can add a note to the cypress guide if I m not the only one run into it |
freecodecampfreecodecamp | inconsistent button order in modal | Bug | describe the bug in the exit exam modal the primary button come first then the close button while the reset progress and delete account modal have it the other way around we have be display button from the most use important to the least check code save code get help so I think the reset progress and delete account modal should be change to follow the pattern it s to maintain the consistency and to prevent the user from click the wrong button with their muscle memory the color in this case help but non sighted user win t have the cue modal page screenshot exit exam reset progress delete account expect behavior the button order of the reset progress and delete account modal should be flip |
freecodecampfreecodecamp | tool panel button of some course be use the wrong size | Bug | describe the issue 52092 force I to stare at all sort of button and I find that the odin template have its tool panel button in large size while that of other template be in medium size instead the odin layout be use in some challenge of the c college algebra odin project and english course comparison challenge link screenshot js backend c expect behavior remove the bssize large prop from the button to let their size fall back to the default size medium the line that need to be change be l399 l413 |
freecodecampfreecodecamp | record collection update requirement | Bug | describe the issue I know we have have this discussion before but I still think the requirement in the list can be improve I see someone link an article and the way it be put in the article by jessica be more clear my main gripe with what we have now be the last requirement on the list there be no reason why it can t be more specific by add a fourth point to the list the last point become two point requirement we have now if prop be track and value isn t an empty string you need to update the album s track array first if the album do not have a track property assign it an empty array then add the value as the last item in the album s track array requirement from the article if prop be track but the album doesn t have a track property create an empty array and add value to it if prop be track and value isn t an empty string add value to the end of the album s exist track array affect page your code expect behavior well description of the requirement 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 | error in solution give understand functional programming terminology | Bug | describe the issue in the solution give for the problem there be a miss const const prepareblacktea blacktea the solution on the git repo be correct but the solution give on the website be incorrect b0501a9771206a92833896c51e70ec62 3ab64113c1d30f90204bfee210e527d2 affect page your code update the website content for this page expect behavior the git repo should fix the outdated and wrong solution screenshot b0501a9771206a92833896c51e70ec62 3ab64113c1d30f90204bfee210e527d2 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 just update the content would fix the problem I guess |
freecodecampfreecodecamp | hide character feature image from screen reader | Bug | the first thing I notice be that I can hear a bunch of graphic character brow graphic character brow etc originally post by naomi lgbt in issuecomment 1858035717 we should hide the character image with aria hide true we can probably hide all the image except for maybe the base character |
freecodecampfreecodecamp | step 32 34 and 36 in cafe css project use too strict css test | Bug | describe the issue the challenge be not allow camper to proceed with the challenge after provide the correct class name for the element affect page your code french vanilla 3 00 expect behavior I expect the camper to be able to proceed onto the next challenge screenshot no response system device desktop os window 10 browser firefox version 120 0 1 additional context these challenge be also use jquery still and rely on some bad regex to analyze the element |
freecodecampfreecodecamp | buggy test basic css step 32 | Bug | describe the issue this test be whitespace sensitive when it shouldn t be affect page your code fail html french vanilla 3 00 pass html french vanilla 3 00 expect behavior valid html should pass screenshot no response system all additional context no response |
freecodecampfreecodecamp | correct verbiage in handle a fulfil promise with then challenge | Bug | describe the issue I realize it be probably just an oversimplification but the part that may need correction be the then method be execute immediately after your promise be fulfil with resolve I think this should say the then onfulfille handler be call when the promise become fulfil or something to that effect affect page your code expect behavior more precise verbiage 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 spec mdn sec promise prototype then |
freecodecampfreecodecamp | boilerplate npm repo url in package json be not correct | Bug | describe the issue the package json file of the boilerplate npm repo be have as its url while the value should be instead l12 |
freecodecampfreecodecamp | bug wrong hint display for cat photo app step 16 | Bug | describe the issue for some odd reason the fourth hint didn t display in the step 16 challenge and instead the fifth hint in step 27 be display to the camper affect page your code html catphotoapp cat photo see more cat photo in our gallery expect behavior the hint the exist h2 comment p element and anchor a element should be between the opening and closing tag of the section element should be display to the camper screenshot screenshot of the hint system device desktop os window 10 browser firefox version 120 0 1 additional context nothing be immediately stick out to I the file for step 16 look completely fine when I look at it |
freecodecampfreecodecamp | page content be not properly pad on device with 320px width | Bug | describe the issue the page content be not properly pad on device with 320px width affect page step to reproduce 1 go to 2 enable the responsive mode in browser devtool 3 select the iphone 5 se option 4 observe how the content be display expect behavior the content should be properly pad system device iphone 5 or iphone se browser firefox |
freecodecampfreecodecamp | responsiveness hamburger and the translation tab | Bug | look forward to report a security issue please report security issue by follow our security policy security describe the bug for the screen size below 350px the hamburger icon be move out of the box and on the translation page the portuguese and ukrainian lang alignment be not proper to reproduce step to reproduce the behaviour 1 go to index 2 click on hamburger menu and translation 3 see error expect behaviour the hamburger menu should be visible so that the user can close the side menu and the translation page content should be place at the centre for a small screen video desktop please complete the follow information browser chrome smartphone please complete the follow information browser chrome additional context add any other context about the problem here |
freecodecampfreecodecamp | backend api project html head level shouldn t be skip | Bug | describe the issue there be an accessibility issue in the boilerplate and demo app of backend api project in that the heading in index html don t follow a logical order the page start with an h2 or the page use h3 directly after h1 we don t expect camper to fix frontend issue since the focus of these project be build backend apis so we should ensure that the code follow the recommend practice ourselves tasklist timestamp microservice h3 should be change to h2 x boilerplate x demo project tasklist request header parser microservice h2 and h3 should be change to h1 and h2 respectively x boilerplate x demo project tasklist exercise tracker h3 should be change to h2 x boilerplate x demo project tasklist file metadata microservice h2 h3 and h4 should be change to h1 h2 and h3 respectively x boilerplate x demo project |
freecodecampfreecodecamp | repl it run command not setup for camper | Bug | describe the issue from what I ve learn on the forum the repl it run command configuration have change as a result when a camper go to hit run they get the follow stacktrace node internal modules cjs loader 1075 throw err error can not find module home runner boilerplate npm index js at module resolvefilename node internal modules cjs loader 1072 15 at module load node internal modules cjs loader 925 27 at function executeuserentrypoint as runmain node internal module run main 83 12 at node internal main run main module 23 47 code module not find requirestack and because they re still learn they have no idea what to do affect page expect behavior the run command wasn t setup yet the instruction should be like start by import the project on replit next you will see a configure window hit the do button to set replit s run task to npm run start screenshot the new layout system device desktop os window 10 browser firefox version 120 0 1 additional context I discover this because of an issue on freecodecamp s forum |
freecodecampfreecodecamp | can t run curriculum test in gitpod | Bug | originally post by eric do in issuecomment 1833058838 when you try to run pnpm test curriculum in gitpod it doesn t work here s copy of the error freecodecamp test workspace freecodecamp curriculum ts node node modules mocha bin mocha js delay exit reporter progress bail error fail to launch the browser process workspace freecodecamp node modules pnpm node modules puppeteer local chromium linux 901912 chrome linux chrome error while load share library libatk 1 0 so 0 can not open share object file no such file or directory troubleshooting at onclose workspace freecodecamp node modules pnpm node modules puppeteer src node browserrunner ts 223 9 at interface workspace freecodecamp node modules pnpm node modules puppeteer src node browserrunner ts 209 50 at interface emit node event 526 35 at interface emit node domain 488 12 at interface close node internal readline interface 527 10 at socket onend node internal readline interface 253 10 at socket emit node event 526 35 at socket emit node domain 488 12 at endreadablent node internal stream readable 1589 12 at processticksandrejection node internal process task queue 82 21 elifecycle test fail see above for more detail in my response to the link comment I share a link to part of that troubleshooting suggestion in the error run puppeteer in docker seem like there might be some thing to try in there |
freecodecampfreecodecamp | python bad script fail wrong test | Bug | I do not really know how to word the problem other than 1 follow instruction of challenge to good of ability 2 run test 3 see hint give do not correspond to issue expect behaviour when test do not rely on camper code compile the test should still be allow to pass run or when camper code do not compile a different error should appear other than default to the first hint |
freecodecampfreecodecamp | fix remove extra blank line | Invalid | 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 |
freecodecampfreecodecamp | table in multifile editor description css | Bug | describe the issue table in the multifile editor do not appear correct what table should look like what table look like this appear to just be a css issue but I be not sure where it go wrong |
freecodecampfreecodecamp | add freecodecamp podcast page to the nav menu | Help Wanted | be your feature request relate to a problem please describe I m wonder if we could add podcast to the navigation dropdown menu for convenient access describe the solution you d like add podcast to the dropdown menu the link should either be or I think we would want to direct user to the former link though it doesn t have all of the podcast episode list |
freecodecampfreecodecamp | accessibility quiz step 48 a well solution | Bug | describe the issue the template answer for the second part of this challenge be position fix accord to mdn with fix fix the element be remove from the normal document flow and no space be create for the element in the page layout as a result the header cover the first h2 student info whereas position sticky sticky do not have this effect the offset do not affect the position of any other element before student info be visible screenshot 2023 11 22 224155 after add position fix student info be cover screenshot 2023 11 22 224233 after add position sticky student info be visible screenshot 2023 11 22 224433 affect page your code css header width 100 height 50px background color 1b1b32 display flex justify content space between align item center position sticky top 0 expect behavior my code pass the test screenshot no response system device laptop os window 11 browser edge version 119 additional context no response |
freecodecampfreecodecamp | accessibility quiz step 47 should accept multiple valid css selector | Bug | describe the issue multiple css selector be valid for this challenge but only nav ul li hover and nav li hover pass the test affect page your code css nav ul li a hover background color dfdfe2 color 1b1b32 cursor pointer li a color inherit text decoration none expect behavior my code pass the test screenshot no response system device laptop os window 11 browser edge version 119 additional context no response |
freecodecampfreecodecamp | accessibility quiz step 46 should accept multiple valid css selector | Bug | describe the issue multiple css selector be valid for this challenge but only li a pass the test affect page your code css nav ul li a color fff expect behavior my code pass the test screenshot no response system device laptop os window 11 browser edge version 119 additional context since the provide answer for the previous challenge be nav ul li the logical answer for this challenge should be nav ul li a but it s not accept |
freecodecampfreecodecamp | exercise tracker boilerplate exercise form miss action | Bug | describe the issue whenever the exercise form under view index html in the boilerplate be use by default datum simply isn t send anywhere as a result none of the exercise get add to the user datum all camper get be a can t receive post datum screen and get utterly bewilder since this challenge have nothing to do with set up form it might be wise to add the action to back to the form affect page your code js const express require express const app express const cor require cor const helmet require helmet const mongoose require mongoose require dotenv config const bodyparser require body parser const mongo url process env db connection string if mongo url null console error exercise tracker don t forget to set the mongodb url process exit 1 connect to mongodb mongoose connect mongo url usenewurlparser true useunifiedtopology true const db mongoose connection db on error console error bind console mongodb connection error db once open function console log connect to mongodb define exercise schema const exerciseschema new mongoose schema description string duration number date date define user schema const userschema new mongoose schema username string exercise exerciseschema create model const exercise mongoose model exercise exerciseschema const user mongoose model user userschema middleware app use cor app use helmet app use express static public app use bodyparser urlencode extend true parse incoming form datum app use express json parse incoming json route app get req re re sendfile dirname view index html app post api user i d exercise async function req re const userid req param i d var description duration date req body if date null date new date tostre try find user by i d const user await user findbyid userid const properdate new date date todatestring create new exercise const newexercise new exercise description duration properdate add exercise to user s exercise array user exercise push newexercise save user with new exercise await user save return response re json i d user i d username user username exercise user exercise catch error console error error re status 500 json error internal server error app get api user i d log async function req re const userid req param i d const from to limit req query try find user by i d const user await user findbyid userid filter exercise by date range let log user exercise filter exercise return from date parse exercise date date parse from to date parse exercise date date parse to limit the number of log if specify if limit log log slice 0 limit return user object with log array re json i d user i d username user username count log length log log catch error console error error re status 500 json error internal server error app route api user get async function req re try return all user const user await user find I d username re json user catch error console error error re status 500 json error internal server error post async function req re console log req body const username req body try create new user const newuser new user username save user await newuser save console log newuser return response re json i d newuser i d username newuser username catch error console error error re status 500 json error internal server error const listener app listen process env port 3000 console log your app be listen on port listener address port expect behavior at minimum upon use the form datum should be post properly without any error and if the camper create a proper way to receive the datum then it should be return to their application without any additional issue screenshot no response system device desktop os window 10 browser firefox version 119 0 1 additional context this be intend to have be create as an issue for the exercise tracker boilerplate here be the line in question l19c1 l19c46 |
freecodecampfreecodecamp | registration form step 65 should accept multiple valid css selector | Bug | describe the issue multiple css selector be valid for this challenge but only a pass the test affect page your code body form label a color dfdfe2 expect behavior my code pass the test screenshot no response system device laptop os window 11 browser edge version 119 additional context relate 52410 52412 |
freecodecampfreecodecamp | nutrition label step 55 unclear instruction | Bug | describe the issue the instruction do not state clearly where the new p element should be add I believe they be rely on the fact that the previous two step add a p element to the end of the daily value div and thus they assume the user will continue this trend in step 55 but I just run into a forum post that add the p element after the daily value div so I m not sure that s a safe assumption step 54 tell the user to add the p element below your last p element and I think we should do the same thing here affect page your code n a expect behavior change the beginning of the instruction to read below your last p element add another p element with the text 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 | registration form step 12 be not case insensitive | Bug | describe the issue the test will not allow the value post to pass it will only pass if the value be post affect page your code this do not pass expect behavior the method attribute and its value be case insensitive method so the test should allow any form of capitalization or lack thereof to pass I have test and they do allow method to pass they just don t allow post to pass screenshot no response system n a additional context no response |
freecodecampfreecodecamp | ui component storybook fail to start with typescript 5 | Bug | describe the issue I get the follow error when I start storybook I be able to start storybook successfully by downgrade typescript to v4 9 5 I think the issue here be our storybook version isn t compatible with typescript 5 we be use v6 while the late version be v7 and the resolution should just be upgrade storybook to v7 I do try upgrade storybook a couple week ago use a migration command that the library provide and it be successful however since this be a major version bump there be a handful of deprecate unsupported part that we need to throw away I didn t want to open a pr before I could document all the change so the upgrade hasn t happen yet I can live with switching between ts 4 and 5 for now and will make the upgrade uhm soon |
freecodecampfreecodecamp | donation modal s edit amount button be overflow on mobile | Bug | describe the issue while work on 52349 I find that the edit amount button be overflow on mobile step to reproduce I don t know how to trigger the modal in production but to reproduce the issue locally 1 change this line to show true so that the modal appear l153 2 open the browser devtool toggle the responsive mode and select a mobile device 2 go any page 3 click the donate button on the modal 4 see the edit amount button expect behavior the button be push to the edge of the screen be because there be a width constraint and the element don t have enough space l301 the element be display in the same row with l304 l305 I think the fix for this should be change the arrangement logic on mobile have the element stack vertically rather than keep display they in a row it s because even if we can address the issue for english we can t guarantee that the overflow win t happen in other language system device iphone se samsung s8 via browser devtool |
freecodecampfreecodecamp | clear search input of home page on search | Bug | describe the issue when we search on news page the search field get clear on search but when we search on home page result will open on a separate tab news with the search query and the origin tab still have the search query affect page step to reproduce 1 go to freecodecamp 2 click on the search field and type your query then press enter 3 a separate tab news be open with the search query 4 the origin tab search field be not clear and still have the search query expect behavior as perform a search on home page the result show on a separate tab the origin tab search field should get clear screenshot no response system device laptop os macos browser chrome additional context no response |
freecodecampfreecodecamp | english curriculum add challenge parser test for fill in the blank | Help Wanted | describe the issue a fill in the blank style challenge be add as part of the upcoming english curriculum part of that include add some new thing to the challenge parser here be the parser file no test be create with that addition we want to create test similar to the other to make sure it s work properly |
freecodecampfreecodecamp | english curriculum hotkey be interfere with fill in the blank challenge | Bug | describe the issue the english curriculum be add as an upcoming change a new fill in the blank style challenge be create for it when you go to one of these challenge and try to type an e it doesn t show up sometimes if you type it really quickly after a different character it do show up I m quite sure the hotkey be interfere if you turn they off the problem go away the e be the one that we notice but there could be other character that have this issue as well affect page fill in the blank style challenge step to reproduce 1 run the codebase with the upcoming change show 1 go to one of the fill in the blank challenge 1 try to type an e in the blank it doesn t work 1 turn of keyboard shortcut in setting it do work expect behavior all key to work all the time additional context relate discussion discussion r1382352393 |
freecodecampfreecodecamp | english curriculum find create icon for map superblock button | Help Wanted | describe the issue the english curriculum be add as an upcoming change screen shoot 2023 11 09 at 12 20 05 pm the icon on the button be the same as the project euler superblock we need a new icon not quite sure what it should look like I believe this be the first superblock cert of many to come e g a2 english a3 english etc so potentially we want an icon that we can reuse or just slightly tweak for all of the english cert maybe something like this screen shoot 2023 11 09 at 12 28 38 pm but a 2 instead of the chinese symbol or possibly a box with four square a2 on the top en on the bottom |
freecodecampfreecodecamp | c note contrast illegible | Bug | describe the issue affect page step to reproduce 1 complete all the trophy challenge 2 use night theme 3 navigate to the exam page expect behavior ui to be legible screenshot no response system browser chrome additional context light theme be fine |
freecodecampfreecodecamp | whether we should recommend set up local environment with seed certify user instead of seed | Help Wanted | describe the issue I have a facepalm moment when I be work on a set of playwright test the test pass locally but fail in ci and turn out I be seed my db with demo user pnpm run seed while we seed ci with certify user pnpm run seed certify user l133 the failure be expect then because the test be work with different user datum I m now wonder if we should recommend develop with seed certify user over seed in general if we be okay with this we will need to update the follow section of the setup guide how to setup freecodecamp locally i d step 3 start mongodb and seed the database if we still recommend develop with seed then we should add a note in the follow section of the playwright guide how to add playwright test i d 1 ensure development environment be run to ensure seed certify user be run before test be write and execute |
freecodecampfreecodecamp | remove group relate sentence from footer | Bug | describe the issue follow sentence need to be remove from all footer we also have thousand of freecodecamp study group around the world affect page step to reproduce scroll down on non challenge page to see the footer request change adjust the the follow paragraph our mission to help people learn to code for free we accomplish this by create thousand of video article and interactive code lesson all freely available to the public we also have thousand of freecodecamp study group around the world to our mission to help people learn to code for free we accomplish this by create thousand of video article and interactive code lesson all freely available to the public tasklist footer to be adjust x learn forum news tasklist task |
freecodecampfreecodecamp | flaky test in project euler problem 73 | Bug | describe the issue I ve see ci fail with the follow error multiple time the error can be see here step 9 2571 affect page I m not sure if this be also an issue in learn but here be the link to the challenge link to the code step to reproduce I haven t try reproduce the issue locally but I think run test curriculum multiple time on that challenge would surface it expect behavior the test should always pass |
freecodecampfreecodecamp | link in the ask for help modal have its underline overlap the text | Bug | describe the issue the read search ask link in the ask for help modal be too close to the text on the next line and even overlap the text on some browser chrome firefox and safari affect page any challenge with the get help button here be one step to reproduce 1 go to 2 click on get help 3 click on ask for help 4 see how the link be display expect behavior the underline of the link shouldn t overlap the text system device laptop os macos browser chrome 118 firefox 120 safari 17 |
freecodecampfreecodecamp | create a multi step ask for help form for all challenge | Help Wanted | be your feature request relate to a problem please describe it s a little frustrating when camper don t always give enough context for their issue and I need to manually insert their code to figure out what s go on for a lot of they they just leave the description as describe your issue in detail here proposal at the minute the ux look like so screenshot of the current ui step 1 step 2 step 3 the current goal be to try and nudge user to attempt the challenge a few time before show they the help button we should keep this show an interstitial modal that should nudge they into 1 read search ask method and 2 check previous answer on the forum this be mostly ignore if we be to be honest capture whatever information we can and create a post on the forum but user often do not fill out the detail in the post for several reason which could be not limit to a daunting blob of text on the post language barrier or plainly out of get tired of the ux we can improve this as agree by several mod in the comment below by refactore that help modal the interstitial modal from step 2 in the screenshot above to a radically different ux the idea be to teach how to ask good question the user story be try and nudge user to attempt the challenge a few time before show they the help button we should keep this get rid of the link for read search ask and search similar post user ignore this create a multi step ui within the modal that incrementally teach they the philosophy from the link 1 copy and structure the verbiage from the read search ask and see similar post into a checklist style feature within the ui this can be something they have to check off once to confirm they understand the concept thereby make it less in the face 2 create a form that can be dynamic to each category of the challenge lesson superblock so that we capture the necessary information 3 include additional detail in the form that the user have to fill which could vary base on the superblock 4 once the detail be validate create a post on the forum use the uri format 5 bonus list similar post in the forum on the help modal use the discourse api original request describe the solution you d like if we be to somehow run the test before the ask for help page show up and send that information to the post along with the challenge i d into the post template it d come populated from there we wouldn t necessarily need they to edit the description though additional context be always a blessing describe alternative you ve consider there be the always force user to change the text describe your issue in detail here to something else but I m sure at least one camper would just erase it or find a way to avoid discuss the problem additional context no response |
freecodecampfreecodecamp | the devcontainer json in the repository can not be build because the dockerfile can not be build | Bug | describe the issue the devcontainer json in the repository can not be build because the dockerfile can not be build affect page the devcontainer json in the repository can not be build because the dockerfile can not be build your code the devcontainer json in the repository can not be build because the dockerfile can not be build expect behavior the devcontainer json in the repository can not be build because the dockerfile can not be build screenshot the devcontainer json in the repository can not be build because the dockerfile can not be build system intellij idea 2023 3 additional context the devcontainer json in the repository can not be build because the dockerfile can not be build |
freecodecampfreecodecamp | the challenge step 56 should be update by the two mix up | Bug | describe the issue hi freecodecamp team I be happily pass each step of html by answer it but suddenly get stick in step 56 please check it I try all type of answer but every time it be respond with sorry comment tip after all this I try to check your solution provide in community forum but your system still do not accept it when I consult with one of your discord s friendly moderator by mention all those code in option mention in your code section I know few of they be wrong except one but I still try then he suggest I few tip with a request there be two way to add a label to an keep they as sibling and associate the with the use the for attribute option 4 above nest the within we don t need the for attribute in this case and the also doesn t need the i d attribute option 1 above the challenge requirement have these two mix up so I think the challenge should be update could you help open a github issue for this yakshmaaan screenshot 3548 screenshot 3547 affect page your code I try all these option but none of it be accept by your system 1 love 2 love 3 love 4 love 5 love 6 love 7 love 8 love 9 love 10 love 11 love 12 love 13 love expect behavior hi freecodecamp team I be happily pass each step of html by answer it but suddenly get stick in step 56 please check it I try all type of answer but every time it be respond with sorry comment tip after all this I try to check your solution provide in community forum but your system still do not accept it when I consult with one of your discord s friendly moderator by mention all those code in option mention in your code section I know few of they be wrong except one but still try then he suggest I few tip with a request there be two way to add a label to an keep they as sibling and associate the with the use the for attribute option 4 above nest the within we don t need the for attribute in this case and the also doesn t need the i d attribute option 1 above the challenge requirement have these two mix up so I think the challenge should be update could you help open a github issue for this yakshmaaan screenshot 3548 screenshot 3547 screenshot screenshot 3548 screenshot 3547 screenshot 3557 screenshot 3556 screenshot 3555 screenshot 3554 screenshot 3553 screenshot 3552 screenshot 3551 screenshot 3550 screenshot 3549 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 lot of screenshot be provide in the screenshot section so I request your team to solve this problem as soon as possible |
freecodecampfreecodecamp | js key value pair challenge valid solution fail | Bug | describe the issue this solution code should pass but doesn t also we should update the seed code to use const instead of let affect page your code javascript const newfood banana 13 grape 35 strawberry 27 object key newfood foreach food food food newfood food expect behavior valid code should pass screenshot no response system all additional context no response |
freecodecampfreecodecamp | false positive on cafe menu step 73 | Bug | describe the issue false positive on cafe menu step 73 item p display inline block margin 5px cause the test to pass but it s wrong since it break the layout by also add a 5px margin to each side affect page your code item p display inline block margin 5px expect behavior test should fail screenshot no response system device laptop os window 10 browser brave version 1 59 124 chromium 118 0 5993 117 additional context no response |
freecodecampfreecodecamp | typo in how to write for freecodecamp news article | Bug | describe the issue there be a miss space in the article this help the freecodecampeditorial team learn about your writing style what you like to write about and whether you d be a good fit for the publication affect page step to reproduce n a recommend fix or suggestion add a space between freecodecamp and editorial screenshot |
freecodecampfreecodecamp | alignment issue button in email sign up section | Bug | describe the issue in the email signup page the button appear to be misalign result in an unbalanced layout es affect page step to reproduce 1 sign in as a new user on if you have accept the privacy term 2 upon successful sign in you will be redirect to the email signup screen 3 scroll down until you reach the email subscription section 4 observe that the button be misalign expect behavior the button should be align properly within its container image screenshot no response system device laptop browser edge chrome additional context I would like to work on this |
freecodecampfreecodecamp | center flash message for well alignment | Bug | describe the issue current behavior image the flash message be currently align in a way that leave unnecessary space around the close icon make it look unbalanced and less visually appealing affect page na step to reproduce na expect behavior image it would be well to center the flash message for improved alignment and visual appeal screenshot no response system device laptop browser chrome additional context I m willing to work on this issue |
freecodecampfreecodecamp | navbar be inconsistent across the platform | Bug | image tasklist task the nav on the forum have the loading bar with an incorrect z index x on forum the theme chooser be not available anymore |
freecodecampfreecodecamp | ui component styling issue in button component | Bug | describe the issue I find the follow issue in the ui component s button component issue screenshot button have incorrect border style button link a link that look exactly like a button doesn t have a border download link be not render correctly on storybook disabled button have a focus outline on click affect page currently only on storybook |
freecodecampfreecodecamp | challenge make a person allow local variable to end with first last | Bug | describe the issue the two regexe that check for reassignment do not account for variable name that end with first last e g let first first will cause the reassignment test to fail test affect page your code code that should pass const person function first last let first first let last last this getfirstname function return first this getlastname function return last this getfullname function return this getfirstname this getlastname this setfirstname function first return first first this setlastname function last return last last this setfullname function first last this setfirstname first this setlastname last return this getfullname const bob new person bob ross console log bob getfullname expect behavior well regex to allow for valid variable assignment 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 profile icon isn t center in nav | Bug | describe the issue the profile icon in the nav isn t center within it s border affect page step to reproduce 1 go to 2 sign in if you aren t 3 look at profile icon at the top right see that it isn t center expect behavior it to be center screenshot screen shoot 2023 10 24 at 4 34 56 pm see problem the icon have too much space at the top I open the devtool and play around for a quick second remove the line height add by bootstrap fix the issue system I only give this a quick test on firefox |
freecodecampfreecodecamp | adjust active editor for cat painting step 9 | Bug | describe the issue the active editor for step 9 be currently one empty line place within the cat head ruleset since the instruction above the editor be relatively long it make it hard to see the cat head selector which have the potential to confuse people and cause they to unnecessarily add it again I just deal with a forum post that do this exact thing in step 8 we have the active editor include the entire cat head ruleset and leave a blank line for the new property to be add I would suggest we do the same thing for step 9 and leave three blank line if possible since we be ask for three new property to be add step 10 and 11 also have a similar issue but they be only change the value of exist property so perhaps this be not as big an issue for those step I m fine with keep they as they be now affect page your code in the forum post the cat head selector be add again result in the follow css cat head user editable region cat head position static top 100px leave 100px user editable region background linear gradient 5e5e5e 85 45454f 100 width 205px height 180px border 1px solid 000 border radius 46 expect behavior have the active editor encompas the entire cat head ruleset and leave three empty line for the three new property screenshot no response system n a additional context no response |
freecodecampfreecodecamp | typo responsive web design step 28 | Bug | describe the issue on step 28 of the responsive web design module there be a minor typo in the instruction the first sentence of the instruction be currently when someone submit the form they can submit it without check the radio input the word submit should be replace with submit s this be the absolute small of typo but I want to help make this masterpiece of a website one step close to perfect affect page your code expect behavior on step 28 of the responsive web design module there be a minor typo in the instruction the first sentence of the instruction be currently when someone submit the form they can submit it without check the radio input the word submit should be replace with submit s this be the absolute small of typo but I want to help make this masterpiece of a website one step close to perfect 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 | test for cat painting step 3 be too strict regard attribute order | Bug | describe the issue the test fail when the href attribute be place before the rel attribute in the link tag the test pass when you reverse it and place the rel attribute before the href attribute affect page your code this fail but should pass expect behavior update test to accept attribute in either order screenshot no response system n a additional context no response |
freecodecampfreecodecamp | the search result link hide when you hover over they in dark mode | Bug | describe the bug if you type something in searchbar while use the dark mode and hover over the produce link it will hide the link to reproduce step to reproduce the behavior 1 go to index 2 search something 3 hover over it 4 see how the hover be hide the result screenshot image browser chrome |
freecodecampfreecodecamp | incorrect information in learn network architecture basic for beginner news article | Bug | describe the issue what the address space consist of be wrong in this article ip version 4 be the most widely use ip address format and consist of four 32 bit number separate by dot ip version 6 be the late ip address format which use eight 128 bit number separate by colon affect page step to reproduce read recommend fix or suggestion ipv4 use a 32 bit address space consist of four 8 bit octet ipv4 be write in a decimal notation where each octet be separate by a dot ipv6 use a 128 bit address space consist of eight 16 bit segment quartet ipv6 be write in hexadecimal notation separate into eight group of 16 bit by the colon long time since I take my ccna and I m no expert so please correct it as need edit forget the forum post that report this |
freecodecampfreecodecamp | rwd curriculum registration form incorrect pre exist code in step 30 | Bug | describe the issue this step require a person to add a checkbox to a form but there be already markup for a checkbox in pre exist code affect page expect behavior the pre exist markup for the checkbox should not be there in pre exist code screenshot bug step30 registration form |
freecodecampfreecodecamp | test | Invalid | checklist I have read and follow the contribution guideline 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 |
freecodecampfreecodecamp | dependency dashboard | Invalid | describe the issue dependency dashboard affect page colonile blogspot com step to reproduce 1 go to 2 click on 3 scroll down to 4 see error expect behavior I expect that it will improve screenshot no response system device android phone os android browser chrome version 1 additional context no response |
freecodecampfreecodecamp | jidu search | Bug | describe the issue in there there s a problem in broken search affect page colonile blogspot com your code expect behavior hg 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 | typo in documentation | Bug | describe the issue this be the image to mention the typo in the documentation about asynchronous javascript the typo be write the wrong function and use the wrong word to compare the number affect page step to reproduce this be the issue find in the documentation create by kedar makode on asynchronous javascript post on 17 february 2023 this issue will be find in the sub head how to create a promise after an image and 5 line of text at the starting of the paragraph recommend fix or suggestion 1 math rondom math random 2 that than tasklist task |
freecodecampfreecodecamp | space break test learn html by build a cat photo app step 12 | Bug | describe the issue a camper manage to fail the challenge despite have a close enough correct solution for the challenge it even display correctly in the browser affect page your code see more cat photo in our gallery |
freecodecampfreecodecamp | remove docsify tab from docs | Bug | describe the issue issue on the contribution guide page there be a ui issue tab text for unselecte tab be not display here be the screenshot affect page step to reproduce visit these page how to setup freecodecamp locally i d configuring dependency how to setup freecodecamp locally i d step 3 start mongodb and seed the database other page use this common component may also experience this issue consider check those page as well expect behavior the text must appear for tab either it be select or not screenshot image system device laptop os window 10 version 22h2 browser chrome 118 additional context no response |
freecodecampfreecodecamp | content misalignment on the profile page | Bug | describe the issue this issue be report on discord the certification link be shift to the left instead of be center system n a additional context no response |
freecodecampfreecodecamp | c flash component on trophy page be miss a background color | Bug | describe the issue the flash component on the c trophy page be miss a background color make it transparent and overlap with the page content affect page any c trophy page step to reproduce 1 go to a c trophy page that you haven t perform the verification 2 click on verify trophy 3 observe the flash message expect behavior the flash message should have a background color probably the danger variant screenshot system n a additional context no response |
freecodecampfreecodecamp | clarification for registration form step 64 | Bug | describe the issue I just discover that step 64 require the user to edit both the html and css I don t think I have see this before in the rwd curriculum have it always be like this if not how long ago do this change occur I try to find a pr for it but didn t update I think this be change last week with pr 51567 regardless if we intend to keep it this way then I think we need to make it clear in the instruction that both file need to be edit I ve already see people in the forum try to add the css in the html because they didn t realize they need to open the style css editor and add it there and to be honest when I be try to figure out why they weren t pass this step it take I a good minute to realize that both editor need to be use and I didn t believe it at first affect page your code n a expect behavior possible update instruction last but not least make the input for the term and condition inline by add the appropriate class in the html then change the text color of the term and condition link to dfdfe2 by add a new selector in the css this be my attempt at minimal wording but I m not sure if it be clear enough I wonder if we might need to add a reference to the editor or at least the style css editor since only the index html editor be show by default last but not least make the input for the term and condition inline by add the appropriate class in the html then open the style css editor and change the text color of the term and condition link to dfdfe2 by add a new selector in the css screenshot no response system n a additional context no response |
freecodecampfreecodecamp | ambiguous instruction for reg form step 31 | Bug | describe the issue the current instruction say add I accept the term and condition text to the newly add label then link the text term and condition to the follow location but they don t specifically say where the new text should be add within the label if you add the text before the input with the anchor correctly add to the text then you get the following hint you should use an a element to link to the term and condition this create even more confusion since the anchor be add correctly I think these instruction be rely on the fact that the text for the radio button be add after the input and thus the assumption be that the text for the check box should also be add after the input and I agree that usually the text for radio button check box be place after the input but this be not a requirement also in step 26 when we have they add the text for the radio button we explicitly say immediately after the input element so it seem like this be important information to add affect page your code n a expect behavior change the instruction to add the text I accept the term and condition immediately after the input element in the newly add label then link the text term and condition to the follow location I also throw in the require space since the test will complain if it isn t there I should have do well testing slightly smile face the test don t care if there be a space between the input and the text we might also want to update the test so it give a well hint if they put the text before the input screenshot no response system n a additional context no response |
freecodecampfreecodecamp | move the confetti logic to the related redux saga | Help Wanted | be your feature request relate to a problem please describe the follow step will improve the functionality and maintainability of the confetti feature 1 the confetti logic should be move to the related redux saga execute challenge saga 2 the confetti should pop at the end of each block completion instead of certification project self note when growthbook be fully incorporate with redux put the confetti behind an ab test to measure its effect on user progress |
freecodecampfreecodecamp | break link in the article on how to contribute to open source project a beginner s guide | Bug | describe the issue under the subheading how to find an open source project to contribute to in the article on how to contribute to open source project a beginner s guide there be a break link contributor ninja affect page step to reproduce 1 go to how to contribute to open source project a beginner s guide 2 scroll down to how to find an open source project to contribute to 3 click on contributor ninja 4 see error expect behavior the break link can be remove and replace with contrib language javascript ovio org screenshot news article article error error 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 | timestamp microservice unexpected behavior in api endpoint handle empty date parameter | Bug | describe the issue the api endpoint handle empty date parameter be not function as expect accord to the test case when the api receive an empty date parameter it should return the current time in a json object with both a unix key and a utc key however the current implementation be not return the expect output for empty date parameter source code index js where your node app start init project var express require express var app express enable cor so that your api be remotely testable by fcc var cor require cor app use cor optionssuccessstatus 200 some legacy browser choke on 204 app use express static public app get function req re re sendfile dirname view index html your first api endpoint app get api hello function req re re json greeting hello api app get api function req re const date new date create a new date object re json unix date valueof utc date toutcstre app get api date function req re const input req param date let date if isnan input input 0 date new date parseint input else date new date input if isnan date re json unix date valueof utc date toutcstre else re json error invalid date listen for request var listener app listen process env port function console log your app be listen on port listener address port expect behavior pass an empty date parameter should return the current time in a json object with a unix key pass an empty date parameter should return the current time in a json object with a utc key system os window 11 browser chrome version 117 0 5938 149 |
freecodecampfreecodecamp | confusing example in cafe menu step 21 | Bug | describe the issue I be see this over and over again in the forum the example in the instruction use the selector example i d and for whatever reason people think they need to add i d to the end of the menu selector in their solution and the hint doesn t appear to help much because half the time they will paste the hint verbatim along with their code affect page your code example example i d width 250px camper solution menu i d width 300px expect behavior I think we need to get rid of the dash in the example I also think we could improve the instruction by make it clear how to use the i d selector the goal now be to make the menu div not take up the entire width of the page the css width property be perfect for this you can use the i d selector to target a specific element by its i d attribute an i d selector be define by place a hash symbol in front of the element s i d value for example if an element have the i d of cat then you would select it by its i d like this cat width 250px I also think it might be helpful to answer the question why use an i d so people know why we be introduce this selector we do mention that it allow you to target a specific element but that doesn t explain why you would want to do that but I understand that we want to keep read down to a minimum so I m not insist slightly smile face screenshot no response system n a additional context no response |
freecodecampfreecodecamp | access nest object object shape should be part of the requirement test | Help Wanted | describe the issue every so often a camper will change the glove box property to something that can be access use dot notation instead of access the original property use bracket notation it do clearly say assign the content of the glove box property but I think have a test that check the object shape wasn t change might help you should not change the mystorage object or any of its property js assert isdefine mystorage car inside glove box affect page your code expect behavior make it clear the shape of the object should not be change 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 just one example |
freecodecampfreecodecamp | c update guide to verify trophy | Bug | describe the issue I find that the trophy verification step will fail if a user have their microsoft learn profile set to private to reproduce go to privacy pref form enable private mode go to a freecodecamp trophy page e g link the microsoft learn account and click verify trophy result the action will fail with something go wrong try to verify your trophy please check and try again suggest fix I think we should update the description of the trophy challenge to mention that the user s microsoft learn must be public and the forum guide should be update as well affect page your code n a expect behavior n a screenshot no response system n a additional context no response |
freecodecampfreecodecamp | a mistake on oop in javascript | Bug | describe the issue I have be learn oop in javascript on freecodecamp but I find a mistake javascript function bird name this name name const duck new bird donald bird prototype numleg 2 eat function console log nom nom nom describe function console log my name be this name duck constructor bird duck constructor object duck instanceof bird if we set the prototype to a new object while forget to define the contructor we should the follow output javascript duck constructor bird true duck constructor object false duck instanceof bird false while the curicullum show this javascript duck constructor bird false duck constructor object true duck instanceof bird true by the way there s nothing meaningful for this line of code duck constructor object it should be remove affect page your code in order these expression would evaluate to true false and false expect behavior nothing screenshot no response system device macbook air m2 2022 os macos 14 0 23a344 browser chrome version 117 0 5938 149 official build arm64 additional context no response |
freecodecampfreecodecamp | how to prepare for react interview front end technical interview guide | Bug | describe the issue on chrome when the article be not in full width it break the sandbox code example can fix this issue affect page step to reproduce try to reduce the size of window recommend fix or suggestion make the sandbox reposnive screenshot image |
freecodecampfreecodecamp | illegible table text in night mode | Bug | describe the issue the cash register project in the javascript algorithm and datum structure course display datum in a table in which 50 of the datum heading be almost entirely obscure affect page your code expect behavior screenshot 1fcc 2fcc system device laptop os macos 11 7 10 20g1427 browser firefox 118 0 1 safari 16 6 1 version 118 0 1 16 6 1 additional context currency unit amount penny 0 01 penny nickel 0 05 nickel dime 0 1 dime quarter 0 25 quarter dollar 1 one five dollar 5 five ten dollar 10 ten twenty dollar 20 twenty one hundred dollar 100 one hundred |
freecodecampfreecodecamp | user be not redirect to the same url after sign in | Bug | describe the issue user be redirect to learn regardless of where challenge block super block they sign in from affect page step to reproduce 1 go to a challenge without sign in 2 complete the challenge 3 click on the sign in button 4 you will be redirect to learn instead of the challenge expect behavior after sign in user should be redirect to the same page they sign in from 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 | font color and table bg row color be same | Bug | describe the issue font color and bg row color be same table background row color and font color be same can t see the value in the give table affect page step to reproduce 1 go to the provide link 2 click on table 3 select the 1st row text 4 see error expect behavior background row color should be light dark screenshot image fcc system device laptop os window 10 browser chrome version 117 additional context no response |
freecodecampfreecodecamp | unreadable text in a table in nigth mode | Bug | describe the issue on the javascript algorithm and datum structure challlenge escape sequence in string a table doent display all the element in nigth mode affect page your code expect behavior screenshot dark mode ligth mode 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 | migrate client challenge editor tool to use vite setup | Bug | describe the issue challenge editor client project be create use create react app tool which by now become deprecate by react team thus it may be well solution to migrate this project to use vite development configuration affect page challenge editor client project step to reproduce 1 go to project root folder and open terminal 2 run pnpm run challenge editor 3 you will see compilation error message expect behavior when run pnpm run challenge editor script the project should run without error 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 | break link start mongodb and seed the database take to a 404 not find page | Bug | describe the issue in the guide how to add playwright test the link to the article be break under how to run test when click on start mongodb and seed the database it take to a 404 not find page affect page how to setup freecodecamp locally i d step 3 start mongodb and seed the database step to reproduce 1 go to how to add playwright test 2 click on start mongodb and seed the database 3 will take you break 404 not find page recommend fix or suggestion open the actual content of how to start mongodb and seed the database screenshot image |
freecodecampfreecodecamp | update util js | Invalid | I simply change the way the curriculumlang constant be extract from availablelang the functionality remain unchanged and the output will be the same as before 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 |
freecodecampfreecodecamp | javascript calculator bug | Bug | describe the issue during my testing of various input I notice a specific behavior when type only as input the result be nan however if an operator be use nan be include in the operation for example 15 result in nan similarly when the result be infinity as in 10 0 and an operator be use infinity be include in the sum only when type a number do the previous result get discard in my opinion it be unnecessary to use nan or infinity in sum affect page step to reproduce 1 click 2 click 3 enter 15 4 click expect behavior when click for the first time the calculator should remain idle until a number be enter it should also ignore any operator screenshot screenshot 2023 10 01 141339 system device laptop os window 11 browser chrome additional context no response |
freecodecampfreecodecamp | bug wrong symbol use in the example testcase on a js question | Bug | describe the issue accord to the first 3 test case the tick symbol button mean the test case be correct and the cross x represent the wrong one but later in the example the wrong case be also represent by the tick e g test case 007 suppose to be cross but it be tick out there and many more screenshot from 2023 10 01 12 33 03 affect page your code js let username jackofalltrade let usercheck a za z 0 9 change this line let result usercheck test username username badus3rnam3 should be false result usercheck test username if username length 2 result false edge case for single digit username expect behavior the example test case like 007 9 badus3rnam3 etc should have cross x symbol at the beginning since they do not support the problem statement screenshot from 2023 10 01 13 18 47 screenshot no response system device laptop os ubuntu 20 04 browser chrome version late additional context no response |
freecodecampfreecodecamp | connect successfully to mongo message display even there be no connection when run pnpm run seed script | Help Wanted | describe the issue when mongodb be off at dev environment and someone try to run seed script connect successfully to mongo message display affect page pnpm run seed step to reproduce 1 turn mongo down 2 try to run pnpm run seed 3 you will see errror message at the terminal but still at the begining connect successfully to mongo message display expect behavior in case mongodb be not run you should see fail to connect to mongo message 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 | confuse placement of active editor for cat painting step 8 | Bug | describe the issue I ve run into this several time in the forum in the past week the active editor be place within the exist cat head rule set and apparently people don t notice that and instead create a new cat head rule set and add the background there affect page your code this be what I m see in the forum cat head width 205px height 180px border 1px solid 000 border radius 46 user editable region cat head background linear gradient 5e5e5e 85 45454f 100 user editable region expect behavior I think the active editor should include the entire exist cat head rule set so that it be clear it already exist and that that be where the background property should be add we can add an empty line at the bottom of the rule set to indicate where the background property should go screenshot no response system n a additional context no response |
freecodecampfreecodecamp | react challenge throw potential infinite loop detect error | Bug | describe the issue I only check a few but it seem like anything with a state update input button etc throw this you can pass the challenge with the correct code but any interaction with the page that trigger a state update seem to throw this error affect page your code expect behavior valid pass code shouldn t crash the challenge page when interact with the render page 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 just see this as well forum |
freecodecampfreecodecamp | create a priority queue class possible discrepancy between publish test and actual test execution | Bug | describe the issue I submit a version of priorityqueue for datum structure create a priority queue from the code interview prep course that win t pass the test in app but if I copy the test verbatim and run they use mocha my solution as well as the official solution pass context I want to challenge myself and essentially create my own implementation of array prototype splice since when implement datum structure I m used to not rely on method like that whereas when do algorithm I ll use those method to accomplish the sub task of insert an item into the queue at the right index base on priority functionally it achieve the same effect in addition to the test suite use by fcc I also run several of my own custom test case which all produce the expect behavior the only issue be that submit my solution in app win t pass unfortunately I couldn t find the actual test be execute other than what I find in the md for the challenge otherwise I d have go far to pick they apart find the issue propose a revision if need affect page your code function priorityqueue this collection this printcollection function console log this collection only change code below this line this size function return this collection length this isempty function return this size 0 this shiftright function index shift all element include the element at arr index one position right leave behind a placeholder value first extend array by one this collection push null then start from the rear we shift element over to the right let finalindex this collection length 1 for let I finalindex I index I let previousvalue this collection I 1 this collection I previousvalue optional but use null as a placeholder value for the gap create in the array this collection index null this enqueue function item const value item 0 const priority item 1 if this isempty this collection push item return for I 0 I this collection length I let nextpriority this collection I 1 if the item to enqueue need to be add far back if priority nextpriority if on last iteration if I this collection length 1 this collection push value priority this return or break be require otherwise we ll keep extend the array ad infinitum before the loop exit return else continue if the item to enqueue be ready to be insert else shift everything from this pointer onward to the right to make room for insertion then insert element I could use splice but that would be too easy this shiftright I this collection I value priority return this front function return this collection 0 0 this dequeue function const itemtoreturn this front this collection this collection slice 1 return itemtoreturn only change code above this line expect behavior I expect all test to pass which be what happen when copy the test verbatim pasting into a local environment and run mocha screenshot system device macbook air 2020 m1 os macos ventura 13 4 1 browser arc version version 1 8 1 41651 chromium engine version 116 0 5845 187 additional context as a sanity check here s the official solution code I m compare to also run fcc s mocha test against function priorityqueue this collection this printcollection function console log this collection only change code below this line this enqueue function newitem if this isempty return this collection push newitem this collection this collection reverse var find index this collection findindex function item return newitem 1 item 1 if find index 1 this collection push newitem else this collection splice find index 0 newitem this collection this collection reverse this dequeue function if this isempty return this collection shift 0 else return the queue be empty this size function return this collection length this front function return this collection 0 0 this isempty function return this size 0 false true only change code above this line |
freecodecampfreecodecamp | claim c trophy issue unclear instruction | Bug | describe the issue a lot of people on the forum keep have trouble figure out how to link their freecodecamp and microsoft account there s a huge pile of they in the forum affect page your code n a expect behavior I would like it to be easy for camper to know what to do here if the trophy claim thing didn t work one of they even mention something about a bad link screenshot no response system device desktop os window 10 browser firefox version 117 0 1 additional context while I be able to do this just fine other aren t have an easy time |
freecodecampfreecodecamp | advertise the freecodecamp mobile app for mobile device | Help Wanted | be your feature request relate to a problem please describe it would be nice to advertise the freecodecamp mobile app for mobile user this will improve their experience currently what I be think 1 a pop up it seem you be use a mobile device try the freecodecamp moible app this would be show once on every block for the available superblock 2 advertising the app in the footer like this 3 a link in the navbar to a seperate page that link the io and android version with a paragraph of what be feature describe the solution you d like describe alternative you ve consider additional context no response |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.