repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | typo in guidepagecreator js | Help Wanted | I believe there s an f miss here l27 |
freecodecampfreecodecamp | solution pass on current production but fail on beta site for copy an array with the spread operator challenge | Help Wanted | the follow code pass all the test on the current production site but fail the last test on the current beta site freecodecamp rock and when test locally npm run test curriculum I discover the issue while add solution to challenge currently miss a solution on master I compare the test in the archive curriculum repo and they appear to be the same test js function copymachine arr num let newarr while num 1 change code below this line newarr push arr change code above this line num return newarr add a link to the page with the problem tell we about your browser and operating system browser name chrome browser version version 73 0 3683 86 official build 64 bit operating system window 10 home if possible add a screenshot here you can drag and drop png jpg gif etc in this box see below the fail test on freecodecamp rock image see below the same code pass on production image |
freecodecampfreecodecamp | p | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x all the file I change be in the same world language for example only english change or only chinese change etc x my change do not use shorten url or affiliate link close xxxxx |
freecodecampfreecodecamp | 996icu | 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 | logo position incorrect on the search page | Bug | on the search page and all query variation of it the fcc logo be improperly align like this image |
freecodecampfreecodecamp | fix test in positive and negative lookahead challenge | Help Wanted | in the challenge positive and negative lookahead the test be break and so be the solution the challenge require for the first character to not be a number at the moment 1 there be no test which check for this as well as 2 the solution in the file be wrong and doesn t check for the first character to not be a number |
freecodecampfreecodecamp | bug in 2nd test for access multi dimensional array with index challenge | Help Wanted | I see an issue relate to the mal form 2nd test of this challenge at least once a day on the forum an example be this thread at some point someone think and second condition be need in the assert statement to catch someone try to solve the challenge by hard code the answer like js var mydata 8 or js var mydata 3 5 it could just be I but there really be only one way to solve this challenge js var mydata myarray 2 1 or some variation of the above with white space or leave off the semi colon why would the follow teststring not suffice base on the test text yml assert mydata myarray 2 1 test code replace s g I be also think maybe the text could be modify to the following to make it even more clear yml text you should only use bracket notation to read the correct value from myarray at this point I be look for feedback once we decide the good course of action I will add the first timer welcome label as it should literally be a copy paste of the assert we come up with here |
freecodecampfreecodecamp | login issue change the email be not case sensitive and lead to duplicate account | Bug | describe the bug tl dr first sign up with github which have email 1 set as primary lately change the email on fcc to email 2 and since then unable to log in use any of the available method I have two email 1 gmail com 2 other domain on github I have the first one as a primary email and the second one as a secondary iirc I first sign up to fcc with github so the letter be go to my first email then I set my email at fcc to the second one and this be where the fun begin what happen when I try to log in use different method method account with github newly create account 1 with email 1 newly create account 1 with email 2 newly create account 2 with google newly create account 1 as you can see no method allow I to log into my original account email binding show in each of the account account bind email original account email 2 newly create account 1 email 1 newly create account 2 email 2 my session cookie be still present in one of the browser and when I try to change the email back to 1 it say that it be already bind to another account which be fair enough |
freecodecampfreecodecamp | challenge be not always reload automatically | Help Wanted | describe the bug in development the curriculum file be watch any change to they should should cause the browser to reload with those change the problem be that this do not always happen only sometimes to reproduce 1 open a challenge page on a local site e g 2 edit and save the corresponding markdown file e g curriculum challenge english 01 responsive web design basic css use a css class to style an element english md 3 the page may not update and or not reflect the change when reload expect behavior in step 3 the browser should reload mirror the change markdown screenshot in the first half of the gif the page fail to update then after a second change it work as expect reload this be the console output from during this process reloadingconsole desktop please complete the follow information os linux browser chrome version 72 0 3626 119 official build 64 bit |
freecodecampfreecodecamp | break test in add axis to a visualization challenge in d3 | Help Wanted | describe your problem and how to reproduce it even though the follow code js svg append g attr transform translate 60 0 call yaxis place the y axis at the right place it doesn t pass the challenge image add a link to the page with the problem |
freecodecampfreecodecamp | fill in introduction section | Help Wanted | some introduction section still haven t be create pr create x intermediate algorithm script thecodingaviator 34405 x information security and quality assurance project sumer16 35576 x take home project sumer16 35581 pr merge x intermediate algorithm script x information security and quality assurance project x take home project |
freecodecampfreecodecamp | landing page image be leave adjust instead of center | Bug | here s a screenshot a css change elsewhere must have result in this outcome on the landing page |
freecodecampfreecodecamp | need a strict test for the add placeholder text to a text field challenge | Help Wanted | this be an issue raise by huyenltnguyen on pr 26458 the test pass even for invalid code add the closing tag we need to discuss here what the good fix be for this issue it could be a modification an exist test or add a new test which check to make sure the user s code do not have a tag after the tag once we finalize what the fix should do we will attach a help want label on this issue please wait until we have add this label before create prs for this issue thank you |
freecodecampfreecodecamp | clarify how to create multiple box shadow | Help Wanted | describe your problem and how to reproduce it two thing make it easy to read the property value box shadow can take mention that multiple shadow be apply use comma currently the list of possible value for box shadow be messy because it be within a paragraph and may be difficult to parse how many value a single shadow take secondly the example doesn t explain how there be multiple shadow turn out this be do because there be a comma there suggest fix mention that comma be use to create multiple box shadow create a list of the value for box shadow something like this the box shadow property take value for offset x how far to push the shadow horizontally from the element offset y how far to push the shadow vertically from the element blur radius spread radius and a color value in that order the blur radius and spread radius value be optional add a link to the page with the problem tell we about your browser and operating system browser name chrome browser version version 72 0 3626 117 official build 64 bit operating system chrome os note give the upcoming change to freecodecamp s next release as of the writing of this issue you may claim this issue to work on but it be merge will probably happen after the next big release if you have any doubt please ask in the contributor gitter chat |
freecodecampfreecodecamp | make it clear to edit code between style tag | Help Wanted | describe your problem and how to reproduce it in the apply visual design challenge the create visual balance use the text align property challenge the first challenge of the series it doesn t make it immediately clear you need to edit the code between the style tag it may be obvious to some but as an anxious coder and learner I jump straight down to the h4 tag mention in the instruction align the h4 tag s text which say google to the center then justify the paragraph tag which contain information about how google be found and then I make the change as an inline style only after submit my answer do I realize the challenge want to change the css within the style tag suggest fix modify the instruction to mention to edit the code between the style tag at the top add a link to the page with the problem tell we about your browser and operating system browser name chrome browser version version 72 0 3626 117 official build 64 bit operating system chrome os note give the upcoming change to freecodecamp s next release as of the writing of this issue you may claim this issue to work on but it be merge will probably happen after the next big release if you have any doubt please ask in the contributor gitter chat |
freecodecampfreecodecamp | the advice in how to work on code challenge could use flesh out | Help Wanted | this be a followup to a discussion I have with randelldawson in 35526 as it stand the guide for contribute to the code challenge their solution section in particular be a little sparse for example how to work on code challenge only show a template with no solution the style guide unsurprisingly cover format but not content it might be worth clarify that what have to go into a solution I manage to convince myself that all a solution need to do be pass the test since that would allow the test to be as fast as possible randelldawson point out that it s standard practice to base the solution on the full seed code and only make the modification require to pass the test I e that the solution should be one that a user be likely to come up with could the documentation be change to hammer this home |
freecodecampfreecodecamp | single quote symbol be worng in debug catch mixed usage of single and double quote cahllenge | Help Wanted | describe your problem and how to reproduce it in debug catch mixed usage of single and double quote challenge I find an error single qoute symbol be wrong in guide section symbol of single qoute should be this but it be show this add a link to the page with the problem tell we about your browser and operating system browser name chrome browser version 71 0 3578 98 official build 64 bit operating system ubuntu 18 04 if possible add a screenshot here you can drag and drop png jpg gif etc in this box imageedit 3 4134656954 |
freecodecampfreecodecamp | allow username display to be case insensitive | Help Wanted | we want to store a case sensitive version of username for display both in the url and on the profile itself this be how github twitter and many other service operate twitter example what this mean as a fix add an additional key usernamedisplay in the user schema js property username type string index mongodb unique true background true require true usernamedisplay type string this new usernamedisplay key will default to user username on user creation when a user update their user name in the setting page we fetch update the usernamedisplay key we also update the username key to its lowercase equivalent from the usernamedisplay key in the api server side logic the url lookup and for a username should still default to the username lowercase when the profile page be render the display will render the usernamedisplay instead but should fallback to the username in case its null or empty exist user will not have this key on db originally post by quincylarson in issuecomment 458199335 |
freecodecampfreecodecamp | test | Invalid | test I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution all the file I change be in the same world language for example only english change or only chinese change etc my change do not use shorten url or affiliate link close xxxxx |
freecodecampfreecodecamp | clear cookie or application datum for domain do not let I sign in | Bug | 1 sign in on the beta site 2 go to browser devtool chrome application tab clear storage clear site datum 3 try sign in again look like our code be set check some cookie set to some other domain subdomain |
freecodecampfreecodecamp | need to decide on a consistent use of note in the curriculum challenge description and instruction section | Help Wanted | I have create this issue so we can come to a final conclusion about the good format of note when they be add to the description or instruction section of a challenge file below be all the combination I have see scatter throughout the curriculum there may be other so please let I know and I will update the list this only apply if there be a single note for multiple note which in my opinion start to get unnecessary see later in this topic example 1 html note the note go here example 2 html note the note go here example 3 html note the note go here example 4 html note the note go here example 5 html note the note go here example 6 html note the note go here example 7 html note the note go here regard situation where two or more separate note be add I have see example 1 html note the note go here the note go here example 2 html note the note go here the note go here example 3 html note the note go here the note go here if everyone can cast a vote for their preference of both a single note and multiple note this will help we in decide on one way and then we can update the styling guide for challenge in the documentation |
freecodecampfreecodecamp | beta curriculum map performance be not smooth | Help Wanted | describe the bug the performance of the curriculum map be not smooth on beta to experience this go to freecodecamp s production version curriculum expand the project euler section and keep on scroll repeat the same with the beta version you will notice that the beta version be a bit laggy desktop please complete the follow information os window 10 pro 32 bit browser chrome version late stable |
freecodecampfreecodecamp | change code tag to blockquote tag for backend challenge | Help Wanted | the code tag on the backend style challenge should be change to blockquote tag with s for line break code tag example blockquote tag example single line of code that be on their own line should also be change to use the blockquote tag since we be go through these we should also move any challenge instruction find in the section element with i d description to the section element with i d instruction and feel free to clean up anything else you find pr create x managing package with npm mot01 x basic node and express mot01 x mongodb and mongoose randelldawson x information security with helmetjs thecodingaviator x quality assurance and testing with chai nitin96bisht x advanced node and express thecodingaviator pr merge x managing package with npm x basic node and express x mongodb and mongoose x information security with helmetjs x quality assurance and testing with chai x advanced node and express |
freecodecampfreecodecamp | beta set page update modal should be remove | Help Wanted | describe the bug on update preference on the setting page there s a modal which show up on the top of the page which I think be of no use as they be not visible until we scroll to the top if we change multiple preference then the modal stack up screenshot screenshot 23 solution proposal we should show a side modal and then it should get close automatically after a few second something like screenshot 24 desktop please complete the follow information os window 10 pro 32 bit browser chrome version latest stable |
freecodecampfreecodecamp | error in solution for basic javascript use the conditional ternary operator | Help Wanted | the solution for basic javascript use the conditional ternary operator link below contain a an error challenge solution indeed the work solution be not return a b true false it s return a b true false |
freecodecampfreecodecamp | miss image on freecodecamp rock news | null | image file should live at news content image 2018 12 fcc logo white png but appear to be miss |
freecodecampfreecodecamp | test for various challenge be too strict about line break before method call part 2 | Help Wanted | not all of the challenge list in 35090 be fix by 35093 this issue be for the remain challenge that the aforementione pr do not modify the problem the test for various challenge be too strict about line break before method call e g something like this pass js document getelementbyid getmessage onclick function but this cause the test to fail js document getelementbyid getmessage onclick function affect challenge json apis and ajax access the json datum from an api js console log json 2 codename 1 json apis and ajax get geolocation datum to find a user s gps coordinate js if navigator geolocation navigator geolocation getcurrentposition pos document getelementbyid datum innerhtml latitude position coord latitude longitude position coord longitude browser and os info browser name firefox developer edition browser version 66 0b9 operating system antergo linux |
freecodecampfreecodecamp | donate modal animation | Bug | donate modal be render animate twice when invoke |
freecodecampfreecodecamp | error in the sass worker user syntax error be make it through to rollbar | Help Wanted | image these count towards our rollbar quota and could easily max it out once master have ship |
freecodecampfreecodecamp | view certificate text bleed outside the button | Help Wanted | image |
freecodecampfreecodecamp | handle client update more gracefully | Help Wanted | when we update the client the previous build be no long available therefore chunk path be no long valid and a 404 page be return be json be expect the effect of which be unpredictable this fail chunk request make it all the way through to our monitoring application as an uncaught syntax error uncaught syntax error report in the early day of learn freecodecamp org we have a serviceworker to handle this type of error but we find that critical update be not propagate in the speed require in the interest of stability usability we remove the service worker there have be some development in the plugin gatsby plugin offline to help with this issue and I would like to explore this again see issue comment propose a fix issuecomment 459105021 the onserviceworkerupdateready hook will allow we to refresh the page automatically or provide a confirm box to inform the user that a refresh be require it should also note that decline to refresh may cause instability in their current session I propose we re enable the offline plugin with the onserverworkerupdateready hook in use and monitor on rock for any issue cc quincylarson freecodecamp dev team for input |
freecodecampfreecodecamp | reimplement the danger zone on the setting page | Help Wanted | the danger zone be miss on the setting page it should be a clone of what we have in production |
freecodecampfreecodecamp | nav styling on freecodecamp auth0 com do not match production or beta site | null | while test the beta site for something else I notice the styling for freecodecamp auth0 com do not match for at least the nav bar at the top freecodecamp auth0 com authsite production production |
freecodecampfreecodecamp | favicon be miss | Help Wanted | the current master do not have any favicon the likely culprit be my configuration of gatsby plugin manifest l136 l149 |
freecodecampfreecodecamp | getuserinput be not define in test evaluator | Bug | describe the bug getuserinput be not define in test evaluator to reproduce step to reproduce the behavior 1 go to write concise declarative function with es6 2 click on run test 3 open console 4 see error expect behavior the test suite should run desktop please complete the follow information os macos browser firefox version late additional context add any other context about the problem here |
freecodecampfreecodecamp | remove reference to backspace regex in example | Help Wanted | add a link to the page with the problem on this challenge currently we use the word backspace to describe the b expression while this may be literally what it s call it s unnecessarily confuse b be generally use to indicate the boundary between word rather than teach people something so esoteric as to have an entire stack overflow discussion about it I recommend we just call it the boundary between word I recommend we update this sentence first be to allow you to use character you might not otherwise be able to type out such as a backspace second be to allow you to represent multiple quote in a string without javascript misinterpret what you mean I recommend we turn it into an ordered list for clarity and use carriage return as the example instead of backspace 1 to allow you to use character you may not otherwise be able to type out such as a carriage return 2 to allow you to represent multiple quote in a string without javascript misinterpret what you mean then instead of call b backspace in the table I recommend we call it word boundary |
freecodecampfreecodecamp | break link in take home project | Help Wanted | describe your problem and how to reproduce it in some of the take home project there be a break link in the description which lead to a 404 add a link to the page with the problem |
freecodecampfreecodecamp | user can use the same project link on all challenge and claim the cert in regard to responsive design cert | Bug | describe your problem and how to reproduce it user can use the same project on all challenge and claim the cert in regard to responsive design cert add a link to the page with the problem all responsive design project 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 | cor corb error for datum url testable project | Help Wanted | method try d3 json dataset file path function error datum if error throw error yield fetch dataset file path mode no cor datatype jsonp function error datum if error throw error yield I feel like I ve solve this before with datatype jsonp when use ajax I ll look into that edit ajax request try with both json and jsonp datatype yield the same result as with fetch |
freecodecampfreecodecamp | adjust the guide ui | Help Wanted | the file concern guide ui can be find in client src component layout guidelayout js client src component layout component guide sidenav js client src template guide guidearticle js issue to be resolve 1 there be a gap between the navigation and the guide article that be too big 1 parent title in the side navigation should also be green 006400 see screenshot below for reference screenshot 2019 01 28 at 11 20 32 |
freecodecampfreecodecamp | simplify the non english curriculum challenge markdown file | null | since the challenge test be no long rely on the assert message and use the yaml text I be wonder if the non english md challenge file could be simplify to only contain translation and no code at all for example the follow be the english version of i d 56533eb9ac21ba0edf2244cc title access nest object challengetype 1 guideurl description the sub property of object can be access by chain together the dot or bracket notation here be a nest object var ourstorage desk drawer stapler cabinet top drawer folder1 a file folder2 secret bottom drawer soda ourstorage cabinet top drawer folder2 secret ourstorage desk drawer stapler instruction access the mystorage object and assign the content of the glove box property to the gloveboxcontent variable use bracket notation for property with a space in their name test yml test text gloveboxcontent should equal map teststring assert gloveboxcontent map gloveboxcontent should equal map text use dot and bracket notation to access mystorage teststring assert s mystorage car inside s glove box 1 s g test code use dot and bracket notation to access mystorage challenge seed js setup var mystorage car inside glove box map passenger seat crumb outside trunk jack var gloveboxcontent undefined change this line after test js function x if typeof x undefined return gloveboxcontent x return gloveboxcontent be undefined gloveboxcontent solution js var mystorage car inside glove box map passenger seat crumb outside trunk jack var gloveboxcontents mystorage car inside glove box maybe there be a way to write the test runner logic to use a simplified markdown file like the follow spanish version show below i d 56533eb9ac21ba0edf2244cc guideurl localetitle accediendo a objetos anidado description se puede acceder a las sub propiedades de los objetos encadenando la notaci n de punto o corchete aqu hay un objeto anidado var ourstorage escritorio caj n grapadora gabinete caj n de arriba folder1 un archivo folder2 secretos caj n inferior soda ourstorage cabinet caj n superior folder2 secretos ourstorage desk drawer engrapadora instruction acceda al objeto mystorage y asigne el contenido de la propiedad glove box a la variable gloveboxcontent utilice la notaci n de corchete para las propiedades con un espacio en su nombre test yml test text gloveboxcontent debe ser igual a mapa text usa la notaci n de punto y corchete para acceder a mystorage you could possibly get rid of the front matter title along with test section teststring the only tricky part would be get rid of the challenge seed because sometimes there be comment in the code think react challenge that would need some translation maybe there be a way to add some placeholder for comment in the english code like a ref and then have a challenge seed comment section in the non english markdown with reference to the s like challenge seed comment yml comment comment1 setup comment2 change this line then in the english version of the challenge seed any comment would look something like comment1 setup var mystorage car inside glove box map passenger seat crumb outside trunk jack var gloveboxcontent undefined comment2 change this line this be probably not the simple way to achieve this but hopefully you get the idea of what I be talk about I be hope to use this issue as a way to discuss how this could be achieve |
freecodecampfreecodecamp | on complete a challenge press ctrl enter after download solution download the solution again | Bug | describe the bug after download the solution press the shortcut ctrl enter should take we to the next challenge however it also download the solution to reproduce step to reproduce the behavior 1 complete a challenge 2 click on run the test 3 assume you have pass the test case a modal window appear with 2 option submit and go to next challenge ctrl enter and download my solution 4 click on download my solution which will download the solution in json format 5 press ctrl enter 6 solution be download again 7 we be take to the next challenge expect behavior on press ctrl enter after download the solution we should be take to the next challenge as it be the shortcut for submit and go to next challenge ctrl enter it should not download the solution again desktop please complete the follow information os window 10 home browser chrome version 71 0 3578 98 |
freecodecampfreecodecamp | guide update tutorial debugging javascript with browser devtool | Help Wanted | fcc update code editor from codemirror to monaco editor document need to be update edit by raisedadead these file need to be update |
freecodecampfreecodecamp | add release script and acceptance test to news theme | Help Wanted | we need release script for news theme this theme integrate a different interconnect component and platform the comment be load via an embed from discourse the article be generate dynamically the above be on different server and connect to their own db s on different host this make any change susceptible to bug and more often than not can cascade to make the platform s unstable we would want to have some good integration test cypress and release script that version these change |
freecodecampfreecodecamp | legacy datum vis certification i d have migrate | Bug | there be a disparity between the current legacy datum vis cert i d and what be once the datum vis cert at the beginning of 2018 legacy cert i d for datum viz 561add10cb82ac39a17513bc on master legacy datum vis cert i d find in some user record 561add10cb82ac38a17513b3 |
freecodecampfreecodecamp | 15615 to eliminate difficulty in understand the problem statement of count card | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x all the file I change be in the same world language for example only english change or only chinese change etc x my change do not use shorten url or affiliate link the follow sentence sound confuse change the follow have more high card remain in the deck favor the player each card be assign a value accord to the table below when the count be positive the player should bet high when the count be zero or negative the player should bet low with each card be assign a value accord to the table below when the count be positive the player should bet when the count be zero or negative the player should hold close xxxxx |
freecodecampfreecodecamp | clear browser cache on chrome sign I out of curriculum indefinitely | Bug | describe the bug if you clear your cache image and file on google chrome you be never sign in when on the curriculum page hence all progress appear to be lose despite it tell you that you have progress in the setting and on the homepage sign in functionality seem to work as usual on all route except curriculum to reproduce step to reproduce the behavior 1 sign into fcc on google chrome 2 clear your cache image and file on google chrome find where you clear history 3 sign back into fcc on google chrome if necessary 4 go to curriculum and find that you be sign out expect behavior to be sign into curriculum when you be sign into the rest of fcc desktop please complete the follow information os window 10 browser chrome version 71 0 3578 98 official build 64 bit additional context I be do the url shortener project for the api and microservice certificate and I be play around with my app on google chrome I be have an issue where the express response redirect be redirect to site from a collectioni have drop and restart eg mysiteurl api shortenurl 0 would redirect to free code camp which use to be correct in the database however I clear it and set the url with short url 0 to www google com so it should have be redirect to google it seem like chrome have some sort of memory of that redirect path so I decide to clear my cookie and cache and it fix the problem mysiteurl api shortenurl 0 now redirect to google com as expect so I be ready to submit my solution I go to the curriculum to submit and have this problem |
freecodecampfreecodecamp | firefox unable to pass basic css add rounded corner with border radius | Bug | describe your problem and how to reproduce it unable to pass challenge in fiefox chrome be ok add a link to the page with the problem tell we about your browser and operating system browser name firefox browser version 64 0 2 64 bit operating system mac 10 14 2 if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | quincy s signature be not show up | Help Wanted | this may not be the good place to discuss it but the signature on the certification do not show up if your country have block imgur com I live in turkey and apparently our government decide to put imgur com down too alongside with all the other useful web service this be also a problem for future employer since we re list the certificate on our linkedin profile they basically don t see they fully if they don t use vpn so it would be well to use a cdn service for serve static file |
freecodecampfreecodecamp | dev setup npm run develop need ctrl c to be press twice for an exit | Help Wanted | npm run develop need ctrl c to be press twice for an exit |
freecodecampfreecodecamp | up to three parameter about function that in this challenge take four parameter | Help Wanted | describe your problem and how to reproduce it splice can take up to three parameter well we can go one step far with splice in addition to remove element we can use that third parameter which represent one or more element to add they as well be poorly describe splice function one would expect arr splice 0 2 darksalmon blanchedalmond call base on that but real one be arr splice 0 2 darksalmon blanchedalmond add a link to the page with the problem tell we about your browser and operating system browser name not applicable browser version not applicable operating system not applicable if possible add a screenshot here you can drag and drop png jpg gif etc in this box hopefully not necessary |
freecodecampfreecodecamp | create landing page for people come from grasshopper | Help Wanted | long time freecodecamp supporter and googler laura holmes and her team have build a pretty amazing mobile app for learn to code call grasshopper she write about the platform here she be plan to send people who reach a certain point in grasshopper s curriculum over to freecodecamp to continue their study rather than just send they to our normal landing page it would be cool if we have a simple landing page that welcome they and congratulate they on their progress through grasshopper ideally this would be a single page variation of our sign in page with one click sign in button and it could be at the url |
freecodecampfreecodecamp | unable to view user link on forum | Help Wanted | just get around to post about this issue which have be present for about 2 week on the forum currently when I try to visit the page just keep try to load and finally I get image I be on window 8 1 and use the late version of chrome |
freecodecampfreecodecamp | code with async await will not run | Bug | describe the bug even though we use babel to transform code that the student enter it doesn t support async and await this be also true of code add to the head or tail section of the curriculum to reproduce step to reproduce the behavior 1 locally use the late development version of the learn platform with the monaco editor not the production version 2 go to any lesson where you can enter javascript this lesson be fine 3 enter the code below into the editor console log get here 0 function later return new promise function resolve settimeout resolve 100 console log get here 1 async function thisisokuntilyourunit console log before await thisisokuntilyourunit will not get here await later console log after await thisisokuntilyourunit will not get here console log get here 2 thisisokuntilyourunit console log will not get here 4 look at the console to see the code do not finish execute per the console message expect behavior the code should finish run async and await should be support in fact it be the babel transform that be cause the problem the above would run in most modern browser screenshot if applicable add screenshot to help explain your problem desktop please complete the follow information os ubuntu browser chrome and firefox late stable version additional context here be the code as transform by babel which help explain the problem use strict fcc use strict function asyncgeneratorstep gen resolve reject next throw key arg try var info gen key arg var value info value catch error reject error return if info do resolve value else promise resolve value then next throw function asynctogenerator fn return function var self this args argument return new promise function resolve reject var gen fn apply self args function next value asyncgeneratorstep gen resolve reject next throw next value function throw err asyncgeneratorstep gen resolve reject next throw throw err next undefined var jsx react createelement div null console log get here 0 function later return new promise function resolve settimeout resolve 100 console log get here 1 function thisisokuntilyourunit return thisisokuntilyourunit apply this argument function thisisokuntilyourunit thisisokuntilyourunit asynctogenerator pure regeneratorruntime mark function callee return regeneratorruntime wrap function callee context while 1 switch context prev context next case 0 console log before await thisisokuntilyourunit will not get here context next 3 return later case 3 console log after await thisisokuntilyourunit will not get here case 4 case end return context stop callee this return thisisokuntilyourunit apply this argument console log get here 2 thisisokuntilyourunit console log will not get here fcc if you paste the code above directly into the console make sure you select the correct iframe to run it in then you will get the follow error referenceerror regeneratorruntime be not define what it seem like be happen be that babel be transform the code to run in any browser but the iframe doesn t have all the part of babel that it need in order to run that transform code this issue on stackoverflow might help do we need to add babel polyfill to that iframe I m not sure how to do that even I ve try a few thing and none of they have work I can try to submit a pr for this if someone can point I in the right direction about what to do and where to do it |
freecodecampfreecodecamp | book for jquery web developement | Invalid | very new book on web development with various language I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link close xxxxx |
freecodecampfreecodecamp | web design with html book | Invalid | new book make on web design with html and other language I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link close xxxxx |
freecodecampfreecodecamp | javascript book | Invalid | very recent book on javascript web developement I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link close xxxxx |
freecodecampfreecodecamp | book on swift programming | Invalid | a book recommendation review most of swift x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link close xxxxx |
freecodecampfreecodecamp | android programming book | Invalid | add book recommendation for android programming x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link close xxxxx |
freecodecampfreecodecamp | test shallow test for miss incorrect front matter on code challenge | Help Wanted | describe the bug a pr diff 30158e67be249b214c99cbfd9178ff60 be recently merge which change the videourl key value to a youtube video url only freecodecamp org video record with scrimba by beaucarne be allow currently resolution since there be no russian video for the challenge yet it need to be change back to a blank string like videourl please edit the file on github to make the change screenshot if applicable add screenshot to help explain your problem image desktop please complete the follow information os n a browser n a version n a additional context add any other context about the problem here |
freecodecampfreecodecamp | move code bootcamp cost calculator to the guide | Help Wanted | I believe with gatsby we can just have an interactive guide article instead of have a javascript app that live at a specific path then we can just create a 301 from to freecodecamp org guide tool calculator code bootcamp cost calculator this would be an important proof of concept we could use to create other interactive calculator for example our binary calculator article could become more like this |
freecodecampfreecodecamp | job | Invalid | 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 | cit | 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 | dead link create | Invalid | dead link create x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | placeholder add | Invalid | placeholder add to input tag x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | console log of an array be mislead | Bug | describe the bug in the challenge page console log of an array log without bracket it avoid to understand if array be nest or not js console log 1 2 3 4 1 2 3 4 console log 1 2 3 4 1 2 3 4 to reproduce step to reproduce the behavior 1 go to any challenge with an editor e g 2 console log 1 2 3 4 3 observe the console 4 see error expect behavior show bracket in the console screenshot fcc array console bug desktop os ubuntu 18 04 lts browser firefox version 63 0 and os window 10 browser google chrome version 70 0 |
freecodecampfreecodecamp | placeholder add | Invalid | placeholder add to the question x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the advantage and disadvantage | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | inconsistent indentation in understand boolean value | Help Wanted | describe your problem and how to reproduce it I feel as though this question s starter code be inconsistent with all the surround question where the body of function be indent the return false and potentially the comment above and below it should be indent to make the challenge consistent and encourage good style add a link to the page with the problem tell we about your browser and operating system browser name chrome browser version version 72 0 3613 0 official build canary 32 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 | curriculum progress opening page | Help Wanted | the curriculum page always open the basic html section of the curriculum shouldn t it open my recent track or at least the section I m in also would like to request a feature for the curriculum page that be add a progress bar regard the full curriculum as well as the current track in progress and well navigation |
freecodecampfreecodecamp | add inkscape page | Invalid | create inkscape introduction page under designer tool section x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link |
freecodecampfreecodecamp | update hello world | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add text wiki page | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | my change | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | miss closing quote in paragraph on honesty policy page | Help Wanted | describe the bug the honesty policy page have paragraph with open quotation mark without correspond end one to reproduce step to reproduce the behavior 1 go to expect behavior second third and fourth paragraph need end quote screenshot image suggest fix this file need to be edit you ll need to put a double quote at the end of each paragraph that be appropriate I e only the second third and fourth paragraph |
freecodecampfreecodecamp | add the text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add I love to learn more and more | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | I add I really love python | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | ci test ci script be miss | Bug | describe the bug build be fail due to test ci script miss to reproduce step to reproduce the behavior 1 submit pr 2 check the travis ci build expect behavior testing script should run screenshot image |
freecodecampfreecodecamp | modify | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text my change to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the text my change to article | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update readme | Invalid | x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add w3schools reference to more information | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add w3schools reference to more information | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add two helpful article to more information | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add the syntax section to article | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | create index md | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | change 10 1 in line 17 and 33 to 10 2 | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | change 25 buck to 20 buck | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | initial guide stub include a hint | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | update index md | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add my text strikethrough use two tilde scratch this | Invalid | add my text strikethrough use two tilde scratch this x I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | merge two sentence as they continue on idea move comma to inside of quote | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | make the cartoon small or delete it | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | minor grammar mistake in paragraph 3 5 | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | first guide article that be not a stub w hint | Invalid | I have read freecodecamp s contribution guideline my pull request have a descriptive title not a vague title like update index md my pull request target the master branch of freecodecamp none of my change be plagiarize from another source without proper attribution my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
freecodecampfreecodecamp | add blog oficial | Invalid | x I have read freecodecamp s contribution guideline x my pull request have a descriptive title not a vague title like update index md x my pull request target the master branch of freecodecamp x none of my change be plagiarize from another source without proper attribution x my article do not contain shorten url or affiliate link if your pull request close a github issue replace the xxxxx below with the issue number close xxxxx |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.