repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | cat photo app step 56 | Bug | describe the issue confusing error message here the text loving should no long be locate directly to the right of your checkbox it should be wrap in a label element make sure there be a space between the two element affect page your code html love th... |
freecodecampfreecodecamp | break test for medium query | Bug | describe the issue medium query test not pass for the technical documentation certification project affect page your code css medium only screen and max width 815px for mobile phone navbar ul border 1px solid height 207px navbar ... |
freecodecampfreecodecamp | console output reset when preview be toggle | Bug | describe the issue in the multi file editor if the preview pane be toggle off and then on again any output in the console will be clear grant the user can always check their code again to get the console output back but I m assume this be not intend behavior affect page any page use the mult... |
freecodecampfreecodecamp | basic js word blank need code block | Bug | describe the issue the follow sentence in the word blank lesson should have a code block three backtick surround the code section which be directly refer to the complete code block below it on the page instead of consider this sentence it be really and we ourselves it should s... |
freecodecampfreecodecamp | update code of conduct md | Invalid | no room for racism in the freecodecamp community checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp I have... |
freecodecampfreecodecamp | feature update readme file | Invalid | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or... |
freecodecampfreecodecamp | prevent preformatted text from wrap in js course construct string with variable | Bug | describe the issue the use of preformatte text within regular text cause a problem for arabic language comprehension when the preformatted text be allow to wrap the user can not always see whether there be a space character at the point the line wrap so it be well to place preformatted text that be long than o... |
freecodecampfreecodecamp | rewrite awkward js course step escape sequence in string | Bug | describe the issue in this challenge the sentence that come before the table be awkwardly phrase for eg this one there be two reason to use escape character discuss on discord with jeremylt and he suggest the follow rewrite quote be not the only character that can be escape inside a string e... |
freecodecampfreecodecamp | invalid instruction step 53 learn typography by build a nutrition label | Bug | describe the issue the text below be refer to a span that doesn t exist finally nest the cholesterol and 0 mg span element inside an additional span element for alignment there be no 0 mg span element in the code at this point affect page your code expect behavior ... |
freecodecampfreecodecamp | text alignment issue on popup when turn on the night mode in setting page | Bug | describe the issue if you check below image when turn on the night mode on account setting page I see alignment text issue at update preference popup reference link affect page step to reproduce 1 go to account setting page 2 click on menu 3 scroll ... |
freecodecampfreecodecamp | visualize datum with a bar chart the bar element in user story 7 8 9 should place bar in backtick | Bug | describe the issue should the word bar in this sentence be in a code block user story 8 the bar element datum gdp property should match the order of the provide datum the context be this project ask for translation purpose as I m not familiar with this project same question for all... |
freecodecampfreecodecamp | in how type work some conten be not display | Bug | describe the issue some conten be not display and the byte I get return be represent in hexadecimal form as be not display image affect page how type work step to reproduce nothing expect behavior it should be display screenshot image system ... |
freecodecampfreecodecamp | non virtual dom element undefined phrase use in datum visualization certification project | Bug | describe the issue in the 5 certification project for the datum visualization certificate the phrase non virtual dom element be use without any prior explanation I check the datum visualization curriculum and no such phrase be introduce at any point it be not clear therefore to the learner what th... |
freecodecampfreecodecamp | name attr inject into step 41 of build a registration form | Bug | describe the issue sometime ago the seed code show for step 41 of the building a registration form be modify to include the name attribute on several input element I believe this be do by mistake ref diff 1d97b888ed401f911b92086f080f24fd953294a3902771f73ea3830955c43b17 please see the discussion her... |
freecodecampfreecodecamp | help button not obvious | Bug | describe the issue the new ask for help button be not obvious we have user on the forum frequently not understand how to find the ask for help button affect page all rwd step to reproduce 1 go to any rwd page 2 click on check your code a few time 3 see question mark... |
freecodecampfreecodecamp | build a magazine step 27 be box sizing need | Bug | describe the issue someone in the forum point out that add the box size property just to html will not have the intend effect since the property be not inherit it appear to I that remove this property completely from html in the final product do not seem to make any difference to the layout ... |
freecodecampfreecodecamp | bad use of comma in d3 course add a tooltip to a d3 element step | Bug | describe the issue in the sentence there be several way to add a tooltip to a visualization this challenge use the svg title element the comma should be a period from an english grammar perspective the sentence after a comma should not be a complete sentence but here it be this be a comma spl... |
freecodecampfreecodecamp | update need to getmessage element phrase in json apis and ajax course | Bug | describe the issue curriculum course step 04 datum visualization json apis and ajax handle click event with javascript use the onclick property md this file contain the follow test message your code should use the document getelementbyid method to select the getmessage element however the refer... |
freecodecampfreecodecamp | d3 step use the phrase svg canvas half way through the course without any explanation | Bug | describe the issue about halfway through the d3 datum visualization with d3 course we see the phrase svg canvas for the first time on this page however prior to this point the course only use the phrase svg area in reference to the space that the svg take up on the screen no explanation b... |
freecodecampfreecodecamp | d3 step repeat itself about the style method | Bug | describe the issue in the step we see the text you can use a callback function in the style method to change the styling for different element which be a repetition in part of the later sentence you can use a callback function in the style method and include the conditional logic I... |
freecodecampfreecodecamp | learn html form registration form step 17 | Bug | describe the issue instruction ask for nest element within each but do not allow multi line response when the response be submit with multiple nest line I get the error test sorry your code do not pass you re get there hint you should add the first input after the label text enter ... |
freecodecampfreecodecamp | a lesson in code interview question allow possibly incorrect code to pass | Bug | describe the issue when add a new node or element to a binary search tree I be suppose to compare the value supply add method with that of current node but it seem odd to I that despite not do it at all the testing script somehow ignore it affect page your code here s the cod... |
freecodecampfreecodecamp | nutrition label step 43 | Bug | describe the issue the challenge text be slightly confusing after your last divid element create a p element and give it the text total fat 8 g 10 wrap total fat in a span element with the class set to bold wrap 10 in another span element with the class set t... |
freecodecampfreecodecamp | support ipv6 in logger test or force ipv4 in boilerplate express | Bug | describe the issue the issue be relate to node js version 17 and run the basic node and express implement a root level request logger challenge on localhost the ip in the logger regex test be expect to be an ipv4 address node js now return ip address in the order they be return from the nam... |
freecodecampfreecodecamp | nutrition label 33 | Bug | describe the issue the code below generate the confusing hint your p element should have the text calorie the actual issue be that the span element be in the wrong place affect page your code html amount per serve calorie 230 expect behavior clear ... |
freecodecampfreecodecamp | toggle button on setting page be not accessible | Help Wanted | describe the issue I ve be want to fix the toggle button on the setting page for quite a while now pr 48567 have already be start to implement a new togglebutton component I want to create this issue to make sure that any new component address all of the current accessibility issue the current toggle h... |
freecodecampfreecodecamp | unnecessary use of class in nutrition label course | Bug | describe the issue I be review the final code of the nutrition label course and notice two relate issue 1 in the last two step 66 and 67 come from 65 the code of the index html file change with additional code that didn t exist in the step before and it isn t add in these step either ho... |
freecodecampfreecodecamp | unclear instruction about css td width property | Bug | describe the issue create a selector to target your td element within your table body give they a width to fill the viewport with a minimum and maximum of 4rem this approach ensure that the width be fix whereas set width specifically would allow the element to shrink to the container because we be us... |
freecodecampfreecodecamp | print certification | Bug | describe the issue it would be nice to have the option to save and print the certification as an pdf or png affect page step to reproduce 1 go to 2 click on your profile 3 scroll down to certification 4 see certification without the option to print or save expect ... |
freecodecampfreecodecamp | miss test case reuse pattern use capture group | Help Wanted | on the reuse pattern use capture group there s a miss test case that allow solution that do not match the requirement the requirement read emphasis add use capture group in reregex to match a string that consist of only the same number repeat exactly three time separate by single space ... |
freecodecampfreecodecamp | take camper back to map after finish a block | Help Wanted | just open this up for discussion since it come to mind I be test a pr and submit a new rwd project and it take I right to the first step of the next block I m wonder if we should take camper back to the map so they can see their checkmark and then they have to click on the next thing to do it feel like that might... |
freecodecampfreecodecamp | fix change of extra line brake b w section | Invalid | checklist x I have read and follow the contribution guideline x I have read and follow the how to open a pull request guide how to open a pull request x my pull request target the main branch of freecodecamp x I have test these change either locally on my machine or... |
freecodecampfreecodecamp | break test in js a ds destructuring via rest element | Bug | describe the issue the last test require the use of the variable name shorterlist to collect the remain array element in the destructuring but this be not mention in the instruction affect page your code function removefirsttwo list only change code below this line const ... |
freecodecampfreecodecamp | learn the css box model by build a rothko painting challenge miss information about different css box model | Bug | describe the issue challenge call learn the css box model by there be bunch of step which describe some part of the box model a lot of step about change color etc but it look like there be no step describe that there be different model available like content box border box etc and in th... |
freecodecampfreecodecamp | javascript skill you need for react practical example catch code be miss 2nd closing parenthesis | Bug | describe the issue javascript skill you need for react practical example catch code be miss 2nd closing parenthesis cause error typeerror can not assign to read only property message of object syntaxerror src app js unexpected token expect 15 67 13 ... |
freecodecampfreecodecamp | javascript skill you need for react practical example ternary operator code block be miss close curly brace | Bug | describe the issue miss a close curly brace in code block after the ternary expression affect page step to reproduce 1 text ternary 20operator 20can 20also 20be 20used 20inside 20curly 20braces 20 again 2c 20since 20it 20is 20an 20expression 3a 2 paste code block in see... |
freecodecampfreecodecamp | challenge use the rest parameter with function parameter | Bug | describe the issue the challenge be use the reduce method which hasn t be introduce yet I believe it be an artifact of the current section order es6 now come before functional programming you don t really need to understand how reduce work to solve the challenge but just to avoid any confusion ... |
freecodecampfreecodecamp | use react suspense to load the element when it s ready instead of javascript | Help Wanted | we be use javascript to wait for api to be ready then render some component this isn t the react way to do thing example ts if showloade return return l74 l84 plain 1 ts if showloade return l149 l151 plain 1 ... |
freecodecampfreecodecamp | create a help post on the forum button not work for rwd certification project | Bug | describe the issue when I click create a help post on the forum button nothing happen affect page and other rwd certification project either new or legacy step to reproduce 1 go to 2 click on get help ask for help create a help post on the forum 3 nothing happen ... |
freecodecampfreecodecamp | create a module script | Bug | describe the issue here I have submit everything fine but timeout error be show repeatedly in console my code be affect page your code expect behavior my code should work screenshot screenshot 152 system device pc os window 10 brows... |
freecodecampfreecodecamp | time line scroller positioning | Bug | describe the issue when we scroll the screen and then again go back to the starting of the page the time line scroller be wrongly position affect page step to reproduce 1 go to 2 scroll down to bottom 3 again go back to top of the page 4 see error expect beh... |
freecodecampfreecodecamp | update | Invalid | checklist 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 main branch of freecodecamp I have test these change either locally on my machine or gitpod ... |
freecodecampfreecodecamp | close button x be not center vertically in flash message | Bug | describe the issue close button x char be not align vertically in flash message that state save your code be save to your browser s local storage affect page learn route I e step to reproduce 1 go to 2 click inside of code editor 3 save code to local storage ctrl ... |
freecodecampfreecodecamp | learn css color step 78 | Bug | describe the issue instruction want you to select two class but do not pass correct css affect page your code cap sleeve display inline block expect behavior should pass and carry on to 79 screenshot step 78 system device asus chrome... |
freecodecampfreecodecamp | capitalize abbreviation json | Bug | describe the issue the word json should be capitalize in the hint text the endpoint json should serve the json object message hello json reference challenge file curriculum challenge english 05 back end development and apis basic node and express serve json on a specific route md affect... |
freecodecampfreecodecamp | cat photo app 10 11 | Bug | describe the issue flip the order of step 10 and 11 might help make step 12 less confusing affect page expect behavior student seem to find 10 11 too different than 12 for they to fully understand I think put the text first and then the link could help make step 10 11 feel more sim... |
freecodecampfreecodecamp | cat photo app step 15 | Bug | describe the issue I think we can clarify this step with one small tweak affect page current instruction currently the instruction say turn the image into a link by surround it with necessary element tag use as the anchor s href attribute value expect behavior st... |
freecodecampfreecodecamp | cat photo app step 64 | Bug | describe the issue user often delete the text no copyright or include it inside of the anchor text could we add a line to the instruction prevent this error affect page your code common error html freecodecamp org html no copyright freecodecamp o... |
freecodecampfreecodecamp | cat photo app setp 56 | Bug | describe the issue this remain a high stuck step perhaps an example would help affect page current instruction step 56 there s another way to associate an input element s text with the element itself you can nest the text within a label element and add a for attribute w... |
freecodecampfreecodecamp | nutrition label step 43 | Bug | describe the issue the forum be get hammer with question for nutrition label step 43 I think we can improve the last sentence to help with this affect page current instruction this be the current instruction step 43 after your last divid element create a p ele... |
freecodecampfreecodecamp | error on step 27 typography project in responsive web design | Bug | describe the issue I be one of the student undertake the freecodecamp curriculum however I be experience an error on step mention above the hint say you should have a new lg selector which accord to the code I enter everything be fine here be my code lg height 10px lg md ... |
freecodecampfreecodecamp | javascript algorithm and datum structure | Bug | describe the issue the instruction say use bracket notation to find the second to last character in the lastname string I do const secondtolastletteroflastname lastname lastname length 2 change this line and get an error message referenceerror ara be not define I thing there be a... |
freecodecampfreecodecamp | js course button reset all code should probably be call reset this lesson instead | Bug | describe the issue in the js course such as the basic javascript course the button to reset all code lead to a dialog title reset this lesson which contain a button title reset this lesson I believe that reset this lesson be a clear and truer description of what click on reset all code ... |
freecodecampfreecodecamp | unclear description on step 24 on learn more about css pseudo selector by build a balance sheet | Bug | describe the issue the instruction state in your fourth tr element add a th element with the text total liability however it be not really clear that the user should or should not include a period user will have fail previous task if the period be omit period be require on previous exercise theref... |
freecodecampfreecodecamp | step 46 of build a balance sheet project have a test that be too stringent | Bug | describe the issue step 46 of the project to build a balance sheet ask learner to add the important term to each property present in the span class sr only selector someone on the forum attempt to do this but manage to remove a few space that be directly to the right of the colon on some of the ... |
freecodecampfreecodecamp | documentation image be not display when diploye | Bug | describe the issue although image be add to the markdown use the text path syntax similar to other image in the directory the image on author analytic manual md be not show when deploy the image load as expect when the path be visit directly might be relate affect page a... |
freecodecampfreecodecamp | css cafe menu step 22 accept answer of nest a div selector inside the body selector | Bug | describe the issue I be assist a camper in t his forum post and they be able to pass step 22 of the cafe menu project with the follow answer div background color burlywood I don t think this answer should be accept because it be use selector css nesting which doesn t have gre... |
freecodecampfreecodecamp | non english keyboard guidance warning need | Bug | describe the issue have anyone think about add a new section to the translate version of the curriculum to explain to people how to find character like backslash and double quote or a reference link I think we probably should add something to tell people to switch their keyboard language at the start of the ... |
freecodecampfreecodecamp | cat photo step 27 allow wrong code to pass | Bug | describe the issue this step be allow code that do not meet the requirement to pass affect page your code this pass top 3 thing cat hate flea treatment thunder other cat expect behavior step should not allow multiple order list to pass should enforce th... |
freecodecampfreecodecamp | editor do not use the right theme | Bug | describe the issue the layout theme and the editor theme do not match for user who be not sign in affect page step to reproduce 1 open an incognito window on a browser 2 go to 3 compare the layout theme and the editor theme expect behavior the editor should show... |
freecodecampfreecodecamp | rely on local storage to store the sound setting | Help Wanted | edit by sboonny shift to local storage sound value shouldn t be store in user schema remove sound property in user schema disable network call also deprecate delete it as it would no long be need with we have move to use local storage after fetch the user datum we should a... |
freecodecampfreecodecamp | inconsistent use of backtick in old js curriculum challenge subtract one number from another with javascript | Bug | describe the issue in the old js curriculum the challenge title subtract one number from another with javascript use backtick inconsistently for eg the instruction use backtick around the number 12 here change the 0 so the difference be 12 but the hint do not here the variable differe... |
freecodecampfreecodecamp | refactor the tab content from flex layout to grid layout | Help Wanted | describe the request the tab content have flex layout which can change to grid because its child use specific layout flexbox doesn t provide a good way for precision and it do attempt to provide the most available space for the content it which case the need to add position relative to it to ... |
freecodecampfreecodecamp | bug forum update topic banner cover up the subform and late table heading | Bug | describe the issue the update topic banner on the fcc forum be cover up a couple of the table header here affect page step to reproduce 1 go to 2 wait for a new update topic banner to show up on homepage 3 see the issue expect behavior there should be some space b... |
freecodecampfreecodecamp | documentation for run single cypress test seem inaccurate | Bug | describe the issue the documentation for run a single cypress test do not seem to be correct the command give in the documentation run all of the default e2e test instead of just the one specify affect page how to add cypress test i d 2 run the cypress test step to reproduce current docume... |
freecodecampfreecodecamp | step 83 of new js build an rpg course inconsistent use of backtick | Bug | describe the issue in step 83 of the new js course to build an rpg the step sometimes use backtick around the number 30 and sometimes it do not this seem inconsistent please see example below first one have no backtick around 30 while the next sentence use backtick description similar to... |
freecodecampfreecodecamp | refactor the searchbar from flex layout to grid layout | Help Wanted | describe the request the searchbar have flex layout and it be fine with one icon in it but with the addition of reset icon the spacing between the button and input need to be precis flexbox doesn t provide a good way for precision which case the need to add magic number to position it... |
freecodecampfreecodecamp | flash message be out of view | Bug | describe the issue the flash message be show up out of view if you be scroll down the page a small amount step to reproduce 1 go to your setting page 2 scroll down any amount more than about a few hundred pixel 3 change one of the setting in a way that a flash message should appear cha... |
freecodecampfreecodecamp | percent label next to progress bar be not vertically align | Bug | describe the issue in the new project the 1 in the image below be not vertically align with the progress bar next to it screen shoot 2023 01 03 at 10 00 30 am step to reproduce 1 go to 2 click on one of the block and complete a challenge 3 go back to 4 find the block... |
freecodecampfreecodecamp | need visible heading for personal input on setting page | Help Wanted | describe the issue there be several save button on the setting page which save the current status of the input group directly above they for example the save button under the privacy setting head save the status of those privacy setting input currently the accessible name for each of these save b... |
freecodecampfreecodecamp | unlclear instruction | Bug | describe the issue I have follow the instruction but it still give error affect page your code expect behavior give an error screenshot no response system device e g iphone 6 laptop os e g ios 14 window 10 ubuntu 20 04 browser e... |
freecodecampfreecodecamp | z index mention in pass in balance sheet before be introduce in a later project picasso paint | Bug | describe the issue in the balance sheet project step 42 the follow instruction be give ensure your year do not get hide by set a z index of 999 no explanation be give as to what z index be use for other than this one line not until we get to step 10 of the picasso painting project do we see ... |
freecodecampfreecodecamp | fix typo and improve instruction | Bug | describe the issue the current explanation for the description of a binary search be find the middle value of a sorted array if value target return find it if middle value target search right half of array in next compare if middle value target search leave half of a... |
freecodecampfreecodecamp | clarify instruction and hint in step 61 of the cat photo app | Bug | describe the issue for step 61 of the cat photo app since a lot of people don t read the instruction extra carefully to detect that the check attribute be request in 2 place can we make it more obvious by write the instruction as follow make both the first radio button and the first checkbox select by def... |
freecodecampfreecodecamp | step 62 of new js course build and rpg be miss some backtick | Bug | describe the issue step 62 s instruction say the location array contain two location the town square and the store the word town square and store should be in backtick as they be code and must not be translate also in this sentence currently you be pass that entire array into the ... |
freecodecampfreecodecamp | step 59 new js course build an rpg be miss need backslashe | Bug | describe the issue step 59 ask user to copy code from one place to another however the hint text below be miss the escape backslashe around the word store which be find in the original code be copy your update function should set text innertext to you be in the town square you see a sign ... |
freecodecampfreecodecamp | unexpected character popup in the code | Bug | describe the issue while I be write code for html on my phone every time I finish a tag for example after hit space or enter it become or or become on its own thing I ve try change the keyboard from microsoft s to google s stop auto correct auto space auto... |
freecodecampfreecodecamp | unecessary opinion and innaccuracy surround note about class | Help Wanted | describe the issue on the topic of es6 class in javascript the section in question read this sentence at the very top of the article it should be note that the class syntax be just syntax and not a full fledge class base implementation of an object orient paradigm unlike in language such as java ... |
freecodecampfreecodecamp | Invalid | describe the issue I need help run this affect page your code echo e x lambda y y 5 3 print result str x 6 run py python3 run py expect behavior should output a result screenshot no response system device e g iphone 6 lapt... | |
freecodecampfreecodecamp | button padding on mobile device be too much | Bug | describe the issue leave right padding be too much for mobile view and font size be big image we can adjust padding and font size for small device demo image affect page step to reproduce set leave right padding 1 6rem and font size 16 18px expect behavior if font ... |
freecodecampfreecodecamp | grammar in step 48 of new js course build an rpg | Bug | describe the issue in crowdin I notice that step 48 of the new js course build an rpg use a sentence that may need a grammar correction instead of your button innertext it should say your button innertext full sentence be in your gotown function update your button innertext property to... |
freecodecampfreecodecamp | miss hashtag s in step 45 of the new js course build an rpg | Help Wanted | describe the issue step 45 of the new build an rpg in js course seem to be miss multiple hashtag for eg the follow seem to be miss a hashtag in front of the word text the one in backtick now you need to modify your display text change the innertext of the text to be you enter the store ... |
freecodecampfreecodecamp | tab name be different between desktop layout and mobile layout | Bug | describe the issue in the certification project page the tab on the left be instruction however if you resize the browser and the page switch to the mobile layout the tab name change to info the console on the desktop layout change to test too affect page and other certifica... |
freecodecampfreecodecamp | new js course build an rpg should hello world be enclose in backtick | Bug | describe the issue should the string hello world be enclose in backtick in order for the translator to know that it should not be translate specific string that I notice this issue in below 15 javascript algorithm and datum structure 22 learn basic javascript by build a role play game 62a3c8bf3980c14... |
freecodecampfreecodecamp | unexpected use of capitalization in comment string | Bug | describe the issue in the comment string assign 5 to oopsglobal here the word here be capitalize I be not sure why as this do not seem to be a head crowdin link 922555 affect page curriculum dictionarie english comment json your code expect behavior use a... |
freecodecampfreecodecamp | learn sql problem to load the start virtual server | Bug | describe the issue in the learn sql by build a student database part 1 when load remote environment I couldn t finish to load the last part start virtual server and I don t know why check permission ok prepare virtual machine ok pull source image ok reserving resource ... |
freecodecampfreecodecamp | request rewrite of first sentence in step 32 of the new js course build an rpg | Bug | describe the issue the first sentence of step32 of the new js course learn basic javascript by build a role play game state the follow use queryselector to get the other two button element use their button2 and button3 ids attempt to translate the last half of this sentence in arabic be a ... |
freecodecampfreecodecamp | typo in learn bash and sql by build a bike rental shop | Bug | describe the issue in step 1145 1 adjust available bike display 11451 currently the instruction say it s work adjust the echo command that print the bike info so that the first line print would look like this 1 27 mountain bike the rest would look the same but with their bike... |
freecodecampfreecodecamp | overly wordy statement in new js course step 16 of build a role play game | Bug | describe the issue step16 of the build an rpg for the new js course have this overly wordy sentence add a console log hello world line between your script tag then click the console button to open our console and you should see the text hello world in your console the use of our conso... |
freecodecampfreecodecamp | unclear penguin hint step 12 | Bug | describe the issue we have a few issue with hint clarity here affect page your code bad code penguin width 300px height 300px margin top 75px hint you should give penguin a margin of auto but find fix this be accurate b... |
freecodecampfreecodecamp | remove the buttonspacer use to add margin between component | Help Wanted | describe the bug we have a component call buttonspacer and its propose be to add margin between component we can remove the need for it and use css to add the margin l1 l10 plain 1 usually I try to think of a reason for it but the only thing that I can come up with be this be a relic of the pas... |
freecodecampfreecodecamp | typescript migrate cypress test | Help Wanted | be your feature request relate to a problem please describe guideline take a look at the codebase good practice codebase good practice kebab case file name do not ignore linte unless absolutely necessary we hope to leverage the type safety that come with typescript ... |
freecodecampfreecodecamp | freecodecamp debug console ipado support | Help Wanted | be your feature request relate to a problem please describe since covid lot of student have get ipad to do their schoolwork for most of they their ipad be their only device with a large viewport their possibility to learn coding be very dependent on browser support most of freecodecamp fulfill this re... |
freecodecampfreecodecamp | accessibility quiz step 57 instruction not clear | Bug | describe the issue the only way to pass this step be to create a new ruleset that target both info input and info label and add the display property to that new ruleset but the instruction do not make this clear and the alternative solution of add the display property separately to the exis... |
freecodecampfreecodecamp | miss in step 6 of learn basic js by build a role play game | Bug | describe the issue one of the hint shown for step 6 of learn basic js by build a role play game be miss a hash symbol the hint that should be fix be your monsterstat element should have two span element the word monsterstat be the value of the i d so it need the prefix affect page curricul... |
freecodecampfreecodecamp | step 16 catphotapp should not have case sensitive check for section tag | Bug | describe the issue the catphotoapp project s step 16 ask user to use a section element however if a user type section as the tag name the test reject the code even though html tag be suppose to be case insensitive affect page your code catphotoapp cat photo click here to view ... |
freecodecampfreecodecamp | typo on the moderator handbook document | Bug | describe the issue in the moderator handbook document you will see a moderate pull request section under that section there be a subsection name challenge instruction edit in that section there be a sentence that say contributor may try to add link to resource to the challenge the pr... |
freecodecampfreecodecamp | typo on the moderator handbook document | Bug | describe the issue in the moderator handbook document you will see a note section just above the moderate github section in that note there be a sentence that say if you be miss access on a platform the preposition you see after the word access be incorrect affect page step to... |
freecodecampfreecodecamp | add jest snapshot follow set button and certification page consistent | Help Wanted | describe the bug this pr 48211 make the button consistent we can use snapshot to make sure that these section still consistent and make it easy to review future prs here be the doc about snapshot here be an example file from the codebase that create a snapshot |
freecodecampfreecodecamp | numpy operation quiz answer be false | Bug | describe the issue the answer to the quiz for the chapter of numpy operation in the datum analysis with python course be false what be the value of a after you run the follow code a np arange 5 a 20 the answer for the quiz be the second option where as the right answe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.