repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | new forum header curriculum obscure menu on mobile | Bug | describe the bug the new forum header seem to have add a link to the curriculum this link remain on top of the view when the forum menu be open obscure a couple of link when the forum be view from a mobile device to reproduce step to reproduce the behavior 1 go to the forum 2 click on menu or profile to open a sidebar 3 curriculum link be render on top of the sidebar text expect behavior the sidebar should cover the curriculum text as it do the search menu and profile text screenshot image smartphone please complete the follow information device lg g7 thinq os android 9 kernel 4 9 112 browser chrome version 81 0 4044 138 additional context this issue also occur on the pwa version |
freecodecampfreecodecamp | format iconsistency in issue template | Bug | describe the bug there s some format inconsistency in the issue template to reproduce step to reproduce the behavior 1 try to create an issue 2 check the issue template and you ll find the format inconsistency screenshot capture |
freecodecampfreecodecamp | miss samesite header in cdn | Bug | describe the bug all the modern browser have start to enforce the samesite header for security reason previously none use to be the default value but recent browser version make lax the default value to have reasonably robust defense against some class of cross site request forgery csrf attack fcc doesn t specify the samesite header and the current browser default to none but in the near future this will change browser in the near future will default to lax so to ensure the expect behaviour we need to add the samesite header with the secure header to reproduce step to reproduce the behavior 1 open any page or resurce that use the cdn 2 open the console in chrome and see the warning expect behavior the expect behaviour be to see no warning and the cdn should work as normal screenshot here s a screenshot of the warning capture desktop please complete the follow information os window 10 64 bit browser chrome version 83 0 4103 61 official build 64 bit |
freecodecampfreecodecamp | maintenance page header be cover by nav | Bug | describe the bug at 100 zoom on chrome the first line of the first sentence on the maintenance page be not visible to reproduce step to reproduce the behaviour 1 go to have to be under maintenance 2 ensure zoom be 100 3 break trackpad scroll wheel try to scroll up enough to view text expect behaviour all text should be visible screenshot image desktop please complete the follow information os window 10 browser chrome version 83 0 4103 61 resolution 1366 x 768 additional context minor inconvenience |
freecodecampfreecodecamp | cypres fail to install during ci | Bug | for example while cypress installation be intend to be skip locally it need to be instal for ci it s possible this be a cache issue but we might simply need to provide cypress install binary during ci hopefully it s the former since we don t want to have to keep update the environment variable every time we update cypress |
freecodecampfreecodecamp | new certificate can be claim whiteout submit require project on dev | Bug | some user can claim python new qa and new infosec certification without submit their require project on dev it seem the api do not find the cert challenge and proceed by set the relate cert flag on the user object to true the issue can be resolve by reseed the db locally I can not reproduce this issue at the moment but I will keep this open in case other user be experience the same issue |
freecodecampfreecodecamp | possibly unclear instruction on check for the presence of an element with indexof | Help Wanted | describe your problem and how to reproduce it the test call for the function to return true or false I run into a user on the forum that be fail to get the test to pass because they be return true and false as string rather than boolean value I wonder if the instruction should be make a little more specific to clarify that the function need to return boolean value add a link to the page with the problem check for the presence of an element with indexof tell we about your browser and operating system browser name chrome browser version version 83 0 4103 61 operating system window 10 home v 1909 if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | convert all video question to markdown style | Help Wanted | the question in the video challenge be a mix of markdown and html some use markdown and some use html style this issue be for a discussion on if we want to convert they all to use markdown and possibly remove all the reference of html availability in the documentation there s certainly case where format with markdown make the question hard to read if the question doesn t have any code or html tag the only reason to use the markdown format all the s be to just make it consistent and maybe keep some confusion down when people come across the different version |
freecodecampfreecodecamp | datum analysis with python project medical datum visualizer draw cat plot catplottestcase | Help Wanted | describe your problem and how to reproduce it there appear to be inconsistency between draw cat plot function and correspond test in catplottestcase draw cat plot function return plt while setup of the catplottestcase expect function to return fig object draw cat plot do not modify the next two line plt savefig catplot png return plt catplottestcase def setup self self fig medical datum visualizer draw cat plot self ax self fig axis 0 due to difference test in the catplottestcase end up in exception error test bar plot number of bar test module catplottestcase traceback most recent call last file home runner fcc medical data visualizer test module py line 10 in setup self ax self fig axis 0 typeerror function object be not subscriptable error test line plot label test module catplottestcase traceback most recent call last file home runner fcc medical data visualizer test module py line 10 in setup self ax self fig axis 0 typeerror function object be not subscriptable add a link to the page with the problem medical datum visualizer py test module py |
freecodecampfreecodecamp | project display on dev | 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 qa project do not seem to be be sync correctly if I look at my profile immediately after completion they say show code rather than showsolution presumably the problem exist for other certificate but I have not confirm to reproduce step to reproduce the behavior 1 complete qa certificate 2 click on learn top right 3 click on update my account setting 4 scroll down to quality assurance 5 see at least one show code button expect behavior both the project and the repository should be visible on my setting page screenshot I complete the first three challenge early december 2019 image after reload the page they be all correct additional context relate |
freecodecampfreecodecamp | update congratulatory email | Bug | I get all the cert on dev and get this email screen shoot 2020 05 30 at 3 33 30 pm the link should be update to |
freecodecampfreecodecamp | datum analysis with python course numpy operation incorrect answer | Help Wanted | describe your problem and how to reproduce it none of the available answer be correct without the 5 second option mark as solution would have the right number what be the value of a after you run the follow code a np arange 5 a 20 answer 20 21 22 24 24 0 1 2 3 4 5 25 26 27 28 29 add a link to the page with the problem |
freecodecampfreecodecamp | feature request high contrast mode | Help Wanted | be your feature request relate to a problem please describe syntax highlighting lower the contrast ratio of the text the use of colour be helpful for many user but could make it hard to read for other describe the solution you d like it should be possible for a user to disable syntax highlighting possibly via a toggle similarly to night mode describe alternative you ve consider alter the colour use in syntax highlighting and the background it be difficult to find choice that both look good and maintain high contrast additional context here s with the webaim tool run image show that it have flag up the javascript comment |
freecodecampfreecodecamp | video challenge code block be inconsistent | Bug | code block have two different style video challenge with code block in html tag video challenge with code block in markdown I vote to switch they all to markdown or possibly change the html style to match additionally somewhat related code block in the answer look bad the background color for code codeblock in the answer should be change to match the box it s in |
freecodecampfreecodecamp | python for everybody python function well indication of multiple choice answer | Help Wanted | challenge I d prefer answer b and c be both true instead of b and c be both true just to avoid any confusion or some other clear indication of multiple choice answer |
freecodecampfreecodecamp | python for everybody malforme sentence in variable expression and statement challenge | Help Wanted | challenge sentence have an extra be in it what be the symbol be use in an assignment statement should be what be the symbol use in an assignment statement |
freecodecampfreecodecamp | numpy accessing and change element row column | Help Wanted | describe your problem and how to reproduce it the output do not align with the question nor do it align with the code I suspect this be what the output be mean to be output 1 2 20 4 5 6 7 20 9 10 also I would suggest the formatting of the code to change ie space between number and and space between number 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 |
freecodecampfreecodecamp | I can t see the code example in this article | Bug | hello everyone as you can see in the image there be no code to be find and it s the same with all the other example in the article I ve try more than one browser and it s all the same link to the article please help I need this thank you very much |
freecodecampfreecodecamp | python for everybody object a sample class | Help Wanted | describe your problem and how to reproduce it code format need fix and solution be not correct solution should be 2 4 but this be not even an option add a link to the page with the problem |
freecodecampfreecodecamp | python for everybody introduction element of pythonpassed | Help Wanted | describe your problem and how to reproduce it all the code should be align at the same starting position add a link to the page with the problem tell we about your browser and operating system browser name google chrome browser version 78 0 3904 87 build oficial 64 bit operating system window 10 if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | entry on the timeline when finish the new python certificate be not work | Help Wanted | currently when you complete claim a certificate there s an entry on the timeline this doesn t seem to be work for the new scientific computing with python datum analysis with python and machine learn with python certificate |
freecodecampfreecodecamp | update report this user link | Help Wanted | on the profile page we should change the text from report this user to flag this user s account for abuse also we should change the email address it send an alert to from to cc quincylarson for feedback on the text |
freecodecampfreecodecamp | add a show solution button for certification project on the timeline | Help Wanted | currently when you complete a project it s show on the timeline but there isn t an easy way to see the solution that be submit image we should add a show solution button between the link to the project s page on the left and the date on the right the button can be similar to the on the setting page and it should open the solution that be submit however we ll need to handle the solution for the js data structure and algorithm project differently since the solution be store in the db maybe we can seed the solution back to the editor when the link in click or show the submit code in a popup modal might also be an option |
freecodecampfreecodecamp | make a person test suite fragile | Help Wanted | describe your problem and how to reproduce it the test suite for make a person be a little fragile and need some only change comment the below code will fail the test suite even though the object definition be correct because a user change the code outside of the object definition var person function firstandlast const name firstandlast split let firstname name 0 let lastname name 1 complete the method below and implement the other similarly getter this getfirstname function return firstname this getlastname function return lastname this getfullname function return firstname lastname setter this setfirstname function name firstname name this setlastname function name lastname name this setfullname function name const name name split firstname name 0 lastname name 1 var bob new person bob ross bob getfullname bob setfirstname haskell this code pass if this line be remove a fix be to add the only change comment new starter code var person function firstandlast only change code below this line complete the method below and implement the other similarly this getfullname function return return firstandlast only change code above this line var bob new person bob ross bob getfullname add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version 76 0 1 64 bit operating system linux if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | link to undefined be a keyword be break | Help Wanted | describe your problem and how to reproduce it 1 visit 2 click on the link to undefined in hint section 3 it open 4 404 be show on the open page add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version 76 0 1 operating system maco if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | advanced node js and express have a lot of broken test | Help Wanted | describe your problem and how to reproduce it I m have a ton if issue with advanced node js a lot of thing seem to be break my first major issue be where I have to create a middleware it would not accept anything unless I add home page to my template this be an easy fix though but very hard to understand in the middle of do code challenge my currrent issue be here no matter what I put I get error of different kind even when use the solution provide with github add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version late operating system window 10 if possible add a screenshot here you can drag and drop png jpg gif etc in this box bilde |
freecodecampfreecodecamp | up and down arrow key don t work after type javascript reserve word | Bug | describe the bug up and down arrow key don t work after type javascript reserve word to reproduce 1 navigate to a challenge in basic javascript example comment your javascript code 2 write the follow code let a 1 let c 3 3 write let or other javascript reserve word in the second line 4 press up or down arrow key on the keyboard 5 the pointer can t move to the previous or the next line expect behavior the pointer can move to the previous or the next line desktop os window 10 browser chrome version 83 0 4103 61 |
freecodecampfreecodecamp | anchor element miss href attribute in challenge guide | Bug | describe the bug I find a few more broken link in the challenge guide for intermediate algorithm script to reproduce 1 go to freecodecamp challenge guide sorted union 2 click solution number 4 label js while loop 3 encounter the anchor element miss its href attribute next bug 4 go to freecodecamp challenge guide small common multiple 5 click solution 1 and scroll to the list element in relevant link string length 6 encounter the anchor element be miss its href next bug 7 go to freecodecamp challenge guide miss letter 8 scroll to right under the problem explanation in relevant link and view the string fromcharcode 9 encounter this anchor element be miss href attribute 10 on same page click solution number 1 11 go to relevant link and view list item string length 12 encounter the anchor element be miss an href attribute 13 lastly for this page click solution number 3 14 encounter the error within relevant link js regex resource miss href attribute expect behavior anchor element be expect to have href attribute set for expect hyperlink behavior screenshot screenshot be not necessary for this issue to be resolve to reproduce section specifie exactly where bug be locate desktop please complete the follow information os macos browser chrome version version 81 0 4044 138 official build 64 bit |
freecodecampfreecodecamp | anchor element miss href attribute in relevant link | Bug | describe the bug just another anchor element need to be update within search and replace challenge guide solution five to reproduce step to reproduce the behavior 1 go to search and replace challenge guide 2 click on solution number 5 3 scroll down to relevant link 4 see error upon inspection and click at the fourth list item string length expect behavior anchor element should have href attribute to allow the hyperlink to function as expect screenshot desktop please complete the follow information os macos browser chrome version version 81 0 4044 138 official build 64 bit |
freecodecampfreecodecamp | anchor element miss href inside relevant link | Bug | describe the bug the link js regex resource under relevant link for the pig latin challenge guide be miss its href property the issue be right underneath the code explanation for solution number 2 and number 3 as the first list item in relevant link I find the same hyperlink in another challenge guide I think it should be link to mdn regular expression to reproduce step to reproduce the behavior 1 go to pig latin challenge guide 2 click on solution number 2 and 3 3 scroll down to the code explanation and relevant link for solution 2 and 3 4 see error in the first list element item js regex resource notice upon click event it do not have action expect behavior the anchor element should have an href attribute specify so when the element be click it redirect we to the link provide screenshot desktop os mac os browser google chrome version version 81 0 4044 138 |
freecodecampfreecodecamp | bug in challenge use multiple conditional ternary operator | Help Wanted | describe your problem and how to reproduce it bug test for below code fail with error checksign should use multiple conditional operator js function checksign num return num 0 num 0 positive negative zero console log checksign 10 console log checksign 10 console log checksign 0 screenshot 1 image screenshot 2 image how to reproduce it instead of error checksign should use multiple conditional operator error should be use multiple ternary operator in statement if true part of ternary operator be not good practice increase clarity of error message add a link to the page with the problem link to challenge link to my post reporting bug on forum |
freecodecampfreecodecamp | main anchor element miss href for fcc cash register relevant link section | Bug | describe the bug the forum s challenge guide for the last js project cash register contain a break link inside relevant link underneath the problem explanation it seem that the anchor element with innertext datum structure array be miss its href property I track down the correct mdn link and it should be datum structure array mdn to reproduce step to reproduce the behavior 1 go to fcc cash register challenge guide 2 scroll down to relevant link which be right under problem explanation 3 click the only link inside datum structure array 4 see the error its a break link that have no action upon click its miss an href property expect behavior the expect behavior of the anchor element within the relevant link section should redirect I to the proper page upon click screenshot desktop os mac os browser chrome version version 81 0 4044 138 official build 64 bit |
freecodecampfreecodecamp | datum visualization project visualize datum with a heat map | Help Wanted | this project have two user story that be list as 16 heat map user story |
freecodecampfreecodecamp | doc add cypress test documentaton to contribution guide | Help Wanted | be your feature request relate to a problem please describe have trouble get up to speed with cypress in a nutshell since there s currently no documentation on for how it s implement in the code base describe the solution you d like I suggest we create a documentation page for cypress that outline how to 1 run the test locally and 2 create end to end test use cypress whenever add to the code base this section could potentially be under the open a pull request how to open a pull request section of code contribution guide describe alternative you ve consider a a link to the doc already on cypress io in a nutshell could be add to the introduction how to open a pull request i d how to open a pull request pr but in my opinion this would probably be insufficient additional context the pr where I create a cypress test 38806 cypress io doc in a nutshell ps I d love to give a pr for this a stab if it s decide it s need |
freecodecampfreecodecamp | pathname be case sensitive | Bug | learn be not the same as learn or learn the second two take you to user profile I believe they be the same user profile just start an issue about it I haven t look into it at all |
freecodecampfreecodecamp | keyboard shortcut to go back and forth between read area and editor | Help Wanted | be your feature request relate to a problem please describe I m always frustrated when I have to reach my mouse to go back and forth between read area and editor just because I m use a small screen I can t read the whole thing and need to scroll down and then go back to editor use mouse this cause frustration which often prevent I from code for long hour describe the solution you d like a keyboard shortcut to go back and forth would definitely help describe alternative you ve consider I have try to scale down my browser window but it create readability issue which not only make it hard to read but it s difficult for the eye too screenshot 2020 05 19 |
freecodecampfreecodecamp | several major issue challenge not pass dependency out of date more | Bug | describe your problem and how to reproduce it quality assurance and testing with chai run functional test use a headless browser link issue 1 test not pass major the headless browser challenge be not pass I try replace my code with the solution on the hint page and it s not work for some reason however you should assert that the headless browser request succeed be pass all 29 test be pass relevant information my log when I run the test file log txt my 2 functional test js file file 2 functional test js my project krisb fcc information quality issue 2 outdate package minor package be out of date quality assurance and testing with chai run functional test use a headless browser ii link issue 1 test not pass major same as above except no test be pass even though all test be pass relevant information see above same as above exercise tracker project issue 1 outdated mongoose mongo major mongoose be outdate it doesn t allow you to connect use the normal connection method as teach in the cirriculum the package json need to be change to the follow I ve add a pr to the boilerplate repo that change the package json and fix this issue issue 2 outdate node version major the node version be heavily outdate it s run node 6 async and await keyword be not able to be use along with all other es6 feature I ve create a package json that fix the issue I ve also go ahead and create an entirely new glitch template that fix the issue issue 3 unclear instruction 1 minor although this isn t a huge issue it s a requirement that the duration variable from response after post to api exercise add be require to be an integer issue 4 unclear instruction 2 minor image the third requirement state that user object need to be return with the add exercise this be not the case from the instruction it appear that it s require to return the full user object as you would on the api exercise log page what need to be return be a summary object with the user username their I d as well as the exercise datum the return object should look like the below json username krisb1220 i d 5eba18ae93e4aa5b2434991f description code duration 20 date thu may 14 2020 issue 3 code break server js major also on the exercise tracker project the follow code break the server if user do not place their endpoint before it see my pull request on the boilerplate repo as I ve clarify this with comment javascript not find middleware app use req re next return next status 404 message not find error handling middleware app use err req re next let errcode errmessage if err error mongoose validation error errcode 400 bad request const key object key err error report the first validation error errmessage err error key 0 message else generic or custom error errcode err status 500 errmessage err message internal server error re status errcode type txt send errmessage fix repo not master branch glitch branch pull request on the original repo have be submit project page freecodecamp exercise tracker project project code page freecodecamp exercise tracker project advanced node and express implement the serialization of a passport user issue 1 deprecate connection method major the mongodb connection method show in the instruction have be deprecate the challenge doesn t currently pass use the non deprecate option I simply use the non deprecate option to pass the challenge and change it after but some user may not realize this be an option proper connection method javascript const mongoclient require mongodb mongoclient const mongooption useunifiedtopology true usenewurlparser true const client new mongoclient process env database mongooption client connect err db if err console error err else console log connect to databse method show deprecate soon to be remove javascript mongo connect process env database err db if err console log database error err else console log successful database connection serialization and app listen advanced node and express create new middleware major edited issue 1 challenge only pass if you change the index pug template s attribute to home page thank to magnus195 for point this out to I tell we about your browser and operating system browser name chrome browser version mozilla 5 0 window not 10 0 win64 x64 applewebkit 537 36 khtml like gecko chrome 81 0 4044 138 safari 537 36 operating system window 10 if possible add a screenshot here you can drag and drop png jpg gif etc in this box image image image |
freecodecampfreecodecamp | learn log from promise miss from fcc console | Help Wanted | these two challenge have the camper use a console log but nothing seem to get log to the fcc console only to the browser console originally post by lasjorg in issuecomment 626261412 |
freecodecampfreecodecamp | log out now can t log in | Bug | be a member since 2017 progress be not update decide to log out now I can t log back in please help asap |
freecodecampfreecodecamp | feature request switch on community contribution for youtube channel subtitle | Bug | here in the contribute guideline there be add subtitle as a way to contribute but when I go to youtube to do that there be write that video author have community contributor switch off so it be impossible to contribute image |
freecodecampfreecodecamp | news article miss code snippet learn es6 the dope way part ii arrow function and the this keyword | Bug | this article on news be miss a lot of stuff and be not understandable like this freecodecamp org news learn es6 the dope way part ii arrow function and the this keyword 381ac7a32881 there be also some url that link to medium I have find the article on medium and it have much more stuff 59q9th108 |
freecodecampfreecodecamp | footer get disappear after open advanced search dropdown in forum page mobile device | Bug | look forward for report a security issue no not a security issue describe the bug in mobile device on forum page it make sense to hide footer after open advance search dropdown but why to hide footer even after user close advance search dropdown doesn t make sense don t even look good not user friendly and make difficulty in navigation accord to user choice to reproduce step to reproduce the behavior follow it in your mobile 1 go to 2 scroll down to see footer no go up click on advanced search 3 close advanced search by click on dropdown 4 see error footer will not appear expect behavior footer should comeback when user will close advanced search screenshot 20200510 125125 smartphone please complete the follow information common problem in all smartphone additional context if this will get accept assign it to I |
freecodecampfreecodecamp | argument optional current test case allow for unintended solution to pass | Help Wanted | describe your problem and how to reproduce it on the intermediate algorithm script argument optional challenge the only two happy path test case addtogether 2 3 and addtogether 2 3 both expect a return value of 5 all other test case expect a return value of undefined because there be no other happy path test case it s possible to construct a pass solution that doesn t add input together but simply return 5 when the input be valid number paste below another set of happy path test case could help prevent this sort of unintended solution from pass javascript pass test without perform addition function addtogether x y if y return returnfive x y return curriedreturnfive x function returnfive x y if arenumber x y return return 5 just 5 satisfie current test function curriedreturnfive x if isnumber x return return function y return returnfive x y function arenumber args return args every isnumber function isnumber x return typeof x number 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 |
freecodecampfreecodecamp | test error message do not indicate wrong string | Help Wanted | describe your problem and how to reproduce it the test error message do not indicate anything about resolve and reject s string reject should be execute when the if condition be false test complete this may throw some people off as the message error just indicate the if statement do not fire add a link to the page with the problem test code const makeserverrequest new promise resolve reject responsefromserver represent a response from a server let responsefromserver if responsefromserver resolve we string else reject datum string tell we about your browser and operating system browser name chrome browser version 81 0 4044 124 operating system io 81 0 4044 124 if possible add a screenshot here you can drag and drop png jpg gif etc in this box bbce96e4 f281 4c08 9739 f11fcf7c0038 e1bf97da 2f1f 4b12 8ad0 4dfbeb712881 |
freecodecampfreecodecamp | add a test to check that each challenge file end with language md | Help Wanted | a number of challenge be add that just have the md extension I m not sure if that s a problem but most challenge end with english md or other language md we could maybe add a test to check that each file end with that |
freecodecampfreecodecamp | sign in issue not able to sign into my freecodecamp account use my credential or by use my github account | 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 | now | Invalid | describe your problem and how to reproduce it 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 | add english md to english rosetta challenge | Help Wanted | a number of the rosetta code challenge file end with md they should end with english md |
freecodecampfreecodecamp | test time out in project euler problem 3 large prime factor | Help Wanted | describe your problem and how to reproduce it the last test time out on the give problem and need to either be remove or replace with a small number 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 |
freecodecampfreecodecamp | poorly word challenge project euler problem 2 even fibonacci number | Help Wanted | describe your problem and how to reproduce it the current challenge description make it sound like n term have to be generate while what we re check for be the current term to be less than n add a link to the page with the problem |
freecodecampfreecodecamp | paypal call during development | Bug | describe the bug the paypal sdk get call by the local site even when there be no key specify in env to reproduce step to reproduce the behavior 1 go to any page with a donation component 2 open the console 3 see a 400 error expect behavior if the key be miss paypal should not be contact screenshot image |
freecodecampfreecodecamp | when use ask for help button some challenge name appear as undefined | Bug | describe the bug when use the ask for help button there be a set of challenge for which the name appear as undefined image see this post for an example of this behaviour to reproduce step to reproduce the behavior 1 go to 2 click on ask for help and then on create forum post 3 scroll down to see that the challenge name appear as undefined expect behavior the name of the challenge should appear |
freecodecampfreecodecamp | bug in challenge project euler problem 59 xor decryption | Help Wanted | describe your problem and how to reproduce it my solution see below appear to be correct my algorithm produce 129448 I try this answer on project euler directly and it be correct however on freecodecamp org it say that the valid answer should be 107359 my code javascript bitwise xor a b a xor b strategy 1 only allow character in text whitelist ascii range strategy 2 look for be in text didn t work text do not contain any be snippet strategy 3 look for the key which result in the most space 32 let allowedcharacter range 32 127 console log allowedcharacter function xordecryption arr let keyoption for let keyindex 0 keyindex 3 keyindex for let key 97 key 123 key let valid true for let I keyindex I maxspacescount maxspacescount spacescount bestguessarray plain bestguesskey key console log console log text arraytotext bestguessarray key bestguesskey console log let ciphersum arr reduce a b a b 0 let plainsum bestguessarray reduce a b a b 0 console log lencipher arr length lenplain bestguessarray length ciphersum plainsum return bestguessarray reduce a b a b 0 function range fromn ton let array for let n fromn n |
freecodecampfreecodecamp | break test case in basic css size your imagespasse | 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 when I run with 100 zoom it fail and it run successfully for 90 zoom test fail error to reproduce step to reproduce the behavior 1 go to basic css size your imagespasse and complete the challenge 2 click on run test with 100 on incognito chrome expect behavior should work for 100 zoom desktop please complete the follow information os window 10 browser chrome 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 81 additional context add any other context about the problem here test fail error |
freecodecampfreecodecamp | integrate start server and test for cypress | Help Wanted | we want to integrate start server and test for our cypress setup the utility allow we to wait on multiple server start two server as well ideally we would want to keep all the config as npm script in the package json itself |
freecodecampfreecodecamp | unable to login to freecodecamp org use github | Bug | describe the bug first I want to login to the forum with my github profile it pull my information from github but keep force I to make a new profile with that information instead of just log I in then I try log in on the website itself but be present with oop something go wrong please try again in a moment I ve try both firefox and chrome but the issue remain the same to reproduce step to reproduce the behavior 1 just try log in with a github profile not sure if it s I specific or everyone though expect behavior it should ve just log I in screenshot afbeelde desktop please complete the follow information os window 7 browser firefox chrome version firefox 75 0 chrome 81 0 4044 122 additional context it might be a conflict with have 2 account on the same github profile now since the forum keep force I to create a new profile instead of log I in |
freecodecampfreecodecamp | bug in challenge regular expression check for all or none | Help Wanted | describe your problem and how to reproduce it this pass js let favregex favou rite I but this doesn t js let favregex favou rite gi with the error message running test your regex should match favorite your regex should match favourite test complete add a link to the page with the problem tell we about your browser and operating system browser name google chrome browser version 81 0 4044 113 official build 64 bit operating system fedora 31 if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | redux dev tool extension can access the state in production | Help Wanted | describe the bug in the freecodecamp org website redux dev tool extension can be use to access the current and previous state it may be note that action can not be dispatch through the redux dev tool extension to reproduce step to reproduce the behavior 1 go to freecodecamp org 2 click on the redux dev tool extension expect behavior it be widely accept as a good practice to not have development debug feature in the production codebase so in the current context the redux dev tool shouldn t be able to access the state screenshot capture desktop please complete the follow information os window 10 64 bit browser google chrome version version 81 0 4044 122 official build 64 bit additional context redux dev tool extension can be find here it seem that the redux devtool extension be expose to the global window object which allow the redux dev tool extension to read state while bundle for the production codebase this should be remove to avoid such behaviour |
freecodecampfreecodecamp | create stripe plan from api only | Bug | we should be create stripe plan use their api only and this can be do during the pre deployment step |
freecodecampfreecodecamp | add load indicator for video component python challenge | Help Wanted | the video component take a bit lead abrupt and jerky experience we should add our loader as a placeholder similar to what we have for the code editor |
freecodecampfreecodecamp | test in browser | Help Wanted | context we have be dread this problem for year see 4201 but it s time we do the test in browser stuart bouncey and oliver ojeytonwilliam have lay the initial foundation by integrate cypres see 37053 this be not available in our early day and have be quite a popular tool for automation testing alongside cypress which use puppeteer which in turn enable you to work with headless chrome we can now do browser test goal each requirement below can be a pr of its own create a test suite that can run against all challenge only for certification that we offer create and add suite for test user workflow x sign up sign in x email change update x change to profile datum a11y test and lighthouse test x create and add suite for testing navigation and layout across device update documentation about e2e test add more nice to have challenge test could be run only for change on prs and all test when on master |
freecodecampfreecodecamp | universal nav overlap on anchor navigation | Bug | 2020 04 22 17 27 10 |
freecodecampfreecodecamp | update the style on the contribute documentation | Help Wanted | we want to update the style and theme on the contribute documentation site here be a guide how to work on the docs theme on how to work on the theme and style we would want to 1 remove the extraneous css I have shamelessly copy the code from netflix s awesome pollyjs project here while set up the site the css above depend on the vue css that ship with docsify 2 write our own theme with docsify themeable 3 have the universal nav already do 4 font and color should follow our design style guide 5 use large font size similar to our main site |
freecodecampfreecodecamp | convert email to lowercase when receive from oauth 2 provider | Bug | the email string be receive as be before a db query this make it for a rare bug when oauth 2 provider send it in the case the user choose to store it with they a mismatch can happen between email and etc lead to fail login attempt we should convert the email receive to lowercase to be safe because that s how we store it in db |
freecodecampfreecodecamp | unexplained scope in es6 compare scope of the var and let keyword | Help Wanted | in this lesson block scope be not explain at least not so clear as what do the sentence I be not define because it be not declare in the global scope be especially confusing because if I be declare with var in the same situation the console will not return I be not define the point be 1 what kind of scope exist 2 what scope can var and let have |
freecodecampfreecodecamp | claim certification after certificate completion | Help Wanted | some user seem to be confuse after complete project for the first certification on how they could receive their certification a redirect or a flash message notify user after finish the require project to complete a certificate could be helpful |
freecodecampfreecodecamp | add certificate to learn map | Help Wanted | it might be nice to have the certificate display on the map like another challenge with a little check mark screen shoot 2020 04 17 at 3 45 39 pm |
freecodecampfreecodecamp | arrow function without curly brace fail iife test | Help Wanted | describe your problem and how to reproduce it ref 35573 the code below do not pass as an anonymous immediately invoke function expression iife console log a cozy nest be ready add a link to the page with the problem tell we about your browser and operating system browser name google chrome browser version version 80 0 3987 163 official build 32 bit operating system window 10 enterprise build 18363 752 if possible add a screenshot here you can drag and drop png jpg gif etc in this box arrow function |
freecodecampfreecodecamp | monaco editor add delay to hover or disable | Bug | in some case the hover be block the code and it seem a bit intrusive with the default delay see gif editor hover do we even want the hover I think we should at least add a delay of like 2000 or more not sure how the positioning of the tooltip be do editor js option one or the other hover enable false delay 2000 |
freecodecampfreecodecamp | change all green logo and icon to indigo version | Bug | I believe we want to change all the green icon and logo to their indigo counterpart if so we can make a list here as we find they |
freecodecampfreecodecamp | capture group should be explain clearly | Help Wanted | describe your problem and how to reproduce it I find the challenge regular expression reuse pattern use capture group do not give an adequate description of what capture group do I would suggest firstly restructure the description so that it give an adequate introduction e g liken they to variable in that they be reference to a portion of the regex show that we can reference they with and depend on whether it s use outside the regex or within it respectively and only then describe that some pattern you search for will occur multiple time in a string it be wasteful to manually repeat add a link to the page with the problem regular expression reuse pattern use capture group 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 | basic css use hex code to mix color | Help Wanted | if a hex triplet I e f00 be use in the body of the red text and green text selector the tester complain the hex code for the color red should be use instead of the word red the hex code for the color green should be use instead of the word green don t penalize learner for be smart |
freecodecampfreecodecamp | grammatical error | Bug | hello I notice a small grammatical error in freecodecamp s team account homepage of our forum as see in this screenshot the red framed text be and not should either be be or be not alt text and not be not right anyway good day |
freecodecampfreecodecamp | could you update the chinese publication | Bug | image image could you delete these button above and below an article since it s not easy for most reader to share on twitter facebook and we don t use comment now share through email be optional but I think it s well to add it later when we add other button share through wechat weibo and qq do we need to direct reader to learn maybe when the chinese version be live or forum quincylarson thank |
freecodecampfreecodecamp | forum bootom border on d header look wierd on hover | Bug | describe the bug the header on have a border bottom 1px solid 3b3b4f on hover over the button they get an invert background color but the border on header remain lead to a bottom border which look out of place remove the border give it a seamless look the dark dawn theme do not have this problem but the header look fine without border bottom as well to reproduce step to reproduce the behavior 1 go to 2 choose the light theme 3 hover over menu or profile screenshot screenshot 2020 04 02 the freecodecamp forum |
freecodecampfreecodecamp | possible solution to locked issue 37457 | Bug | describe the bug hi I have be document the source code try to understand and possibly improve efficiency the pathway I look at be freecodecamp client src component header component login js the locked issue 37457 might be happen because a portion of the code be document as non standard this bug could possibly be cause issue with some user in sign in from different browser it also be redundant screenshot this be some of the documentation I have for the code additional context a well explanation can be look at p s thank you for take the time to read this issue close 37457 |
freecodecampfreecodecamp | react build error | Bug | describe the bug error in console when do react review use prop with stateless functional component win t render component test in chrome and firefox occur on other react leasson as well unpkg com umd react dom production min js 110 invariant violation minify react error 152 visit for the full message or use the non minified dev environment for full error and additional helpful warning |
freecodecampfreecodecamp | hotkey clash between search and save code | Bug | currently searchbox from react instantsearch dom listen to the key event s and focus the search box when it receive it when ctrl s be press to save user code this also trigger the search listener and focus the search box ideally if possible the hotkey should only be handle by react hotkeys which listen to s and ctrl s separately if not different hotkey should be use |
freecodecampfreecodecamp | remove redundant challenge or fix it | Help Wanted | challenge the challenge be part of the basic datum structure it seem completely redundant not to mention incorrectly implement 1 it be redundant because we already have a challenge in the basic javascript part of the curriculum that be exactly the same except it actually show the syntax 2 it be incorrectly implement because it do not show the syntax for set key value it just show how to get they which be not the requirement of the challenge I suggest we remove this challenge or if nothing else correct it to show the syntax for set key value forum report |
freecodecampfreecodecamp | news search result page doesn t produce twitter card | Bug | currently the search result page of news doesn t have the necessary meta property to produce a large twitter card I think we need an og image and twitter image property for this we also need the proper tag so that twitter can display a summary I imagine this be also the case with facebook and linkedin here s an example of the card not render on twitter |
freecodecampfreecodecamp | rosetta code strip control code assertion assert incorrect string | Help Wanted | the testing assertion argument string don t match the input string they re miss second slash therefore the test win t accept correct answer image test page strip control code assertion find here strip control code |
freecodecampfreecodecamp | test and or solution for the add method after inheritance challenge seem to be incorrect | Help Wanted | after see a question on the forum concern the add method after inheritance challenge I be wonder if either the following test s text and or textstring be incorrect text dog should have the bark method as an own property teststring assert dog prototype hasownproperty bark if the bark method be really an own property then when I write the follow const beagle new dog for let prop in beagle if beagle hasownproperty prop console log prop I would expect to see bark display in the console but do not the current test be check if bark be part of dog s prototype which would not be an own property would it if I be correct then the solution below be incorrect as it add bark to dog s prototype function animal animal prototype eat function console log nom nom nom function dog add your code below this line dog prototype object create animal prototype dog prototype constructor dog dog prototype bark function console log woof add your code above this line let beagle new dog beagle eat should print nom nom nom beagle bark should print woof shouldn t the solution really be a matter of change the original function declaration of dog to be the following or should the test text not mention the own property function animal animal prototype eat function console log nom nom nom function dog only change code below this line this bark function console log woof only change code above this line dog prototype object create animal prototype dog prototype constructor dog let beagle new dog beagle eat should print nom nom nom beagle bark should print woof |
freecodecampfreecodecamp | scrimba video for basic html and html5 create a set of radio button need update | Bug | challenge video the html in the video do not have the proper nesting of input element inside label a student can not pass the challenge use code from the video test that fail use the code in the video each of your two radio button element should be nest in its own label element beaucarne if it s possible to get this update that would be great |
freecodecampfreecodecamp | ebusy error when use docker to run project locally | 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 when run npm run docker run once husky report that the git version be not support and an ebusy error appear while instal install app node modules husky node husky install husky set up git hook husky require git 2 13 0 get v2 11 0 husky fail to install and lerna err npm ci stderr npm warn prepare remove exist node module before installation npm err code ebusy npm err syscall rmdir npm err path app curriculum node module to reproduce step to reproduce the behavior 1 download late version of project from upstream 2 run npm run docker run once expect behavior project to run successfully use docker screenshot if applicable add screenshot to help explain your problem desktop please complete the follow information mac os catalina version 10 15 3 smartphone please complete the follow information n a additional context add any other context about the problem here |
freecodecampfreecodecamp | emoji picker in the preference section of the forum profile be out of place | Bug | describe the bug when in the forum s profile setting and try to change your about I status in the preference section it s impossible to add emojis thank to the emoji picker be out of place and out of the website s flow to reproduce step to reproduce the behavior 1 go to freecodecamp forum 2 click on profile 3 click in your username leave to the bell 4 click preference 5 click profile at the left of the page 6 click on the emoji icon that s over the about I text field expect behavior the emoji picker should have be in the right place not to the top of the whole page and out of the flow but just in the perfect spot over the about I text field screenshot if applicable add screenshot to help explain your problem image desktop please complete the follow information os window 64 bit browser chrome version 80 0 3987 149 |
freecodecampfreecodecamp | remove video for the challenge in question | Help Wanted | describe your problem and how to reproduce it I follow along with the video enter the code exactly and the first test fail second test pass the code be correct so the test I think be broke add a link to the page with the problem tell we about your browser and operating system browser name microsoft edge browser version operating system window 10 if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | advanced node and express set up a template engine pass as correct despite wrong solution | Help Wanted | describe your problem and how to reproduce it when set up pug for the first time even though I didn t choose to render the index pug page but send it use app sendfile the fcc checker pass my solution as correct code that wrongly pass test app route get req re re sendfile process cwd view pug index pug actual solution app route get req re re render process cwd view pug index pug this be especially confusing for a beginner as the boilerplate come with re sendfile as a default simply change the path result in the behavior show in the screenshot below add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version 74 operating system linux mint 19 if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | test get pass no matter what url I submit | Bug | no matter what url I paste in the project section of apis microservice and information security and quality assurance certification curriculum all test get a pass as long as I put https follow by some string all test be pass as for as I have observe this problem be happen in below project section apis and microservice project url shortener microservice exercise tracker file metadata microservice information security and quality assurance project metric imperial converter issue tracker personal library stock price checker anonymous message board desktop information window 7 google chrome version 80 0 3987 132 regard |
freecodecampfreecodecamp | link not work | 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 there be a link that doesn t work to reproduce step to reproduce the behavior 1 go to 2 there be a section that say how this bind work in javascript as I mention this happen because of the way this bind work in javascript I win t go into a lot of detail in this post but here be a great resource to understand how the this bind work in javascript 3 here be a hyperlink that do not work expect behavior a clear and concise description of what you expect to happen screenshot screen shoot 2020 03 18 at 10 32 56 pm screen shoot 2020 03 18 at 10 33 43 pm 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 | sign in with github give 403 typeerror | Bug | describe the bug when try to sign in with the link continue with github it show typeerror 403 re redirectwithflash be not a function and in url show this link to reproduce step to reproduce the behavior 1 go to 2 click on sign in to save your progress 3 on the next page click continue with github 4 see error as above expect behavior sign in with no error any browser any device obvious it s a server side bug |
freecodecampfreecodecamp | flash message when update email address be incorrect | Bug | I update the email address for my freecodecamp account a confirmation email be send to I I click the link in the email and then see the follow message image this message should be change to be something like success you have update your email address happy code |
freecodecampfreecodecamp | fix eslint warning | Help Wanted | we have a few warning from eslint that we should fix detail below log warn eslinterror user raisedadead dev freecodecamp client src component header component navlink js 15 9 warn non interactive element should not be assign interactive role jsx a11y no noninteractive element to interactive role 17 34 warning non interactive element should not be assign interactive role jsx a11y no noninteractive element to interactive role 22 35 warning non interactive element should not be assign interactive role jsx a11y no noninteractive element to interactive role 27 38 warning non interactive element should not be assign interactive role warn eslinterror user raisedadead dev freecodecamp client src component search searchbar nohitssuggestion js 6 5 warn static html element with event handler require a role jsx a11y no static element interaction 1 problem 0 error 1 warning warn eslinterror user raisedadead dev freecodecamp client src component setting deletemodal js 20 7 warning the autofocus prop should not be use as it can reduce usability and accessibility for user jsx a11y no autofocus 1 problem 0 error 1 warning warn eslinterror user raisedadead dev freecodecamp client src component setting resetmodal js 18 7 warning the autofocus prop should not be use as it can reduce usability and accessibility for user jsx a11y no autofocus 1 problem 0 error 1 warning warn eslinterror user raisedadead dev freecodecamp client src template challenge component test suite js 40 13 warning tabindex should only be declare on interactive element jsx a11y no noninteractive tabindex 1 problem 0 error 1 warning |
freecodecampfreecodecamp | unclear instruction with the use of glitch to submit challenge | Help Wanted | I be recently attempt to submit my code change of the apis and mcroservice certification through the url of glitch as instruct in the introduction but I be find trouble with pass the test because I be submit a wrong url instead of something like I be submit blush tundra dodo path package json 7 21 until I be guide on the help forum before I get demotivate don t you think we should revise the introduction and include step on how to submit in the url from glitch to save future case like mine how do you see |
freecodecampfreecodecamp | testing object for property test too weak | Help Wanted | describe your problem and how to reproduce it in my wife make the test pass with if else condition for all key in the javascript object I expect the test should have a strong test enforcement by test for other object in codebase would love to contribute to this one by myself function checkobj checkprop only change code below this line if checkprop gift return pony else if checkprop pet return kitten else if checkprop bed return sleigh else return not find only change code above this line I m teach my wife to code with freecodecamp thank a lot for all the effort in here add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version operating system mac if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | internal footer link handle break when cor require from dev site | Bug | describe the bug internal footer link from the footer on fcc homepage be break when access from to reproduce step to reproduce the behavior 1 go to freecodecamp dev 2 scroll down to the footer 3 click on any of the internal footer link such as any of the trending guide or most of the link under the title our non profit 4 404 error the link that get reference be not to the main org site but merely tag onto freecodecamp dev this lead to break link the footer link have all be by default parse together like external link and hence expect behavior the internal and external link be to be handle separately with the internal link handle by the gatsbylink so as to redirect it to the appropriate domain desktop please complete the follow information os e g ios browser google chrome version 80 0 3987 132 additional context it look like this provision have be provide in freecodecamp client src component helper link js and freecodecamp client src component footer footercol js but the relevant provision have not be provide in declare the boolean value internal in the file freecodecamp client src component footer footerlink json and hence do not get implement |
freecodecampfreecodecamp | right click on monaco editor miss option | Bug | describe the bug right clicking on the monaco editor in a freecodecamp lesson bring up the option menu but it appear to be miss feature option to reproduce step to reproduce the behaviour 1 go to any lesson on the curriculum 2 right click on the editor 3 behold the selection menu appear miss format expect behaviour I would expect to see more option at the least I expect to see the option to paste from clipboard screenshot image desktop os window 10 browser chrome version 80 0 3987 additional context this issue be point out in this thread |
freecodecampfreecodecamp | add test to set the child prototype challenge to check for correct output | Help Wanted | we could try and add an additional test that would make sure beagle eat log nom nom nom to the console originally post by randelldawson here discussion r388450988 |
freecodecampfreecodecamp | mobile forum theme navbar disappear with scroll | Bug | I ve create a video demonstrating this bug here |
freecodecampfreecodecamp | update redux challenge to allow for backtick | Help Wanted | the challenge forum thread with more information the propose change to the test new contributor be welcome |
freecodecampfreecodecamp | add a help text about top contributor on the profile | Help Wanted | it might be nice to add a hover over and or link over the top contributor verbiage that link to a page explain what it mean to be award this honor I say this because right below this designation the heat map show my current heat map look below because I have finish most of the challenge and do not complete very many if any each day some might think the top contributor and the heat map be relate originally post by randelldawson in issuecomment 596090813 we would want to have a link to the news article that quincylarson have post it could be right below the top contributor in small text here be the link |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.