repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
freecodecampfreecodecamp
email sign up from a certain page raise an unexpected error
Bug
I have be try to sign up use this link for the past few day however I keep get a something s not right error every time I try to sign up I have attach the image below the user might get frustrated and may lead to a loss of potential customer willing to sign up signup the solution I would suggest be redirect it to the regular sign up api the regular sign up work but when I try to use this specific route I get the error this be a solution that I have consider and have be work on please share your thought and idea about this bug
freecodecampfreecodecamp
regex test for hardcoding match other number in function body
Bug
challenge forum close issue the regex should at least do an exact match for 23569 and not just any part of the number var globalarray 5 6 3 2 9 function nonmutatingsort arr only change code below this line return arr slice 0 sort val1 val2 val1 val2 only change code above this line nonmutatingsort globalarray the test assert nonmutatingsort tostre match 23569 g
freecodecampfreecodecamp
your solution should not use the method test can be deceive with eval
null
bug in the javascript algorithm and datum structure section challenge with the your solution should not use the method test can be do with the undesired method use eval indeed the regex can be deceive use eval and string concatenation example for instance the method array prototype flat should not be use to solve the challenge steamroller the regex check this be code match s flat s and it can be deceive with the follow eval arr fl at infinity expect behavior the undesired method should be impossible to use in any way
freecodecampfreecodecamp
personal library test 3 get request pass with no code
Bug
affect page add a link to the code challenge with the problem personal library your code copy and paste the code from the editor that you use in between the back tick below js complete the api route below use strict module export function app app route api book get function req re response will be array of book object json res format i d bookid title book title commentcount num of comment post function req re let title req body title response will contain new book object include atleast i d and title delete function req re if successful response will be complete delete successful app route api book i d get function req re let bookid req param i d json res format i d bookid title book title comment comment comment post function req re let bookid req param i d let comment req body comment json res format same as get delete function req re let bookid req param i d if successful response will be delete successful expect behavior give that this be the replit starter project and the get route have no code I expect test no 3 to fail screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box system please complete the follow information device pc os window 10 browser chrome version version 91 0 4472 77 official build 64 bit additional context add any other context about the problem here I be work through this project and find test 3 pass even before I have write any code I make a new copy of the replit starter project and run the test to see if I could replicate the issue test 3 still pass the github personal library md file show that it supposedly make several post request and a get request but somehow it pass without get or post route js async getuserinput try let url getuserinput url api book let a post url title faux book a let b post url title faux book b let c post url title faux book c promise all a b c then async let datum await get url assert isarray data assert isatleast datum length 3 datum foreach book assert isobject book assert property book title assert isstre book title assert property book i d assert property book commentcount assert isnumber book commentcount catch err throw new error err responsetext err message
freecodecampfreecodecamp
I think we break something with safari again
Bug
challenge forum post I have only test this use lambdatest macos mojave safari macos mojave safari macos mojave chrome macos mojave chrome I assume it s relate to but I can t really do much testing with safari or macos just have a few free minute on lambda test mot01 can you help take a look at this when you have time speak of which I really wish we have a deal with one of the cross browser testing place browserstack lambdatest whatever it would really help we do well cross browser testing
freecodecampfreecodecamp
grammatical typo error in news section
Bug
issue grammatical typo error in the first line of how to find a project to contribute to of how to contribute to open source project a beginner s guide news there should be a english word you present in the line now that know how an open source project work link to issue howtofindaprojecttocontributeto suggestion to fix the issue add a english word you in the 1st line of the say part of the news page if possible add a screenshot here you can dr grammatical typo error ag and drop png jpg gif etc in this box
freecodecampfreecodecamp
datum analysis with python misleading quiz question
Bug
affect page issue this question imply that r be well for datum science than python this be a pretty debatable point and not really a question to gauge the learner s level of understanding why should you choose r over python for datum analysis we can mitigate this issue somewhat by change the text of the question to something more neutral such as why might you choose to use r over python for datum analysis though really this seem like a poor question to summarize the content of the slide deck presentation I think we should either update the question to more neutral language or preferably pick a well question to summarize the important portion of this lesson language war be not important content for we to quiz user on imho also from the slide for this lesson python sadly be not always the answer when r studio be need when deal with advanced statistical method when extreme performance be need it be a dubious claim that r be more performant than python the performance difference between the two depend upon the problem at hand the skill of the programmer the programming paradigmn use etc for some situation python can be much fast than r with the explosion of ai ml data science package in python in recent year it be also somewhat dubious that r be well for advanced statistical method as the range of analysis package for python have grow a considerable amount each language have problem they be more commonly use for but I wouldn t really say one be well in the way this content be imply the situation be much more grey than the black and white picture the slide paint I think this sort of stale content be a risk with our video base lesson where it be hard to update content as technology change
freecodecampfreecodecamp
miss period at the end of the second sentence
Bug
affect page curriculum challenge english 01 responsive web design basic css specify how font should degrade md expect behavior at the end of the second sentence these generic font family include monospace serif and san serif the period be miss screenshot screenshot
freecodecampfreecodecamp
pass the challenge while run a wrong code
Help Wanted
affect page your code catphotoapp click here to view more cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy energetic submit expect behavior importing must be outside the
freecodecampfreecodecamp
create a stack class peek method should be test with more than one element in the stack
Bug
affect page forum post the problem when solve the challenge the code below pass the test js this peek function return collection 0 expect behaviour the test should fail for anything other than the correct solution which be js this peek function return collection collection length 1 propose solution in the test case push one more element to the stack js assert function var test new stack test push psy44 test push cs50 return test peek cs50 system please complete the follow information device macbook pro os macos 11 3 1 browser chrome version 90
freecodecampfreecodecamp
use the reduce method to analyze data weak test check
Bug
affect page your code function getrate watchlist only change code below this line var averagerate watchlist filter e e director christopher nolan map e number e imdbrating reduce sum e sum e 0 watchlist filter e e director christopher nolan length only change code above this line return averagerate expect behavior all test case should pass but show that reduce function be not use screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box screenshot from 2021 05 31 22 17 26 system please complete the follow information device laptop os ubuntu 20 4 browser chromium
freecodecampfreecodecamp
bad example in apply accessibility use tabindex to add keyboard focus to an element
Bug
affect page issue the instruction in this lesson be he know input field automatically get keyboard focus but he want to make sure his keyboard user pause at the instruction while tab through the item add a tabindex attribute to the p tag and set its value to 0 this be a big accessibility anti pattern in general tabindex 0 should only be set on element that be interactive there be other more accessible option for associate the instruction with the form first you would want to move the instruction just before the opening form element to ensure they be read before a screen reader go into form mode you might even associate the instruction with the first input field in the form use aria describedby but I think a well method would be to indicate which input be require individually use one of several option I win t go into here regardless of how you ultimately handle this issue the one way you do not want to do it be to add tabindex 0 to the p tag in order to insert that paragraph into the natural tab order reference the tabindex attribute suggest alternative example generally you would use tabindex 0 when create custom interactive component which might be too much to explain for this lesson I suppose you could use a simple example that turn a div into a link or something similar but then not only do you need to add tabindex but you also need to add a role and explain that you have to use javascript to implement all of the functionality that a link would normally have and also explain that most accessibility expert would recommend you always use an actual anchor tag instead of try to turn a div into something it s not one example that do come to mind be set tabindex 0 on an element that will scroll when it overflow some browser don t automatically add these element to the tab order and thus keyboard user can t scroll they without the add tabindex for an example see another option might be to use tabindex 1 this be often use to send focus to a non interactive element for example we use it for quiz when the student submit their answer we remove the submit button and set the focus on the element that contain the feedback which have tabindex 1 set on it
freecodecampfreecodecamp
proposal for change the example plot image
Bug
affect page my solution pass test with small figure size test module py the provide example plot be figure 3 plot produce by my code figure 3 new difference y axis limit be require to be 200 000 by line 103 of the test module in the old image it be only 180 000 it be a little confusing when try to match the figure provide as it be there instead of detailed description seasonal part of plot look different but on the forum it look like it s so for more people I sincerely apologise if the mistake be in my datum clean I hope not but it should get double check by a pro my code differ from my submit code only in figure size this get kill import matplotlib pyplot as plt import panda as pd import seaborn as sns from panda plot import register matplotlib converter register matplotlib converter import datum make sure to parse date consider set index column to date df pd read csv fcc forum pageviews csv index col date parse date true clean datum df df loc df value df value quantile 0 975 df value df value quantile 0 025 month name long january february march april may june july august september october november december month name short m 0 3 for m in month name long ys n for n in range 0 200001 20000 definition of draw line plot and draw bar plot leave out as they be irrelevant here def draw box plot prepare datum for box plot this part be do profide by fcc attributeerror df box df copy df box reset index inplace true df box year d year for d in df box date df box month d strftime b for d in df box date draw box plot use seaborn fig plt figure figsize 40 15 leave plt subplot 121 sns boxplot x year y value datum df box plt ytick ys ys leave set xlabel year ylabel page view title year wise box plot trend right plt subplot 122 sns boxplot x month y value datum df box right set xlabel month ylabel page view title month wise box plot seasonality plt ytick ys ys right set xticklabel month name short fig tight layout pad 3 0 save image and return fig don t change this part fig savefig box plot png return fig link to forum discussion with this topic possible error in datum analysis with python project page view time series visualizer incongruent plot page view time series challenge page view time series visualizer box plot different from example system device hp pc os window 10 browser opera gx version 75 0 3969 279
freecodecampfreecodecamp
html 5 introduction to html 5 element
Bug
it s ask for html5 introduce more descriptive html tag these include main header footer nav video article section and other these tag give a descriptive structure to your html make your html easy to read and help with search engine optimization seo and accessibility the main html5 tag help search engine and other developer find the main content of your page example usage a main element with two child element nest inside it hello world hello paragraph note many of the new html5 tag and their benefit be cover in the apply accessibility section everything have a check next to it but your p element should contain the first few word of the provide additional kitty ipsum text create a second p element with the follow kitty ipsum text purr jump eat the grass rip the couch scratch sunbathe shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch then create a main element and nest only the two p element inside the main element affect page add a link to the code challenge with the problem your code copy and paste the code from the editor that you use in between the back tick below catphotoapp kitty ipsum text the kitty slip oop pop weelp that kitty kite kangroos know kart kicking expect behavior add a clear and concise description of what you expect to happen I check to make sure it s all there it still will not let I proceed please help screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box capture system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 pc window 10 chrome 1909 additional context add any other context about the problem here
freecodecampfreecodecamp
moment js be consider a legacy package and should be replace with a recommend substitute
Help Wanted
affect page the challenge state add version 2 14 0 of the moment package to the dependency field of your package json file and add note moment be a handy library for work with time and date since moment be officially a legacy project project status and student be student be just get familiar with npm and its package system we be teach they something that they need to unlearn later on expect behavior I suggest we base the challenge on a recommend substitute for moment there be a few recommendation by moment itself on the previously link page
freecodecampfreecodecamp
scientific computing with python probability calculator improve test hat draw
Help Wanted
affect page your code test hat draw first test be mean to validate that the submit code return a list of string with the correct draw from the hat to do so it expect a list with blue and red in this order but the draw can actually take any other kind of combination bb rb br rr hat prob calculator hat red 5 blue 2 actual hat draw 2 expect blue red self assertequal actual expect expect hat draw to return two random item from hat content expect behavior my proposal be to change the hat creation and test to invalidate one of the 4 combination as a proof that the code be work properly I e if the hat be create with red 5 blue 1 the bb blue blue combination would prove the code wrong on the other hand any other one should make the test pass screenshot image system please complete the follow information browser name firefox browser version 84 0 1 64 bit operating system win10 home 64 bit v2004
freecodecampfreecodecamp
typo in medical datum visualizer assertionerror message
Bug
affect page typo on line 47 word different be miss the second e system please complete the follow information device hp pc os window 10 browser opera gx version 75 0 3969 267 additional detail typo on line 47 word different be miss the second e
freecodecampfreecodecamp
minor naming inconsistency and clarification
Help Wanted
challenge 1 2 3 4 issue in the first challenge list 1 we use ada lovelace as our sample person in the second 2 and third 3 we use a non existent charles lovelace question 1 what do we think about update 2 and 3 to reference ada lovelace instead of this random name question 2 also there be at least one camper that get confuse and think we be talk about linda lovelace never hear of she before today what do we think about modify the starter code in all 4 link challenge to make it painfully obvious that we be not talk about a pornographic actress javascript setup var firstname ada var lastname lovelace only change code below this line var thirdletteroflastname lastname change this line
freecodecampfreecodecamp
sign in button do not have visible focus state for keyboard navigation
Bug
affect page the affected page be sign in to reproduce step to reproduce the behavior 1 go to freecodecamp 2 click on sign in button top right corner for large viewport 3 arrive at the freecodecamp sign in page 4 tab through the sign in button 5 see error that each of the button do not have visible focus state for someone navigate the site with a keyboard or screen reader 6 click sign in with email button 7 see the same non existent focus state for email I a short code to continue button expect behavior for all of the button on sign in page and subsequent page to have focus states visible outline that highlight interactive component like button screenshot demo of tab through button on sign in page system please complete the follow information device macbook pro laptop os mac os high sierra v10 13 6 browser chrome version version 90 0 4430 212 official build x86 64 additional context focus state on these button be crucial for someone attempt to sign in to freecodecamp use only a keyboard for navigation ie tab or for those use a screen reader the button do indeed have a hover state just miss a visible focus state button on the home page at freecodecamp org be tabbable with visible focus state it seem the sign in page be the only affected page to my knowledge
freecodecampfreecodecamp
public set not update
Bug
I select the setting and click on public but not work
freecodecampfreecodecamp
exercise tracker app 7th test show time out for datum sort date field error
Bug
affect page my code app get api user i d log async req re const i d i d req param if i d re status 500 send please provide user i d return else try const user await user findbyid i d v 0 const from to limit req query await user populate path log select v 0 i d 0 match and date gte from new date 1970 date lte to new date option sort date 1 perdocumentlimit limit limit execpopulate let log user log map date description duration return date new date date todatestring description duration let datum i d user i d username user username count log length log re json datum catch err re status 500 send err message expect behavior 1 it should not say test time out if sort option see above be not provide need help optional please let I know if there s any well way to format date with mongoose thank in advance
freecodecampfreecodecamp
typescript migration
Help Wanted
co ordination as discuss in the last contributor meeting we re look to migrate our client to typescript in order to help people work in parallel this issue can be use to track who be work on what I ve put a checklist of all the unmigrated file at the bottom if you want to work on a file or some file please edit in your github username next to the file s you want to work on if you don t have edit permission please just reply to this issue I and I ll take care of it guideline take a look at the codebase good practice codebase good practice small be beautiful if a file can be migrate on its own that s perfect that make the pr incredibly easy to review and minimise the chance we break anything proptype can go none of the component in the client dir be intend to be consume by javascript component eventually everything will be tsx with that in mind static type checking should be enough react guideline so we re all on the same page readme have some useful advice mostly the linter will warn we but this be definitely worth a look un type package if the package do not come with type attach then please npm I the definition if they exist from definitelytyped usually they re just publish as type name of package ignore linte if necessary migration should be incremental and painless if you find that fix the type and lint error can t be do without migrate all the relate file feel free to use ts ignore or eslint disable however this should only be a last resort when the problem can not be address otherwise that say it s more important that each change be easy to understand and review than it be it write perfect ts we ll get there eventually keep git history sometimes change the file from js tsx cause the original file to be delete and a new one create and other time the filename just change in term of git ideally we want the file history to be preserve the good bet at achieve this be by 1 rename the file 2 commit with the flag no verify to prevent husky from complain about the error 3 refactor to ts for migration in a separate commit note editor like vscode be still likely to show you the file have be delete and a new one create if you use the cli to git add then vscode will show the file as rename in stage test be run we will not be merge any prs with fail test file that can not be migrate yet in order to migrate gatsby node js gatsby config js and any file that they import require additional tooling to finish migrate the client we would need additional tooling to handle gatsby config gatsby node and file they import this could either be an extra tsc compilation step or potentially via ts node however I m not sure if ts node would integrate nicely with gatsby develop or gatsby build so the compilation approach be probably easy before go ahead with this we should profile gatsby develop and gatsby build to make sure that the time to develop and build the site do not increase too much more guideline may get add as we do this chance be we ll revise the approach any thought comment critique be welcome but I want to keep this straightforward for now list of file leave to migrate collapse because it s rather long client util challengetype js awu43 client src util format js not currently possible to migrate client src template introduction intro js vishwasnavadak client src template introduction superblockintro js vishwasnavadak client src template introduction redux index js shaunshamilton client src template introduction component block js ismailtlem client src template introduction component certchallenge js ismailtlem client src template introduction component certificationcard js ismailtlem client src template introduction component challenge js shubhangi013 client src template introduction component claimcertstep js ismailtlem client src template introduction component superblockintro js ismailtlem client src template challenge util build js nirajn2311 client src template challenge util frame js nirajn2311 client src template challenge util gettargeteditor js nirajn2311 client src template challenge util index js nirajn2311 client src template challenge util index test js nirajn2311 client src template challenge util postupdate js nirajn2311 client src template challenge util worker executor js nirajn2311 client src template challenge util worker executor test js nirajn2311 client src template challenge redux code lock epic js shaunshamilton client src template challenge redux code storage epic js shaunshamilton client src template challenge redux completion epic js shaunshamilton client src template challenge redux create question epic js shaunshamilton client src template challenge redux create question epic test js shaunshamilton client src template challenge redux current challenge saga js shaunshamilton client src template challenge redux execute challenge saga js shaunshamilton client src template challenge redux index js shaunshamilton client src template challenge rechallenge builder js not migrateble at the moment client src template challenge rechallenge thrower js client src template challenge rechallenge transformer js client src template challenge component test suite js client src template challenge component tool panel js client src template challenge classic desktoplayout js shaunshamilton client src template challenge classic editortab js meronokbay client src template challenge classic mobilelayout js meronokbay client src template challenge classic multifileeditor js meronokbay client src redux accept term saga js shaunshamilton client src redux app mount saga js shaunshamilton client src redux cookievalue js shaunshamilton client src redux createstore js shaunshamilton client src redux donation saga js shaunshamilton client src redux error saga js shaunshamilton client src redux fail update epic js shaunshamilton client src redux fail update epic test js shaunshamilton client src redux fetch user saga js shaunshamilton client src redux ga saga js shaunshamilton client src redux ga saga test js shaunshamilton client src redux hard go to epic js shaunshamilton client src redux index js shaunshamilton client src redux night mode saga js shaunshamilton client src redux report user saga js shaunshamilton client src redux rootepic js shaunshamilton client src redux rootreducer js shaunshamilton client src redux rootsaga js shaunshamilton client src redux show cert saga js shaunshamilton client src redux update complete epic js shaunshamilton client src redux setting danger zone saga js shaunshamilton client src redux settings index js shaunshamilton client src redux setting setting saga js shaunshamilton client src redux setting update email saga js shaunshamilton client src redux setting update legacy certificate saga js shaunshamilton client src component settings certification test js nirajn2311 client src component setting honesty test js nirajn2311 client src component search redux index js shaunshamilton client src component layout default js sharmaabhinav client src component layout learn js sharmaabhinav client src component land land test js client src component land index js client src component landing component asseenin js sembauke client src component land component bigcalltoaction js sembauke client src component land component campersimage js sembauke client src component land component certification js sembauke client src component land component landingtop js sembauke client src component land component testimonial js sembauke client src component helper index js mvrs client src component formhelper form js vishwasnavadak client src component formhelper form test js vishwasnavadak client src component formhelper formfield js vishwasnavadak client src component formhelper formvalidator js vishwasnavadak client src component formhelper index js vishwasnavadak client src component solutionviewer projectmodal js ashiskumar 1999 client src component solutionviewer solutionviewer js ashiskumar 1999 client src component map map test js sharmaabhinav client src component intro intro test js sharmaabhinav client src component intro index js sharmaabhinav client src component flash redux index js shaunshamilton client src component donation asset applepay js nrestrepo05 client src component donation asset googlepay js nrestrepo05 client src client frame runner js manusquall client src client worker sass compile js meronokbay client src client worker test evaluator js meronokbay client src test integration handle error test js mvrs client src mock challenge node js mvrs client src mock filemock js mvrs client src mock gatsby link js mvrs client src mock gatsby js mvrs client src mock react i18nextmock js mvrs client src mock stylemock js mvrs client i18n config js mvrs client i18n configfortest js mvrs client i18n locale test js mvrs client i18n schema validation js mvrs client i18n validate key js mvrs merge at party x client src template challenge component challenge title js mot01 x client src template challenge component challengetitle test js mot01 x client src template challenge component completionmodal js mot01 x client src template challenge component completionmodal test js mot01 x client src template challenge component completionmodalbody js mot01 x client src template challenge component completionmodalbody test js mot01 x client src template challenge component hotkey js mot01 x client src template challenge component output js thecodingaviator x client src template challenge component resetmodal js mot01 x client src template challenge codeally show js mot01 x client src template challenge classic show js mot01 x client src redux proptype js shaunshamilton x client src page 404 js awu43 x client src page certification js awu43 x client src page challenge js awu43 x client src page challenge test js awu43 x client src page donate js awu43 x client src page email sign up js awu43 x client src page index js awu43 x client src page learn js awu43 x client src page setting js awu43 x client src page unsubscribe js awu43 x client src page update email js awu43 x client src page user js awu43 x client src component appmountnotifi js sharmaabhinav x client src component setting about js nirajn2311 x client src component setting dangerzone js nirajn2311 x client src component setting deletemodal js nirajn2311 x client src component setting email js nirajn2311 x client src component setting honesty js nirajn2311 x client src component setting internet js nirajn2311 x client src component setting portfolio js nirajn2311 x client src component setting privacy js nirajn2311 x client src component setting resetmodal js nirajn2311 x client src component setting sectionheader js nirajn2311 x client src component setting theme js nirajn2311 x client src component setting togglesette js nirajn2311 x client src component setting username js nirajn2311 x client src component search searchpage emptysearch js krishna saurav x client src component search searchpage noresult js krishna saurav x client src component search searchpage searchpagehit js krishna saurav x client src component search searchbar nohitssuggestion js krishna saurav x client src component search searchbar searchbar js krishna saurav x client src component search searchbar searchbar test js krishna saurav x client src component search searchbar searchhit js krishna saurav x client src component search searchbar searchsuggestion js krishna saurav x client src component profile profile js dripcode x client src component profile profile test js dripcode x client src component profile component camper js dripcode x client src component profile component certification js dripcode x client src component profile component heatmap js dripcode x client src component profile component heatmap test js dripcode x client src component profile component portfolio js dripcode x client src component profile component socialicon js dripcode x client src component profile component timeline js dripcode x client src component profile component timeline test js dripcode x client src component profile component timelinepagination js dripcode x client src component helper avatarrenderer js thecodingaviator x client src component helper buttonspacer js thecodingaviator x client src component helper currentchallengelink js mvrs x client src component helper fullwidthrow js thecodingaviator x client src component helper imageloader js thecodingaviator x client src component helper link js thecodingaviator x client src component helper link test js thecodingaviator x client src component helper loader js thecodingaviator x client src component helper loader test js thecodingaviator x client src component helper skeletonsprite js mvrs x client src component helper slimwidthrow js mvrs x client src component helper spacer js mvrs x client src component helper togglebutton js mvrs x client src component helper bordercolorpicker js thecodingaviator x client src component helper form blocksavebutton js thecodingaviator x client src component helper form blocksavewrapper js thecodingaviator x client src component formhelper blocksavebutton js thecodingaviator x client src component formhelpers blocksavebutton test js thecodingaviator x client src component formhelper blocksavewrapper js thecodingaviator x client src component formhelper blocksavewrapper test js thecodingaviator x client src component offlinewarne index js mnlightstone x client src component header index js akshatgarg12 x client src component header component authorprofile js akshatgarg12 x client src component header component login js akshatgarg12 x client src component header component menubutton js akshatgarg12 x client src component header component navlink js akshatgarg12 x client src component header component navlogo js akshatgarg12 x client src component header component universalnav js akshatgarg12 x client src component header component userstate js akshatgarg12 x client src client only route showcertification js shaunshamilton x client src client only route showprofileorfourohfour js shaunshamilton x client src client only route showprojectlink js shaunshamilton x client src client only route showsetting js shaunshamilton x client src client only route showsetting test js shaunshamilton x client src client only route showunsubscribe js shaunshamilton x client src client only route showus js shaunshamilton x client src asset image component amazonlogo js thecodingaviator x client src asset image component applelogo js thecodingaviator x client src asset image component asfeaturelogo js thecodingaviator x client src asset image component googlelogo js thecodingaviator x client src asset image component microsoftlogo js thecodingaviator x client src asset image component spotifylogo js thecodingaviator x client src asset image component index js thecodingaviator x client src asset icon apiicon js thecodingaviator x client src asset icon algorithm js thecodingaviator x client src asset icon analytic js thecodingaviator x client src asset icon caret js thecodingaviator x client src asset icon certificationicon js thecodingaviator x client src asset icon clipboard js thecodingaviator x client src asset icon cup js thecodingaviator x client src asset icon d3icon js thecodingaviator x client src asset icon defaultavatar js thecodingaviator x client src asset icon donatewithpaypal js thecodingaviator x client src asset icon fail js thecodingaviator x client src asset icon freecodecamplogo js thecodingaviator x client src asset icon greennotcomplete js thecodingaviator x client src asset icon greenpass js thecodingaviator x client src asset icon heart js thecodingaviator x client src asset icon initial js thecodingaviator x client src asset icon introinformation js thecodingaviator x client src asset icon javascripticon js thecodingaviator x client src asset icon linkbutton js thecodingaviator x client src asset icon pythonicon js thecodingaviator x client src asset icon reacticon js thecodingaviator x client src asset icon responsivedesign js thecodingaviator x client src asset icon shield js thecodingaviator x client src asset icon spacer js thecodingaviator x client src asset icon tensorflowicon js thecodingaviator x client src asset icon togglecheck js thecodingaviator x client src asset icon index js thecodingaviator x client src analytic index js thecodingaviator x client src analytic mock index js thecodingaviator x client util index js awu43 x client util statemanagement js awu43 x client util tag js awu43 x client util tag test js awu43 x client util gatsby layoutselector js awu43 x client util gatsby layoutselector test js awu43 x client src util ajax js awu43 x client src util algolia locale setup js awu43 x client src util curriculum helper test js awu43 x client src util format test js awu43 x client src util get word js awu43 x client src util handle error js awu43 x client src util handle error test js awu43 x client src util index js awu43 x client src util reallyweirderrormessage js awu43 x client src util report error js awu43 x client src util reportederrormessage js awu43 x client src util scriptloader js awu43 x client src util standarderrormessage js awu43 x client src util to learn path js awu43 x client src page search js awu43 x client src component redirecthome js thecodingaviator x client src component createexternalredirect js thecodingaviator x client src component createexternalredirect test js thecodingaviator x client src component createlanguageredirect js thecodingaviator x client src component createlanguageredirect test js thecodingaviator x client src component createredirect js thecodingaviator x client src component setting certification js nirajn2311 x client src component donation donatecompletion js nrestrepo05 x client src component donation donateform js nrestrepo05 x client src component donation donationmodal js nrestrepo05 x client src component donation donationtextcomponent js nrestrepo05 x client src component donation paypalbuttonscriptloader js nrestrepo05 x client src component donation paypalbutton js nrestrepo05 x client src component intro component introdescription js ismailtlem x client src component header header test js ismailtlem x client src component fourohfour index js nhcarrigan x client src component footer footer test js thecodingaviator x client src component footer index js thecodingaviator x client src template challenge project solutionform js sembauke x client src template challenge project tool panel js thecodingaviator x client src component search withinstantsearch js awu43 x client src template challenge component prismformatte js thecodingaviator x client src template challenge classic actionrow js meronokbay x client src template challenge classic editor js shaunshamilton x client src resource certandprojectmap js thecodingaviator x client src resource honesty policy js thecodingaviator x client src component layouts certification js raymendeol x client src component layout index js ismailtlem x client src component helper skeletonstyle js mvrs x client src component offlinewarne offlinewarne js mnlightstone x client src component map index js sharmaabhinav x client src html js thecodingaviator x client src util createtype js shaunshamilton x client src util fixture curriculum helper css js thecodingaviator x client src util fixture curriculum helper html js thecodingaviator x client src util fixture curriculum helper javascript js thecodingaviator x client src util fixture curriculum helper remove white space js thecodingaviator x client src template challenge video show js mot01 x client src template challenge project frontend show js mot01 x client src template challenge project backend show js mot01 x client src template challenge component breadcrumb js mot01 x client src template challenge component challenge description js sembauke x client src template challenge component helpmodal js iigorcunha x client src template challenge component preview js iigorcunha x client src template challenge component side panel js iigorcunha x client src template challenge component videomodal js iigorcunha
freecodecampfreecodecamp
typo in convert second to compound duration
Bug
in this table the left column represent the same duration as in the right column but in second the left middle left cell should be 86400 instead of 72 86400 59 challenge convert second to compound duration
freecodecampfreecodecamp
improve the accessibility of code radio app
Help Wanted
affect page to reproduce I make a quick scan use the axe devtool browser add on and find that the page have some critical accessibility issue we have 5 error when the music be not play and 9 when the music be play this have to do with the color contrast of the visualizer and the indicator to resolve remove aria label from the canvas element add aria label to the button element for song history add aria label to the select element use for stream selection remove user scalable no from the meta tag as well as set its maximum scale to a value that be not less than 5 axe require the value to not be less than 2 but lighthouse set the bar at 5 l21 l22 revisit the color contrast of the element in question
freecodecampfreecodecamp
use react testing library plugin and associate eslint plugin in the client
Help Wanted
be your feature request relate to a problem please describe as mention by huyenltnguyen here r637459504 there be some useful eslint plugin eslint plugin testing library and eslint plugin jest dom and test library plugin testing library user event testing library react and testing library dom that could help improve our client test describe the solution you d like to use these plugin for the client and fix any issue they highlight
freecodecampfreecodecamp
update image link in react markdown preview example project
Bug
the markdown react example project have an image link react logo that no long work the link be use google url shortener and redirect to some wp site not sure if we should add the logo to our cdn or just use something like commons wikimedia org for the link the logo be license under creative common attribution 4 0 github issue issuecomment 411130246
freecodecampfreecodecamp
break test or unclear instruction in headless browser ii of the quality assurance curriculum
Bug
affect page add a link to the code challenge with the problem your code copy and paste the code from the editor that you use in between the back tick below test submit surname vespucci write your e2e test function do browser fill surname vespucci pressbutton submit function browser assert success browser assert text span name amerigo browser assert text span surname vespucci browser assert element span date 1 do expect behavior add a clear and concise description of what you expect to happen the code should pass the fcc test screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box capture d cran 2021 05 21 200652 system please complete the follow information irrelevant additional context add any other context about the problem here the solution at use browser assert element s miss and the test be use that it be inconsistent with the previous lesson and accord to the zombie docs we could either use browser assert element span name or browser assert element span name 1
freecodecampfreecodecamp
challenge ask to call preventdefault but it have no effect on the result
Bug
affect page your code class myform extend react component constructor prop super prop this state input submit this handlechange this handlechange bind this this handlesubmit this handlesubmit bind this handlechange event this setstate input event target value handlesubmit event change code below this line event preventdefault this setstate prevstate prop submit prevstate input change code above this line render return change code below this line change code above this line submit change code below this line this state submit change code above this line expect behavior the challenge state note you also must call event preventdefault in the submit handler to prevent the default form submit behavior which will refresh the web page but call preventdefault doesn t have any effect the test pass without call it and there be no visual difference between the state where preventdefault be call and where it be omit as far as I can tell if that s the case my suggestion be to add some additional context for camper to learn and be aware of or remove that part altogether system device laptop os ubuntu 20 4 browser opera version 76
freecodecampfreecodecamp
create a separate warning if the server be unreachable
Help Wanted
be your feature request relate to a problem please describe currently the client display the you appear to be offline your progress may not be save message if the browser report that it s offline or if challenge submission fail however challenge submission can fail for several reason and not necessarily because a user be unable to get online describe the solution you d like as second message to be show if the server can not be reach the server could not be reach please contact support if this you see this message again something along those line
freecodecampfreecodecamp
fcc curriculum be not load in philippine
Bug
there have be a couple of post in the forum and reddit page about user in the philippine not be able to access the website user be say that the website do not load for they or they be get this message you appear to be offline your progress may not be save I know that this message have appear in the past and usually resolve itself pretty quickly but it have be a couple day now and the problem be still there here be a screenshot from one of the user in the philippine when they try to access the page image
freecodecampfreecodecamp
error of right option in datum analysis with python course
Bug
affect page add a link to the code challenge with the problem your code copy and paste the code from the editor that you use in between the back tick below a np arange 5 a 20 above problem show right answer as 0 1 2 3 4 but expect behavior add a clear and concise description of what you expect to happen the right answer should be 20 21 22 24 24 screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box image system please complete the follow information device desktop os window 10 browser chrome version version 90 0 4430 212 additional context add any other context about the problem here
freecodecampfreecodecamp
can we change the hint link of chinese curriculum to english post
Help Wanted
now the hint link in the chinese curriculum be point to invalid chinese forum post we discuss with quincy before and agree that we didn t want to translate the hint can we just update they to english forum post thank
freecodecampfreecodecamp
challenge use a css class to style an element the code look good but can t pass the first test
Bug
affect page use a css class to style an element your code copy and paste the code from the editor that you use in between the back tick below catphotoapp click here to view more cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy energetic submit expect behavior I create this issue on behalf of a learner who report on the chinese forum the code work for I on mac both chinese and english version the learner s system detail be list below screenshot image system please complete the follow information device laptop os window 10 browser chrome version 89 0 4389 114
freecodecampfreecodecamp
josephus problem off by one
Help Wanted
affect page your code javascript function josephus init kill setup let currprisoner 0 const prisoner array init fill true execute prisoner console log kill sequence for let numalive init numalive 1 numalive find next prisoner for let numskip kill numskip 0 numskip do currprisoner currprisoner 1 init while prisoner currprisoner execute prisoner console log currprisoner prisoner currprisoner false return last man stand console log last man stand console log prisoner indexof true return prisoner indexof true josephus 5 2 expect behavior the code that pass the test suite give above provide different output than the traditional description of the problem I think the test suite have an off by one error in initialize the starting position current output with solution that pass test suite kill sequence 2 4 1 0 last man stand 3 expect output per problem description kill sequence 1 3 0 4 last man stand 2 relevant portion of problem description for example if there be n 5 prisoner and k 2 the order the prisoner be kill in let s call it the kill sequence will be 1 3 0 and 4 and the survivor will be 2 see also discussion here propose fix change test suite to josephus 30 3 should return 28 josephus 30 5 should return 2 josephu 20 2 should return 8 josephu 17 6 should return 1 josephus 29 4 should return 1 bug report by jsdisco on the forum
freecodecampfreecodecamp
expand collapse course arrow point to wrong direction
Bug
describe the bug the arrow to the left of expand course collapse course button point down when the list be in collapse state and point up when the list be in expand state this be oppose to standard behavior of similar feature in other app to reproduce step to reproduce the behavior 1 go to 2 look at the arrow to the left of collapse course it point up while the list be in expand state 3 click on the above mention button to collapse the list 4 now the list be collapse state but the arrow point down expect behavior by convention the arrow should point to the right or up when the list be in collapse state and point down when the list be in expand state screenshot image image desktop os ubuntu 20 04 2 lts browser opera version 76 additional context also test this on the same os with firefox 88 0 1 with the same result
freecodecampfreecodecamp
ipado curriculum incompatibility
Bug
open any challenge page on an ipad 2 test so far yield a blank page relate forum post first device user agent mozilla 5 0 macintosh intel mac os x 10 15 4 applewebkit 605 1 15 khtml like gecko version 13 1 safari 605 1 15 my device user agent mozilla 5 0 ipad cpu os 10 3 4 like mac os x applewebkit 603 3 8 khyml like gecko version 10 0 mobile 14g61 safari 602 1 behaviour 1 navigate learn platform be as expect until a challenge with editor page be open 2 page load initially with editor preview 3 before seed be loaded and iframe preview be mount whole page go blank no error I be unable to test any further other than have experience the same in the edge browser as well I would have say 42101 be relate but behaviour be bad no error
freecodecampfreecodecamp
wrong test case solution for drop it problem
Invalid
affect page your code function dropelement arr func var result result push arr filter x func x console log result return result expect behavior it should pass the challenge test case no 2 and no 6 be wrong dropelement 0 1 0 1 function n return n 1 should return 1 0 1 this test case solution be wrong dropelement 1 2 3 9 2 function n return n 2 should return 3 9 2 this test case solution be wrong screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box screenshot system please complete the follow information device laptop os window 10 browser chrome version 90 0 4430 93 additional context add any other context about the problem here
freecodecampfreecodecamp
get help button do not work when click on
Bug
when I use the chrome browser the get help button do not open with the option to look at hint or ask for help on the forum a few people have mention this issue on the forum like here this seem to be an issue with people use the chrome browser expect behavior when the get help button be click there should be a dropdown of option to look at hint or ask for help on the forum you can test this out with the follow challenge use chrome screenshot system please complete the follow information chrome browser
freecodecampfreecodecamp
error with multiple choice question in python for everybody
Bug
the give regex syntax do not capture any of the result in the give answer which create confusion when answer thing question affect page add a link to the code challenge with the problem the problem be find here your code copy and paste the code from the editor that you use in between the back tick below import re s a message from to about meet 2 pm lst re findall s s s print lst not the same as the code below give different output import re s a message from to about meet 2 pm lst re findall s s s print lst expect behaviour add a clear and concise description of what you expect to happen screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box ss of first regex ss of second regex system please complete the follow information device laptop os window 10 browser chrome version late additional context add any other context about the problem here
freecodecampfreecodecamp
test for curriculum helper
Help Wanted
the curriculum helper script could use some test a recent break change to stop the helper work but be green
freecodecampfreecodecamp
replace selenium with cypress in the testable project fcc repo
Help Wanted
currently the automate test suite in the testable project fcc repo use selenium to run test against each of the project because it can be difficult to keep selenium and the web driver for each browser in sync we d like to replace it with cypress cypress now have support for chrome and firefox and would allow we to pin browser version so we don t have browser web driver version issue run the test locally with yarn test or with github action right now there seem to be two main part of the test runner a mocha test at test project js that go through each project and feed the local file path to selenium and selenium logic at test automate automate util js right now selenium be just use to open each local project in the browser click the run test button wait for the test to run and click on the test button to see the result if any of the test fail the error message be take from the dropdown that appear after the test button be click again and feed back to mocha to show in the console if we use cypress to test each project we should be able to replace selenium and the chrome and gecko web driver
freecodecampfreecodecamp
bug in the code challenge
Bug
affect page add a link to the code challenge with the problem your code copy and paste the code from the editor that you use in between the back tick below the global variable var watchlist title inception year 2010 rate pg 13 release 16 jul 2010 runtime 148 min genre action adventure crime director christopher nolan writer christopher nolan actor leonardo dicaprio joseph gordon levitt elliot page tom hardy plot a thief who steal corporate secret through use of dream sharing technology be give the inverse task of plant an idea into the mind of a ceo language english japanese french country usa uk award win 4 oscar another 143 win 198 nomination poster metascore 74 imdbrating 8 8 imdbvote 1 446 708 imdbid tt1375666 type movie response true title interstellar year 2014 rate pg 13 release 07 nov 2014 runtime 169 min genre adventure drama sci fi director christopher nolan writer jonathan nolan christopher nolan actor ellen burstyn matthew mcconaughey mackenzie foy john lithgow plot a team of explorer travel through a wormhole in space in an attempt to ensure humanity s survival language english country usa uk award win 1 oscar another 39 win 132 nomination poster metascore 74 imdbrating 8 6 imdbvote 910 366 imdbid tt0816692 type movie response true title the dark knight year 2008 rate pg 13 release 18 jul 2008 runtime 152 min genre action adventure crime director christopher nolan writer jonathan nolan screenplay christopher nolan screenplay christopher nolan story david s goyer story bob kane character actor christian bale heath ledger aaron eckhart michael caine plot when the menace know as the joker wreak havoc and chaos on the people of gotham the cap crusader must come to term with one of the great psychological test of his ability to fight injustice language english mandarin country usa uk award win 2 oscar another 146 win 142 nomination poster metascore 82 imdbrating 9 0 imdbvote 1 652 832 imdbid tt0468569 type movie response true title batman begin year 2005 rate pg 13 release 15 jun 2005 runtime 140 min genre action adventure director christopher nolan writer bob kane character david s goyer story christopher nolan screenplay david s goyer screenplay actor christian bale michael caine liam neeson katie holmes plot after train with his mentor batman begin his fight to free crime ride gotham city from the corruption that scarecrow and the league of shadow have cast upon it language english urdu mandarin country usa uk award nominate for 1 oscar another 15 win 66 nomination poster metascore 70 imdbrate 8 3 imdbvote 972 584 imdbid tt0372784 type movie response true title avatar year 2009 rate pg 13 release 18 dec 2009 runtime 162 min genre action adventure fantasy director james cameron writer james cameron actor sam worthington zoe saldana sigourney weaver stephen lang plot a paraplegic marine dispatch to the moon pandora on a unique mission become tear between follow his order and protect the world he feel be his home language english spanish country usa uk award win 3 oscar another 80 win 121 nomination poster metascore 83 imdbrate 7 9 imdbvote 876 575 imdbid tt0499549 type movie response true function getrate watchlist only change code below this line var averagerate watchlist filter movie movie director christopher nolan map rating rating imdbrating reduce result rating return parsefloat result parsefloat rating 0 watchlist filter movie movie director christopher nolan length only change code above this line return averagerate console log getrate watchlist expect behavior it be not work like this function getrate watchlist only change code below this line var averagerate watchlist filter movie movie director christopher nolan map rating rating imdbrating reduce result rating return parsefloat result parsefloat rating 0 watchlist filter movie movie director christopher nolan length only change code above this line return averagerate but the challenge be pass if we write it as function getrate watchlist only change code below this line var averagerate watchlist filter movie movie director christopher nolan map rating rating imdbrating reduce result rating return parsefloat result parsefloat rating 0 watchlist filter movie movie director christopher nolan length only change code above this line return averagerate device laptop os window 10 browser chrome
freecodecampfreecodecamp
miss carriage return in main example in lesson
Bug
description I run into a slight hiccup in the networking write a web browser lesson which be part of the scientific computing with python course and figure I d share in case something ought to be do to ease the way for the next person the carriage return be miss from the get request in the main example in which the get request be store in the cmd variable at the 1 09 minute mark in the video like so cmd get http 1 0 n n encode when I copy the code on that page and try to connect with the server the server keep tell I I d send a bad command and that it didn t understand what I want after a bit of experiment I notice that the example in the test section at the bottom of the lesson page have some carriage return r in front of the line feed n like this cmd get http 1 0 r n r n encode when I substitute that line for the one in the main example I be able to successfully connect to the server without issue the carriage return weren t mention in the lesson s video and be just in the test section of the page they may have be optional at the time when that video be make and just happen to be add to the test code it seem that the double crlf r n r n be currently how the http protocol be define by the ietf which explain why the server be confuse by my omission of they yesterday perhaps a note could be add beneath the video on the lesson page let future camper know that the carriage return be now require system device desktop os ubuntu mate 16 04 lts browser firefox version 88 0
freecodecampfreecodecamp
stack method do not pass with removejscomment
Bug
challenge forum post be some part of the code processing chain cause this challenge to fail with the follow code this fail var filteredlist watchlist map movie title movie title rating movie imdbrate filter r return parsefloat r rating 8 0 this pass var filteredlist watchlist map movie title movie title rating movie imdbrating filter r return parsefloat r rating 8 0 the match for filter be fail but it doesn t seem to I like it should be the regex that be the issue assert code match filter g so maybe we inadvertently break something somehow
freecodecampfreecodecamp
test need to accept both www and not www link
Bug
pr 41900 have make all link consistent as www link now a lot of people that be use old solution and the video as guide be fail use not www link test need to be make to accept both kind of link in the 18 challenge affect by the pr discussion here an issue with the help want or first timer only label be open for contribution the first comprehensive pr create will be review and merge we typically do not assign issue to anyone other than long time contributor if you would like to contribute and have not read the contributor docs please do so here if you have any issue with contribute be sure to join we on the contributor channel or on the contributor sub forum
freecodecampfreecodecamp
confusing function argument check obj for prop
Bug
affect page add a link to the code challenge with the problem your code copy and paste the code from the editor that you use in between the back tick below let user alan age 27 online true jeff age 32 online true sarah age 48 online true ryan age 19 online true function iseveryonehere obj only change code below this line only change code above this line console log iseveryonehere user expect behavior the seed code and description for this challenge be confuse we ve create an object user with some user in it and a function iseveryonehere which we pass the user object to as an argument finish write this function so that it return true only if the user object contain all four name alan jeff sarah and ryan as key and false otherwise the challenge can be interpret as ask the user to reference the global variable user inside of their function the challenge can pass with code reference the global object user or reference the function argument obj which be the intend solution personally I think the code should only function correctly when reference the function argument to encourage good practice system please complete the follow information all
freecodecampfreecodecamp
streak break
Bug
the follow two problem occur for the javascript course I be go for a full month streak on freecodecamp and I be surprised that my submit solution one solution yesterday be remove for some reason and when I come back today I see that the question be not mark as solve even though I submit it yesterday and pass the second issue that I solve order question same order as freecodecamp curriculum but one of the question that I solve two day ago be mark as not solve as well affect page add a link to the page with the problem expect behavior a clear and concise description of what you expect to happen I be expect for the result to be save not to be lose and the streak to break screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box image system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 additional context add any other context about the problem here
freecodecampfreecodecamp
footer inconsistency when visit learn
Bug
when visit freecodecamp org learn via the yellow button or directly from the url it redirect to freecodecamp org learn this also happen on freecodecamp dev this url do not have a footer when click on the menu and click the curriculum link it redirect to freecodecamp org learn which do have a footer affect page and to reproduce 1 go to freecodecamp org 2 click the yellow button 3 scroll to the bottom 4 click the menu button 5 click the curriculum link 6 scroll to the bottom expect behavior learn should have a footer or learn should not have a footer screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box system please complete the follow information device desktop os window 10 browser chrome version 78
freecodecampfreecodecamp
break test case regex
Bug
this issue be an extension of 41905 multiple challenge suffer the same regex incorrectness in css challenge this be a list of affect challenge specify how font should degrade size your image use abbreviate hex code use rgb to mix color es6 template literal expect behavior test case should pass but the regex incorrectness in handle space prevent it from pass system please complete the follow information device all os all browser chrome firefox version late additional context refer to 41905 for more info I can work on this
freecodecampfreecodecamp
requirement or description be wrong
Bug
affect page your code html catphotoapp click here to view more cat photo expect behavior I set the height instead of the width to 100px as the image be a perfect square this also change the width therefore this code should either pass the challenge or the pass requirement should be adjust screenshot image image image system please complete the follow information device laptop os linux mint browser firefox version 88 0 additional thought in the next challenge there s this comment note this challenge allow for multiple possible solution for example you may add border radius to either the thick green border class or the small image class we could add the same thing in this challenge
freecodecampfreecodecamp
unify asset to cdn freecodecamp org
Bug
we should unify static asset to use the cdn freecodecamp org cdn the cdn repo be here list of asset not use cdn freecodecamp org edit all the below project have be update build a tribute page the image be on flickr need to be move to cdn and have the codepen update build a product landing page the logo image be on aw need to be move to cdn and have the codepen update build a personal portfolio webpage be use raw githubusercontent com the image be already in the cdn repo but the codepen need to be update to use cdn freecodecamp org instead if anyone know of other asset that should be add to the list please post they here
freecodecampfreecodecamp
stale video nest anchor element
Bug
affect page your code typical user code catphotoapp view more cat photo kitty ipsum dolor sit amet shed everywhere shed everywhere stretch attack your ankle chase the red dot hairball run catnip eat the grass sniff purr jump eat the grass rip the couch scratch sunbathe shed everywhere rip the couch sleep in the sink fluffy fur catnip scratch expect behavior we ve have an uptick of people blindly copy the help video from this challenge without read the instruction this lead to camper fail the requirement you should only have one a element this be generally a problem with the help video unfortunately copy with zero understanding do this video link need to be update or remove screenshot if applicable add screenshot to help explain your problem you can drag and drop png jpg gif etc in this box system please complete the follow information device e g iphone6 laptop os e g ios 14 window 10 ubuntu 20 4 browser e g chrome safari version e g 22 additional context add any other context about the problem here
freecodecampfreecodecamp
break test case responsive web design basic css import a google font
Bug
affect page responsive web design basic css import a google font your code html catphotoapp click here to view more cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy energetic submit expect behavior should pass all test case 100 but instead fail on the third test case you should only use an h2 element selector to change the font system please complete the follow information device laptop os window 8 1 pro late update browser firefox chrome opera version latest all additional context the bug exist at the rule declaration colon where add a space break the test fixture the follow piece of css doesn t pass the test despite be valid and correct css h2 font family lobster extra space before colon while the following pass css h2 font family lobster remove space before colon per the w3c syntax and basic datum type documentation the declaration property s s value regex be use to verify css rule declaration I d like to work on a fix for this if this will be fix
freecodecampfreecodecamp
log out in espanol redirect to english home page
Bug
if I be sign in as a user while on freecodecamp org espanol and log out I be redirect to the english home page chinese freecamp org redirect to the chinese page
freecodecampfreecodecamp
doctype isn t case sensitive in challenge
Bug
the layout of the bug template change dramatically so I m a little afraid I click on the wrong button I couldn t find a well option though so here s the issue affect page your code this be what get s accept html bug expect behavior only uppercase doctype should be accept screenshot image system please complete the follow information device laptop os linux mint browser firefox version 88 0
freecodecampfreecodecamp
develop error loading editor with safari
Bug
use npm run develop and safari try to load a challenge that have the editor give an error screen shoot 2021 04 22 at 8 22 03 am this pop up on the page and it be stuck you can t close the pop up or get to the challenge in any way I frequently see this pop up on firefox as well but you be able to close it and continue to the challenge it didn t show up on firefox after a few quick try so I think it may not be an issue with it anymore I don t think it s a huge issue a workaround be to build the site locally then the popup doesn t show
freecodecampfreecodecamp
html challenge link be inconsistent
Help Wanted
describe your problem and how to reproduce it about 19 of the html lesson contain link either in the html code or in the description instruction 16 of they use short link for example freecodecamp org 2 of they use long link for example www freecodecamp org 1 use a mixture of both I suggest use one style for all challenge personally I m in favor of the short variant as it s easy to read for new student add a link to the page with the problem this originate here issuecomment 824105202 link to challenge thisisalink com 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 www thisisalink com 1 1 mixture of both tell we about your browser and operating system browser name firefox browser version 88 0 64 bit operating system linux
freecodecampfreecodecamp
back button target preview page in code challenge
Bug
describe your problem and how to reproduce it 1 go here 2 create the request form 3 enter something in that text field and press enter 4 a thank you page appear in the preview section see first screenshot everything be great up until now here come the problem 5 the user can now press back in the browser or on the mouse or via a keyboard shortcut this however doesn t go to the previous full page instead it mess up the preview panel see second screenshot 6 the user can then repeat step 1 6 as often as he want it s kind of janky and doesn t seem like it should exist see third screenshot add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version 88 0 64bit operating system linux mint if possible add a screenshot here you can drag and drop png jpg gif etc in this box freeweirdcodebehaviour0 freeweirdcodebehaviour1 freeweirdcodebehaviour2
freecodecampfreecodecamp
inconsistent styling of forum icon button
Bug
describe the bug the follow icon button of the of the new topic reply dialog don t have their color invert on hover enter full screen composer minimize the composer panel toggle preview to reproduce step to reproduce the behavior 1 go to the forum 2 click on new topic 3 hover over the icon button on the right expect behavior I expect color of the button to be invert so that I can see what button I m hover over screenshot incorrect behaviour enter fullscreen composer minimize the composer panel show preview expect create topic
freecodecampfreecodecamp
extremely slow
Bug
I have be code alot on fcc lately but the connection be appalling after a few week here be what I have try clear cache restart computer ask arond close all of my tab make sure google chrome be only open checking with other people that it work for they and it do perfectly
freecodecampfreecodecamp
remove intro markdown
Help Wanted
as discuss here issuecomment 814856761 the md file in client src page learn be in need of cleanup they re currently quite misleading because all the intro text be now source from json file in client i18n locale but we still source the md file in client gatsby node js ideally the datum they provide should be source from somewhere else so that we can remove the md file entirely at first glance the client i18n locale english intro json should contain all the info we need
freecodecampfreecodecamp
image serve use cdn freecodecamp org return 403 forbid
Bug
the background image on the build a survey form example project on codepen be return a 403 the same image serve use raw githubusercontent com work it also load fine if you just open it in the browser test on codepen replit jsfiddle all with the same result 403 example codepen might just be a temporary hiccup but I want to post an issue just in case not sure if this should be label devop
freecodecampfreecodecamp
e keymap not work in challenge with js
Bug
describe the bug in challenge which make use of js in the editor the e keymap doesn t work as in it doesn t focus on the editor to reproduce step to reproduce the behavior 1 go to any challenge with a js editor like comment your javascript code or add comment in jsx 2 don t focus on the editor 3 click e in your keyboard 4 the editor doesn t get focus
freecodecampfreecodecamp
incorrect use of display property in article text
Bug
the article text incorrectly use the display property with position value example first set the display property of the parent element to relative then for the child element set the display property to absolute and top to 50 the actual code example that follow be correctly use the position property news article
freecodecampfreecodecamp
link to news from search open in same tab
Bug
if you search news article use the search bar on learn and click one it open in the current tab all the link to news in the footer open in a new tab seem like they should all open in a new tab
freecodecampfreecodecamp
do we drop support for safari
Bug
look at pr 41501 it seem so just as a head up we be start to see forum thread now from safari user and that specific challenge example
freecodecampfreecodecamp
manipulate complex object javascript pass with trivial code
Bug
describe your problem and how to reproduce it previous comment I know go for something like this defeat the whole purpose of learn I just couldn t help but try this and it pass since I have some hard challenge so far that really engage I by put so many limit on I think maybe I should report this so that a new limit to prevent such action make it more engaging I m sorry if this be not the place to post or its not important at all thank you for this great site its help I learn quite fast and its pretty fun and engage the challenge pass with incorrect code description use this code which simply add to the array before the sample code and pass all the test js var mymusic this be what I try xd artist billy joel title piano man release year 1973 format cd 8 t lp gold true add a record here previous comment what I do be that I see the challenge require the 1 second object of the array to have certain criterion and no other limitation put a at the start instead of type an entire 2nd object make the challenge pass add a link to the page with the problem if possible add a screenshot here you can drag and drop png jpg gif etc in this box na
freecodecampfreecodecamp
two spanish challenge with the same title
Bug
curriculum challenge espanol 01 responsive web design css flexbox apply the flex direction property to create a column in the tweet embed md and curriculum challenge espanol 01 responsive web design css flexbox apply the flex direction property to create row in the tweet embed md have the same title aplica la propiedad flex direction para crear fila en el tweet insertado rafaeldavish could you take a look unfortunately it ll cause the test to fail
freecodecampfreecodecamp
spanish css strong tag bug
Bug
challenge file as report by raulsancte this challenge have a malformed strong tag around the note I be not sure why the opening tag get like this image
freecodecampfreecodecamp
the dataset link lead to a 404 page
Bug
describe your problem and how to reproduce it I m currently translate this article to chinese and the several dataset link under a note on objectivity lead to a 404 page add a link to the page with the problem recommend fix suggestion how would you update it if there be an update url I would love to include it in the original and translate article if possible add a screenshot here you can drag and drop png jpg gif etc in this box screen shoot 2021 03 28 at 5 01 17 pm screen shoot 2021 03 28 at 5 01 34 pm
freecodecampfreecodecamp
unnecessary for i d attribute in basic html and html5
Bug
describe your problem and how to reproduce it form challenge in the basic html and html5 course suggest use for attribute on form label it be consider good practice to set a for attribute on the label element with a value that match the value of the i d attribute of the input element however this be only true when input be not nest within label when use nesting this relationship be create implicitly see therefore the following example in the link below html indoor should either be remove in favour of keep only the first example which feature a nested label without explicit association or replace with a non nest version often prefer in real world scenario due to more styling control html indoor why I feel this be important for a beginner learn html explicit relationship use attribute introduce additional cognitive load and be unnecessary due to the implicit relationship create by nest they could also create confusion when the name and value attribute be introduce later in the context of form name or value often share the same value with i d so they could be mix up easily by a beginner additional note I have test with voiceover on macos and nvda on window across chrome and firefox both system and safari on macos and confirm that input label be read aloud correctly when use implicit association add a link to the page with the problem and subsequent form base challenge tell we about your browser and operating system screen reader support for nest label test across the follow browser browser name google chrome browser version 89 0 4389 90 official build arm64 operating system macos big sur 11 3 beta 20e5217a browser name firefox browser version 87 0 64 bit operating system macos big sur 11 3 beta 20e5217a browser name safari browser version 14 1 16611 1 21 1 12 operating system macos big sur 11 3 beta 20e5217a browser name google chrome browser version 89 0 4389 90 official build 64 bit operating system window 10 pro 20h2 19042 906 browser name firefox browser version 87 0 64 bit operating system window 10 pro 20h2 19042 906 if possible add a screenshot here you can drag and drop png jpg gif etc in this box see code example above
freecodecampfreecodecamp
reuse javascript code use import challenge throw
Bug
challenge forum thread typeerror unknown 0 s extname be not a function not sure what be go on maybe it s relate to some dependency update I didn t look into it at all
freecodecampfreecodecamp
redundant scrollbar in curriculum answer
Bug
look forward for report a security issue please report security issue by send an email to instead of raise a github issue describe the bug under many or probably all answer in course question there be a vertical scrollbar that do nothing there be nothing to scroll through it be not break anything but it be a little bit annoying and misleading in a way that I be confused if maybe a part of the answer be hide and I need to scroll through to see it fully I haven t check all question but this probably apply to every single question in all course to reproduce step to reproduce the behavior 1 go to freecodecamp s curriculum webpage 2 click on any of the video to the course e g 3 scroll down to question answer 4 look at the bottom of every question expect behavior I guess there shouldn t be any scrollbar if they be not need screenshot screenshot from 2021 03 26 13 47 27 desktop please complete the follow information os cento 7 browser chrome version 89 0 4389 82 official build 64 bit additional context add any other context about the problem here
freecodecampfreecodecamp
shaun develop break on browser load
Bug
potentially upgrading to mongodb 4 have break the gitpod development I be look into it but here be the error shorten error I try to restart mongodb after an initial crash console gitpod workspace freecodecamp mongod t date 2021 03 25t20 17 06 840 00 00 s I c control i d 23285 ctx main msg automatically disable tls 1 0 to force enable tls 1 0 specify ssldisabledprotocol none t date 2021 03 25t20 17 06 842 00 00 s w c asio i d 22601 ctx main msg no transportlayer configure during networkinterface startup t date 2021 03 25t20 17 06 842 00 00 s I c network i d 4648601 ctx main msg implicit tcp fastopen unavailable if tcp fastopen be require set tcpfastopenserver tcpfastopenclient and tcpfastopenqueuesize t date 2021 03 25t20 17 06 842 00 00 s I c storage i d 4615611 ctx initandlisten msg mongodb start attr pid 5489 port 27017 dbpath datum db architecture 64 bit host ws 09fd1a75 ab9b 4403 9cbc 022f6cd3bff1 t date 2021 03 25t20 17 06 842 00 00 s w c control i d 20720 ctx initandlisten msg available memory be less than system memory attr availablememsizemb 12288 systemmemsizemb 64322 mongod version console gitpod workspace freecodecamp mongod version db version v4 4 2 build info version 4 4 2 gitversion 15e73dc5738d2278b688f8929aee605fe4279b0e opensslversion openssl 1 1 1f 31 mar 2020 module allocator tcmalloc environment distmod ubuntu2004 distarch x86 64 target arch x86 64 full error console t date 2021 03 25t20 13 18 057 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 33936 connectionid 1 connectioncount 1 t date 2021 03 25t20 13 18 060 00 00 s I c network i d 51800 ctx conn1 msg client metadata attr remote 127 0 0 1 33936 client conn1 doc driver name nodejs version 3 5 5 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le legacy t date 2021 03 25t20 13 18 071 00 00 s I c storage i d 20320 ctx conn1 msg createcollection attr namespace freecodecamp user uuiddisposition generate uuid uuid uuid fbec89a6 62e6 4a86 a1e4 c4c3ec7b6417 option t date 2021 03 25t20 13 18 072 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 33942 connectionid 2 connectioncount 2 t date 2021 03 25t20 13 18 072 00 00 s I c network i d 51800 ctx conn2 msg client metadata attr remote 127 0 0 1 33942 client conn2 doc driver name nodejs version 3 5 5 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le legacy t date 2021 03 25t20 13 18 073 00 00 s I c storage i d 20320 ctx conn2 msg createcollection attr namespace freecodecamp user uuiddisposition generate uuid uuid uuid 196acb64 73d1 4a46 9244 a49a9437ead6 option t date 2021 03 25t20 13 18 073 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 33944 connectionid 3 connectioncount 3 t date 2021 03 25t20 13 18 074 00 00 s I c network i d 51800 ctx conn3 msg client metadata attr remote 127 0 0 1 33944 client conn3 doc driver name nodejs version 3 5 5 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le legacy t date 2021 03 25t20 13 18 182 00 00 s I c index i d 20345 ctx conn1 msg index build do building attr builduuid null namespace freecodecamp user index i d committimestamp timestamp t 0 I 0 t date 2021 03 25t20 13 18 182 00 00 s I c command i d 51803 ctx conn1 msg slow query attr type command n freecodecamp user command insert user document i d oid 5bd30e0f1caf6ac3ddddddb5 email emailverifie true progresstimestamp isbanne false ischeater false username developmentuser about name development user location picture acceptedprivacyterm true sendquincyemail false currentchallengeid ishon false isfrontendcert false isdataviscert false isbackendcert false isfullstackcert false isrespwebdesigncert false is2018dataviscert false isfrontendlibscert false isjsalgodatastructcert false isapismicroservicescert false isinfosecqacert false isqacertv7 false isinfoseccertv7 false is2018fullstackcert false isscicomppycertv7 false isdataanalysispycertv7 false ismachinelearningpycertv7 false completedchallenge portfolio yearstopcontributor rand 0 6126749173148205 theme default profileui islocke true showabout false showcert false showdonation false showheatmap false showlocation false showname false showpoint false showportfolio false showtimeline false badge coreteam isdonate false emailauthlinkttl null emailverifyttl null order true lsid i d uuid 1c249d4c c6b7 439b a4f9 037d9b05e0da db freecodecamp ninserte 1 keysinserte 1 numyield 0 reslen 45 lock parallelbatchwritermode acquirecount r 5 replicationstatetransition acquirecount w 5 global acquirecount r 2 w 3 database acquirecount r 2 w 3 collection acquirecount r 1 w 3 mutex acquirecount r 6 flowcontrol acquirecount 3 timeacquiringmicro 2 storage protocol op msg durationmilli 110 t date 2021 03 25t20 13 18 217 00 00 s I c storage i d 20279 ctx conn2 msg conflict create a collection attr namespace freecodecamp user uuid uuid uuid 196acb64 73d1 4a46 9244 a49a9437ead6 t date 2021 03 25t20 13 18 232 00 00 s I c command i d 51803 ctx conn2 msg slow query attr type command n freecodecamp user command insert user document i d oid 5bd30e0f1caf6ac3ddddddb9 email emailverifie true progresstimestamp isbanne false ischeater false username twaha about name development user location picture acceptedprivacyterm true sendquincyemail false currentchallengeid ishon false isfrontendcert false isdataviscert false isbackendcert false isfullstackcert false isrespwebdesigncert false is2018dataviscert false isfrontendlibscert false isjsalgodatastructcert false isapismicroservicescert false isinfosecqacert false isqacertv7 false isinfoseccertv7 false is2018fullstackcert false isscicomppycertv7 false isdataanalysispycertv7 false ismachinelearningpycertv7 false completedchallenge portfolio yearstopcontributor rand 0 6126749173148205 theme default profileui islocke true showabout false showcert false showdonation false showheatmap false showlocation false showname false showpoint false showportfolio false showtimeline false badge coreteam isdonate false emailauthlinkttl null emailverifyttl null order true lsid i d uuid 5ca869ad cd40 4a77 9cd4 2ecb8ea5635f db freecodecamp ninserte 1 keysinserte 1 writeconflict 1 numyield 0 reslen 45 lock parallelbatchwritermode acquirecount r 6 replicationstatetransition acquirecount w 6 global acquirecount r 2 w 4 database acquirecount r 2 w 4 collection acquirecount r 1 w 4 mutex acquirecount r 6 flowcontrol acquirecount 4 timeacquiringmicro 4 storage protocol op msg durationmilli 159 t date 2021 03 25t20 13 18 234 00 00 s I c network i d 22944 ctx conn2 msg connection end attr remote 127 0 0 1 33942 connectionid 2 connectioncount 2 t date 2021 03 25t20 13 18 234 00 00 s I c network i d 22944 ctx conn1 msg connection end attr remote 127 0 0 1 33936 connectionid 1 connectioncount 1 t date 2021 03 25t20 13 18 234 00 00 s I c network i d 22944 ctx conn3 msg connection end attr remote 127 0 0 1 33944 connectionid 3 connectioncount 0 t date 2021 03 25t20 13 18 480 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 33972 connectionid 4 connectioncount 1 t date 2021 03 25t20 13 18 480 00 00 s I c network i d 51800 ctx conn4 msg client metadata attr remote 127 0 0 1 33972 client conn4 doc application name mongodb shell driver name mongodb internal client version 4 4 2 os type linux name ubuntu architecture x86 64 version 20 04 t date 2021 03 25t20 13 18 483 00 00 s I c command i d 20461 ctx conn4 msg cmd fsync attr lock true t date 2021 03 25t20 13 18 645 00 00 s w c command i d 20471 ctx fsynclockworker msg warn instance be lock block all write the fsync command have finish execution remember to unlock the instance use fsyncunlock t date 2021 03 25t20 13 18 645 00 00 s I c command i d 20462 ctx conn4 msg mongod be lock and no write be allow attr lockcount 1 seealso t date 2021 03 25t20 13 18 646 00 00 s I c command i d 51803 ctx conn4 msg slow query attr type command n admin cmd appname mongodb shell command fsync 1 0 lock true lsid i d uuid 9ec4ae4b ed3d 4d8d 898f fa0d9f99fba0 db admin numyield 0 reslen 182 lock mutex acquirecount w 1 protocol op msg durationmilli 162 t date 2021 03 25t20 13 18 646 00 00 s I c command i d 20465 ctx conn4 msg command unlock request t date 2021 03 25t20 13 18 658 00 00 s I c command i d 20466 ctx conn4 msg fsyncunlock complete attr lockcount 0 t date 2021 03 25t20 13 18 661 00 00 s I c network i d 22944 ctx conn4 msg connection end attr remote 127 0 0 1 33972 connectionid 4 connectioncount 0 t date 2021 03 25t20 13 36 765 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 35136 connectionid 5 connectioncount 1 t date 2021 03 25t20 13 36 765 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 35138 connectionid 6 connectioncount 2 t date 2021 03 25t20 13 36 765 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 35140 connectionid 7 connectioncount 3 t date 2021 03 25t20 13 36 772 00 00 s I c network i d 51800 ctx conn5 msg client metadata attr remote 127 0 0 1 35136 client conn5 doc driver name nodejs version 3 6 3 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le legacy t date 2021 03 25t20 13 36 772 00 00 s I c network i d 51800 ctx conn6 msg client metadata attr remote 127 0 0 1 35138 client conn6 doc driver name nodejs version 3 6 3 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le legacy t date 2021 03 25t20 13 36 775 00 00 s I c network i d 51800 ctx conn7 msg client metadata attr remote 127 0 0 1 35140 client conn7 doc driver name nodejs version 3 6 3 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le unified t date 2021 03 25t20 13 36 796 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 35142 connectionid 8 connectioncount 4 t date 2021 03 25t20 13 36 797 00 00 s I c network i d 51800 ctx conn8 msg client metadata attr remote 127 0 0 1 35142 client conn8 doc driver name nodejs version 3 6 3 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le unified t date 2021 03 25t20 13 36 798 00 00 s I c storage i d 20320 ctx conn8 msg createcollection attr namespace freecodecamp session uuiddisposition generate uuid uuid uuid 85bb3494 7165 4e36 a25d fdfa45918b0d option t date 2021 03 25t20 13 36 900 00 00 s I c index i d 20345 ctx conn8 msg index build do building attr builduuid null namespace freecodecamp session index i d committimestamp timestamp t 0 I 0 t date 2021 03 25t20 13 36 900 00 00 s I c index i d 20345 ctx conn8 msg index build do building attr builduuid null namespace freecodecamp session index expire 1 committimestamp timestamp t 0 I 0 t date 2021 03 25t20 13 36 900 00 00 s I c command i d 51803 ctx conn8 msg slow query attr type command n freecodecamp session command createindexe session index name expire 1 key expire 1 expireaftersecond 0 lsid i d uuid 82885bda 9207 4194 bcc5 e2f50d3aa14a db freecodecamp numyield 0 reslen 114 lock parallelbatchwritermode acquirecount r 5 replicationstatetransition acquirecount w 5 global acquirecount r 2 w 3 database acquirecount r 2 w 3 collection acquirecount r 4 w 2 mutex acquirecount r 5 flowcontrol acquirecount 1 timeacquiringmicro 1 storage protocol op msg durationmilli 101 t date 2021 03 25t20 13 47 301 00 00 s I c network i d 22943 ctx listener msg connection accept attr remote 127 0 0 1 35840 connectionid 9 connectioncount 5 t date 2021 03 25t20 13 47 301 00 00 s I c network i d 51800 ctx conn9 msg client metadata attr remote 127 0 0 1 35840 client conn9 doc driver name nodejs version 3 6 3 os type linux name linux architecture x64 version 5 4 0 1024 gcp platform node js v14 16 0 le unified potentially relevant client error console to create a production build use gatsby build warn critical dependency the request of a dependency be an expression warn critical dependency the request of a dependency be an expression warn chunk commons mini css extract plugin conflict order follow module have be add css node modules css loader dist cjs js ruleset 1 rule 9 one of 1 use 1 node modules gatsby plugin postcss node modules postcs s loader dist cjs js ruleset 1 rule 9 oneof 1 use 2 src templ ate challenge component completion modal css despite it be not able to fulfill desire order with these module css node modules css loader dist cjs js ruleset 1 rule 9 one of 1 use 1 node modules gatsby plugin postcss node modules postcs s loader dist cjs js ruleset 1 rule 9 oneof 1 use 2 src templ ate challenge project tool panel css couldn t fulfill desire order of chunk group s component src template challenge project frontend show js while fulfil desire order of chunk group s component src template challenge project backend show js warn chunk commons mini css extract plugin conflict order follow module have be add css node modules css loader dist cjs js ruleset 1 rule 9 one of 1 use 1 node modules gatsby plugin postcss node modules postcs s loader dist cjs js ruleset 1 rule 9 oneof 1 use 2 src templ ate challenge component help modal css despite it be not able to fulfill desire order with these module css node modules css loader dist cjs js ruleset 1 rule 9 one of 1 use 1 node modules gatsby plugin postcss node modules postcs s loader dist cjs js ruleset 1 rule 9 oneof 1 use 2 src templ ate challenge project tool panel css couldn t fulfill desire order of chunk group s component src template challenge project frontend show js while fulfil desire order of chunk group s component src template challenge project backend show js success build development bundle 119 147 couldn t read the file workspace freecodecamp client possibly due to source map fail original error error enoent no such file or directory open public webpack stat json at object opensync fs js 476 3 at object fs as readfilesync fs js 377 35 at workspace freecodecamp client public webpack freecodecamp client cache ssr develop static entry js 24 3 at workspace freecodecamp client public render page js 410298 3 at object workspace freecodecamp client public render page js 410303 12 at module compile internal modules cjs loader js 1063 30 at object module extension js internal modules cjs loader js 1092 10 at module load internal modules cjs loader js 928 32 at function module load internal module cjs loader js 769 14 at module require internal module cjs loader js 952 19 errno 2 syscall open code enoent path public webpack stat json fail to validate error error validationerror filepath be not allow to be empty original context path filepath line undefined column undefine filepath location start object text the path errore during ssr n n edit its component to resolve the error level warning docsurl stack code 11614 detail message filepath be not allow to be empty path array type string empty context object npm err code elifecycle npm err errno 1 npm err freecodecamp develop gatsby develop inspect 9230 h 0 0 0 0 npm err exit status 1 npm err npm err fail at the freecodecamp develop script npm err this be probably not a problem with npm there be likely additional log output above npm err a complete log of this run can be find in npm err home gitpod npm log 2021 03 25t20 43 43 034z debug log
freecodecampfreecodecamp
typo extra paragraph on final react and redux lesson
Bug
describe your problem and how to reproduce it there be a paragraph tag break up the sentence at the start of the create react app link add a link to the page with the problem tell we about your browser and operating system browser name chrome browser version late operating system maco if possible add a screenshot here you can drag and drop png jpg gif etc in this box image
freecodecampfreecodecamp
inconsistent styling on forum button and dropdown
Bug
image and some of the dropdown be not style correctly image link to repository
freecodecampfreecodecamp
video challenge console error
Bug
error in the browser console when view load a video challenge fail to execute postmessage on domwindow the target origin provide do not match the recipient window s origin get 404 get 404 example page desktop please complete the follow information os window 10 browser test chromium base browser version late appear on org and dev
freecodecampfreecodecamp
redux register a store listener challenge pass with incorrect answer
Help Wanted
describe your problem and how to reproduce it hi there a forum user in this discussion want to know why they receive an error message for their code when it pass the test here be the fcc instruction write a callback function that increment the global variable count every time the store receive an action and pass this function in to the store subscribe method but the user s answer do not include a callback function as you can see in the screenshot I think the test should only pass if a callback function be use thank add a link to the page with the problem if possible add a screenshot here you can drag and drop png jpg gif etc in this box
freecodecampfreecodecamp
intellisense suggestion box appear out of place
Bug
describe the bug intellisense usually show a list and box to the side of the menu with detail of the current function object etc since intellisense have be disable the suggestion box should not be visible but that isn t so in the below picture there be two box the one on the right ie detailed box be the one that appear which shouldn t happen screenshot 7 to reproduce step to reproduce the behavior 1 open any problem 2 type something 3 click ctrl space sometimes it appear in first try but for sure it will appear when you click the button the second time 4 look at the top right corner to see a black out of place box this be the suggestion box expect behavior that box should not be visible screenshot screenshot 760 li desktop please complete the follow information os window 10 browser chrome edge firefox I can create a pr once the bug be reproduce by other
freecodecampfreecodecamp
error message be show for fcc news homepage in certain situation this issue be also for the author login
Bug
describe the bug when you try to access the fcc news author account or click on the logo at the top of the fcc news page you get this error message we be upgrade this part of freecodecamp org for the next few minute I first notice this issue when I try to login into my author account and then a few people mention this issue on the twitter account under one of the recent post you can still access the individual article and even the homepage but not the ghost account login or try to click on the logo for the homepage to reproduce step to reproduce the behavior 1 go to 2 click on the news option or 1 go to 2 click on the logo or 1 go to signin expect behavior when you click on the logo or go to the ghost sign in you should be able to see the content screenshot desktop please complete the follow information os e g macbook pro browser test on chrome and safari smartphone please complete the follow information device e g iphonese
freecodecampfreecodecamp
chore replace single line inline code block with multi line code block
Help Wanted
to make single line code code block stand out more we want to replace all such inline code block with multi line code block in the description and instruction section of a challenge there be 4 file that also have extra character at the end that have already be fix see pr 41498 so if you search all the file locate in curriculum challenge english with the follow regex you will find all the instance remain to be fix note do not include the python challenge the single line code block be in the answer section which we do not want to change at this point js gi each replacement should make sure to reference the applicable language of the code see the follow example html code before markdown important button after markdown html important button css code before markdown animation iteration count 3 after markdown css animation iteration count 3 javascript code before markdown myvar myvar 5 after markdown js myvar myvar 5 jsx code before markdown mellow yellow after markdown jsx mellow yellow task x replace any single inline code block with character at end with multi line code block see pr 41498 replace all single inline code block with multi line code block by create a separate prs for each certification affect x responsive web design 46 code block in 36 challenge assign to sembauke x javascript algorithm and datum structure 35 code block in 25 challenge assign to ieahleen x front end librarie 28 code block in 25 challenge assign to laurentlabine x datum visualization 9 code block in 9 challenge assign to x code interview prep 25 code block in 9 file assign to to get this task accomplish quickly we be fine with multiple contributor take on this issue please let we know which section s you plan to create prs for so other will know not to work on those section we be limit this issue to contributor who have already contribute in the past
freecodecampfreecodecamp
i18n completion modal block name aren t be translate
Bug
in the completion modal after pass a challenge the block name be show up in english screen shoot 2021 03 16 at 3 32 02 pm but the breadcrumb screen shoot 2021 03 16 at 3 32 15 pm and superblock page screen shoot 2021 03 16 at 3 32 28 pm it have the translate block name I wouldn t think it would be too hard to use the exist translation in the completion modal
freecodecampfreecodecamp
i18n chinese motivational and congratulatory quote be in english
Bug
congratulatory quote at the top of the image screen shoot 2021 03 16 at 1 25 53 pm motivational quote when on chinese learn screen shoot 2021 03 16 at 3 21 24 pm the file that hold these quote be here it d be nice to get a few translation in there unless something have change this doesn t have to be a translation of the english version and the array don t need to be the same length so maybe if we could get 10 or so of each type in there more would be well but 10 be probably enough to start
freecodecampfreecodecamp
curriculum bug in the create a variable for a specific area challenge
Bug
describe your problem and how to reproduce it the challenge expect the camper to add the follow css property to the penguin class css penguin belly white however the follow code which do not accomplish the challenge pass due to a lack of specificity in the regex assertion css background color penguin belly white note that this code will not change the colour of the penguin s belly and should not pass this could potentially be fix with a change in the test regex to js penguin s s s n s penguin belly s s white s s s gi which would assert the penguin belly be precede by a new line and some space but no non space character add a link to the page with the problem if possible add a screenshot here you can drag and drop png jpg gif etc in this box image screenshot provide by zeal 6159 on discord
freecodecampfreecodecamp
bug certification page use night theme when set for code format
Bug
describe the bug I m back again with another bug that I ve observe in the certification page it use the night theme setting when style code in the solution modal but the page doesn t use night theme elsewhere to reproduce 1 visit your setting and ensure that the night mode be set to on 1 visit a certification with script in it eg 1 scroll down to the project click on any solution 1 observe that the code be barely readable because its use the night theme code colour but the certification page itself doesn t use the night theme for anything else image for bonus point go back and switch night mode off and observe that it then show readable code image expect behavior should ignore the night theme setting and display in consistent colour
freecodecampfreecodecamp
low priority ignore comment when check the code in the challenge
Help Wanted
this be low priority and I m not sure if it have be bring up sorry if I m do this wrong on one of the challenge I have comment out the splice call but I still get an error that I should not use it I assume when the check be be perform they be not skip comment out line tell we about your browser and operating system browser name edge browser version version 89 0 774 45 operating system window
freecodecampfreecodecamp
should contextual navigation be remove
Help Wanted
in the past we have add contextual navigation button in the ui to be able to reduce the nav item since we have group all nav item in the menu button I be wonder if have they in different page be redundant specially button that redirect to setting portfolio and sign out image image image etc
freecodecampfreecodecamp
responsive web design certification
Bug
describe your problem and how to reproduce it hello when I click on the view responsive web design certification link it redirect I to the home page of freecodcamp try look for answer online with no result please help I thank you add a link to the page with the problem recommend fix suggestion how would you update it capture if possible add a screenshot here you can drag and drop png jpg gif etc in this box
freecodecampfreecodecamp
miss warn about extension
Bug
we use to have a warning about extension at the start of the css challenge but with the new curriculum layout there be no intro page which be where the warning be locate not sure if this be intentionally miss now or if the warning should be add back to the block description
freecodecampfreecodecamp
show indication for complete course on main course page
Help Wanted
currently on the main page which show the list of course there be no indication to show which course have already be complete you need to click each one individually to get that information it would be good if there be a tick icon or different colour etc to differentiate complete course it help to see how much a user have achieve and what be leave at a glance here be an example of what I mean guess which course I have complete image
freecodecampfreecodecamp
cff
Bug
look forward for report a security issue please report security issue by send an email to instead of raise a github issue describe the bug a clear and concise description of what the bug be to reproduce step to reproduce the behavior 1 go to 2 click on 3 scroll down to 4 see error expect behavior a clear and concise description of what you expect to happen screenshot if applicable add screenshot to help explain your problem desktop please complete the follow information os e g ios browser e g chrome safari version e g 22 smartphone please complete the follow information device e g iphone6 os e g ios8 1 browser e g stock browser safari version e g 22 additional context add any other context about the problem here
freecodecampfreecodecamp
expose forum news and radio link on the navbar
Help Wanted
currently the platform link such as forum news and coderadio be bundle under the menu button however they should be display along side the menu button when there be enough space on the screen relate 41032
freecodecampfreecodecamp
video in use grid column to control spacing do not work
Bug
describe your problem and how to reproduce it the video in the use grid column to control space challenge do not work and have an error message add a link to the page with the problem tell we about your browser and operating system browser name browser version operating system if possible add a screenshot here you can drag and drop png jpg gif etc in this box
freecodecampfreecodecamp
stock price checker content security policy requirement break the front end of the application
Help Wanted
describe your problem and how to reproduce it the requirement you should set the content security policy to only allow loading of script and css from your server break the front end index html page if it be implement properly the helmet security middleware should be at the top of the app use chain in order to provide maximum benefit to the application however if you do this then the front end index html page be break because it rely on jquery to be download from this can be work around and pass the requirement with a couple of method the first be to use the helmet middleware after the route for and before any other route be define the second method be to download a copy of jquery place it in the project and change index html to reference the copy of the two method the second one be more secure as all of your route have the content security policy and you be control the script that be be load this do come at the cost of more disk space and if this be a real world application build a process to watch for update and or security fix to jquery and get those fix push to the application add a link to the page with the problem tell we about your browser and operating system browser name mozilla firefox browser version 86 0 operating system window 10 if possible add a screenshot here you can drag and drop png jpg gif etc in this box this screenshot show the network activity without a csp both the favicon from freecodecamp and jquery be load the get request be initiate by jquery no csp policy this screen shot show the activity when the csp policy for script be set to self neither the favicon or jquery be load and submit the form just cause the page to refresh without a call to api stock price self csp policy
freecodecampfreecodecamp
code contribution page say curriculum instead of learn platform
Bug
describe your problem and how to reproduce it on the code contribution page it say if you want to productively contribute to the curriculum we recommend some familiarity with these tool when I think it mean if you want to productively contribute to the learn platform we recommend some familiarity with these tool add a link to the page with the problem index i d our open source codebase index i d our open source codebase if possible add a screenshot here you can drag and drop png jpg gif etc in this box contribution page
freecodecampfreecodecamp
show upcoming change new editor bottom of editor get cut off
Bug
when work on a challenge locally pretty sure with the show upcoming change set to true so it show the file tab at the top of the editor it seem to be cut off a few line at the bottom of the editor screen shoot 2021 03 03 at 7 35 17 am 1 in the image there s a console log on line 45 or so but I can t scroll down any far to see it I do not see this on production the only difference seem to be the file tab at the top which I think be cause this a little digging show the editor be push down slightly from those tab hide the last couple line behind the console or something
freecodecampfreecodecamp
wrong h1 and url with a post
Bug
describe your problem and how to reproduce it 1 h1 tag must be title but here part ii what to do when you can t stop procrastinate be in post 2 404 url at read more article if you want more article check out other post on my blog location thank for reading add a link to the page with the problem 1 part ii what to do when you can t stop procrastinate 2 thank for read recommend fix suggestion how would you update it 1 change h1 to h2 2 maybe this I think you should contact the author to get the correct answer if possible add a screenshot here you can drag and drop png jpg gif etc in this box image image
freecodecampfreecodecamp
solutionform validation error
Bug
I discuss this with shaun a bit but create an issue so it be not lose in the shuffle with the add validation for the backend project submission if I try to submit the example project I get a notice that I should submit my own work image if I submit this anyway the test will run against my current url localhost 8000 locally and freecodecamp org in production if I try to submit google com the test will run against google com then if I try to submit the example project again the test will still run against google com the last submit url per shaunshamilton so I think it be happen because updatesolutionform be not be dispatch when there be an invalid submission but the onsubmit dispatch somewhere in the stack make a call request the late updatesolutionform value
freecodecampfreecodecamp
anonymous message board project test
Help Wanted
currently the amb project have no test for most of the user story discussion can be have within this issue about add change remove current user story a pr do not need to cover every user story but try not to open a pr if one be already aim at resolve a specific user story this issue be open for contribution aim at add to the user story outline x only allow your site to be load in an iframe on your own page x do not allow dns prefetching x only allow your site to send the referrer for your own page x you can send a post request to api thread board with form datum include text and delete password the save database record will have at least the field i d text create on date time bump on date time start same as create on report boolean delete password reply array resolve in 41848 you can send a post request to api reply board with form datum include text delete password thread i d this will update the bumped on date to the comment s date in the thread s reply array an object will be save with at least the property i d text create on delete password report you can send a get request to api thread board return will be an array of the most recent 10 bump thread on the board with only the most recent 3 reply for each the reported and delete password field will not be send to the client you can send a get request to api reply board thread i d thread i d return will be the entire thread with all its reply also exclude the same field from the client as the previous test you can send a delete request to api thread board and pass along the thread i d delete password to delete the thread return will be the string incorrect password or success you can send a delete request to api reply board and pass along the thread i d reply i d delete password return will be the string incorrect password or success on success the text of the reply i d will be change to delete you can send a put request to api thread board and pass along the thread i d return will be the string success the report value of the thread i d will be change to true you can send a put request to api reply board and pass along the thread i d reply i d return will be the string success the report value of the reply i d will be change to true all 10 functional test be complete and pass an issue with the help want or first timer only label be open for contribution the first comprehensive pr create will be review and merge we typically do not assign issue to anyone other than long time contributor if you would like to contribute and have not read the contributor docs please do so here if you have any issue with contribute be sure to join we on the contributor channel or on the contributor sub forum
freecodecampfreecodecamp
chinese chat can t access to member list
Bug
describe the bug when access this url it display nothing to reproduce step to reproduce the behavior 1 go to 2 click on member list 3 see error expect behavior just display the member list screenshot desktop please complete the follow information os window 10 browser chrome version 88 chrome 20h2 win10