repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | official browser support | null | right now we recommend chrome and firefox on news support but we transpile for more than that l12 should we officially support say chrome firefox edge safari and opera if we do we can tailor our browserlist to that and also our cypress test whatever we decide to support I think we should make our tooling reflect that |
freecodecampfreecodecamp | fix break link in readme md for infosec chai section | Bug | current readme link to this be a break link current readme should link to recommend fix suggestion how would you update it two idea for fix this come to mind first in the readme md we want to change both link to match the current application here be the code that should be add to fix the issue 6 quality assurance certification quality assurance and testing with chai advanced node and express second set up route for the old path to redirect to the current path I m unsure of exactly how to do this |
freecodecampfreecodecamp | save challenge store for all user | Help Wanted | describe your problem and how to reproduce it if you save your code ctrl s log out and then log back as a different user then the new user will see the save code while this only affect user that share machine it s clearly not intend behaviour similarly I think that fail submission will be retry for the currently log in user not necessarily the user who attempt to submit they this might be behind some odd behaviour report on the forum |
freecodecampfreecodecamp | a shortcut for do everything | Help Wanted | just need shortcut to run the test download and for everything for productivity |
freecodecampfreecodecamp | 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 | issue tracker project post operation lack error definition default value for open | Help Wanted | describe your problem and how to reproduce it here be the user story for the post operation for the issue tracker project 2 I can post api issue projectname with form datum contain required issue title issue text create by and optional assign to and status text 3 the object save and return will include all of those field blank for optional no input and also include create on date time update on date time open boolean true for open false for closed and i d notably miss here be definition for how to handle error a require field imply that the lack of such a field will result in an error but there be no direction give as to how to handle this additionally the open field be define as a boolean but no default value be define the logical choice be true I propose the following change to the user story if a require field be miss return require field miss an example would be require field miss issue title issue text for the open value 3 the object save and return will include all of those field blank for optional no input and also include create on date time update on date time open boolean true for open false for close default to true and i d add a link to the page with the problem if these change or alternate propose in comment be acceptable I ll file a pr to update the boilerplate |
freecodecampfreecodecamp | imperial metric conversion boilerplate repl it have incorrect example conversion | Help Wanted | describe your problem and how to reproduce it the index html have an example conversion output initnum 3 1 initunit mi returnnum 5 0000008 returnunit km string 3 1 mile convert to 5 00002 kilometer as per google and basic math 3 1mi 1 60934 km mi 4 98895 not 5 0000008 the result be also suppose to be round to 5 digit this appear to be correct in the sample project or at least within 2 hundred thousandth add a link to the page with the problem l42 I have a fix here |
freecodecampfreecodecamp | imperial metric converter inconsistency in unit capitalization | Help Wanted | describe your problem and how to reproduce it there be inconsistency in the way in which the capitalization for unit be handle particularly for the l liter base on the sample test the l be sometimes capital sometimes lowercase it s clear which be suppose to be which make handle the conversion sticky my preference and the way I solve it be to convert everything to lowercase so I could do lookup against an object then in all case both the initunit and returnunit value should be in lowercase as well I propose add an additional user story which enforce this this simplifie write and run test both from bar that then guidance should be give about how capitalization should be preserve if I get cap in should the output be in cap be l always capital or do we allow both if we allow both what be the expect output add a link to the page with the problem I have a propose fix include here it add a user story html all unit must be return lowercase |
freecodecampfreecodecamp | imperial metric converter boilerplate repo repl it convert button do not work | Help Wanted | describe your problem and how to reproduce it if you click the convert button on the ui for the example project boilerplate repl it the page refreshe and the conversion do not occur this be because the onsubmit handler in the script do not have an event parameter be pass in despite do the event preventdefault in the body add the event parameter fix the issue add a link to the page with the problem I have a fix here amongst other change |
freecodecampfreecodecamp | discuss the standardisation of lesson content format | Bug | follow from this pr 39606 there be many inconsistency nothing more than markup which I would like clarification on before continue there be this section in the doc how to work on code challenge i d formatting challenge text language keyword go in tag for example html tag name or css property name the first instance of a keyword when it s be define or general keyword I e object or immutable go in tag reference to code part I e function method or variable name should be wrap in tag I would like to expand on this with what would be good look the nice for mention route and non code keyword like post this form be set up to post on register mentioning package in the typeface use by the brand or always that of the package name add bcrypt as a dependency or add bcrypt as a dependency should markdown always be use when possible this list appear to change font with the html image can we add something like note be place at the end of a lesson s content and the word note be emboldend whilst this issue come about because of the mention pr I would hope any conclusion could be add to the doc here be a particular paragraph I be struggle with the logic of step 1 register the new user should be as follow query database with a findone command if user be return then it exist and redirect back to home or if user be undefined and no error occur then insertone into the database with the username and password and as long as no error occur call next to go to step 2 authenticate the new user which we ve already write the logic for in our post login route 1 should the above be completely restructure into a proper list 2 should findone insertone undefined post and login all be contain with code tag I dislike this because of the current styling on the code tag it make the paragraph look patchy |
freecodecampfreecodecamp | improve warning about extension | Help Wanted | I know we add a warning about extension to the intro page for the css challenge but it be not really work we still get many forum post about the challenge affect by ad block flexbox tweet embed challenge and the various color challenge affect by dark mode dark reader extension I think we have to be more explicit in the warning about which extension can cause issue and maybe don t use a blue background color because that be not a warning that be just information and people tend to ignore that maybe orange yellow instead or we have to add warning to the individual challenge for the flexbox challenge I think an explicit warning about ad block might be need because we still get forum thread about this challenge all the time |
freecodecampfreecodecamp | python for everybody isrequire set to true for all lesson | Help Wanted | describe your problem and how to reproduce it it appear that all of the challenge lesson in the python for everybody section of the curriculum have the isrequire property set to true do a top level search I do not see it in use anywhere this property be mislead and should either be set to false or remove as there be some lesson without it beaucarne I know you initially commit the file be there a specific reason for the property |
freecodecampfreecodecamp | authentication with socket io unclear instruction incorrect incomplete solution | Help Wanted | describe your problem and how to reproduce it work on the advanced express problem with a server I control in the authentication with socket io section you be instruct to be sure to add the key and store to the session middleware mount on the app this be necessary to tell socketio which session to relate to however it be completely unexplained what this be suppose to mean or where you would do this I couldn t initially figure out what this even mean so I would get an error like this on the socket connection fail connection to socket io no session find I google around a bit and eventually figure it out my solution be to change the key definition in the passportsocketio authorize block to match the default connect sid and add the store to my session definition when I go to check against the provide gist solution it be incorrect and incomplete here be the relevant bit of code file server js l27 js app use session secret process env session secret resave true saveuninitialize true cookie secure false miss entry for the key and store and also js io use passportsocketio authorize cookieparser cookieparser key express sid this be not the default cookie name which be connect sid secret process env session secret store store success onauthorizesuccess fail onauthorizefail more clarity need to be add to the instruction and the gist need to be correct to match add a link to the page with the problem |
freecodecampfreecodecamp | disable monaco code action highlight | Bug | describe the bug the highlighting for code action appear in the editor but the user can not interact with they to reproduce step to reproduce the behavior 1 go to 2 enter js function anyname this property be set 3 see the three dot below the a in anyname expect behavior since the user can not act on this information these dot should not appear stackoverflow suggest they can be disable in vscode and hopefully the same be true of monaco screenshot image thank to lasjorg for investigate this and olgamlop who I m not sure have a github account so I didn t want to ping the wrong person for report it originally discuss on the forum here |
freecodecampfreecodecamp | be update to install and require helmet challenge need | Help Wanted | challenge 1 do this challenge need instruction on how to actually install the specified version on repl it if you search for a package it will just give you the late version 2 if you run npm I it will add the package with the caret in front of the version number but the test do not allow for that should the test allow for the caret |
freecodecampfreecodecamp | legacy submission bug | Bug | describe the bug a clear and concise description of what the bug be to reproduce step to reproduce the behavior 1 go to 2 scroll down to just above legacy backend 3 enter in a valid url for any legacy front end project 4 click save progress 5 alter that url it should still be valid 6 click save progress again 7 see it look like you have not complete the necessary step please complete the require project to claim the legacy front end certification expect behavior step 7 should report your project have be update raisedadead be I right in think that once someone have claim their cert submission should be close here s what it look like submissionbug |
freecodecampfreecodecamp | bug js basic algorithm slice and splice solution should not pass | Help Wanted | describe your problem and how to reproduce it while help a camper with their work on this solution I take a look at mine and discover it pass when it should not js function frankensplice arr1 arr2 n const result arr2 splice 0 n arr1 arr2 console log arr1 arr2 return result console log frankensplice 1 2 3 4 5 6 1 if you paste this code into the editor you can see that arr2 have be modify from 4 5 6 to 5 6 but the test do not catch this fact I believe it may be due to the test for array modification call the function without an n parameter yaml text the first array should remain the same after the function run teststring frankensplice testarr1 testarr2 assert deepequal testarr1 1 2 text the second array should remain the same after the function run teststring frankensplice testarr1 testarr2 assert deepequal testarr2 a b if I assign a default value of n 1 in the function then the test catch this behaviour as expect as such I believe update these function call in the test should correct this error add a link to the page with the problem javascript basic algorithm slice and splice tell we about your browser and operating system browser name chrome browser version 85 0 4183 102 operating system window 10 v 1909 if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | bug edge case handle on define the head and body of an html document | Help Wanted | describe your problem and how to reproduce it in relation to the change from 39112 a few thing that the test seem to miss 1 the test do not validate that the head element be separate from the body element the follow code pass the good page ever the good page ever 2 the reverse be also true the good page ever the good page ever 3 add the require element at the bottom of the code will pass the good page ever the good page ever add a link to the page with the problem basic html and html5 define the head and body of an html document tell we about your browser and operating system browser name chrome browser version 85 0 4183 83 operating system window 10 v 1909 the change from the pr do not appear to be live yet these test be do on a local instance |
freecodecampfreecodecamp | news machine learn crash course link to private video | Bug | as the title say machine learn crash course link to private video article I can not find the same video on the channel beaucarne ping |
freecodecampfreecodecamp | advanced node and express package versione | Help Wanted | advanced node and express section need package version add to the instruction as discuss in pullrequestreview 479988596 example add passport socketio version x x x connect mongo version x x x and cookie parser version x x x as dependency and require they as passportsocketio mongostore and cookieparser respectfully before this be undertake x wait for 39080 to be merge discuss which version to use and how to convey this express 4 0 0 or express 4 2 0 |
freecodecampfreecodecamp | unclear instruction for basic javascript append variable to string lesson | Help Wanted | the instruction say set someadjective and append it to mystr use the operator while it doesn t specify that you should set a string for someadjective I find it confusing and I think mention this can help newbie coder a lot link to the lesson tell we about your browser and operating system browser name chrome browser version operating system window 10 if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | account deletion redirect too quickly | Bug | describe the bug delete your account work as expect but it also redirect user to signin immediately after sign they out this mean the your account have successfully be delete message only appear for a split second before it disappear I know to look for it but most user would not mean they might misunderstand and think their account have not be delete successfully to reproduce step to reproduce the behavior 1 go to the bottom of setting 2 click the delete my account button and confirm 3 you will be redirect twice once to the unauthenticated landing page and then immediately afterward to signin |
freecodecampfreecodecamp | donation prompt modal recur during same session after donate | Bug | step to reproduce 1 create a new account on learn 2 complete a section the trophy modal will show up 3 enter credit card information into the modal and successfully become a donor 4 during the same session continue complete challenge the donation prompt will still show up even though isdonor be now true this would be a frustrating experience for someone who have just donate and may cause they to cancel their donation afterward so we should fix this asap note that I notice I have an ad blocker active when this happen I also do not refresh my browser I do not know whether either of these play a part in this |
freecodecampfreecodecamp | miss nav from forum header | Bug | describe the bug miss nav from forum header to reproduce step to reproduce the behavior 1 go to 2 see error expect behavior nav should be available at all time screenshot image |
freecodecampfreecodecamp | add some space in completion modal when not sign in | Bug | go to any challenge when not sign in and complete it the modal that pop up could use a little space where highlight screen shoot 2020 08 31 at 12 01 40 pm test on chrome and firefox |
freecodecampfreecodecamp | add explanation or link about what chain method mean in es6 challenge | Help Wanted | in the es6 challenge handle a reject promise with catch the reader be tell note the then and catch method can be chain to the promise declaration if you choose nothing so far in the javascript curriculum have explain what it might mean to chain method to the promise declaration I would propose one of two change here 1 add a hyperlink to a good resource that describe chain method to promise this link at javascript info be what explain it for I or 1 add another example that show what promise chain would look like I hesitate to write a pr do solution 1 because I can imagine there be restriction on outgoing link what do you think be 1 a good idea or 2 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 na if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | a link to a free course be now premium | Bug | describe your problem and how to reproduce it an article suggest the first link course be free if you click on the link it bring you to a premium course the course might have be free at the time of writing however it currently isn t add a link to the page with the problem the 1 easy to advanced data structure course link bring you to the premium udemy course recommend fix suggestion how would you update it create a note or important header above the title inform the reader this course be no long free |
freecodecampfreecodecamp | display issue with completion modal | Bug | describe the bug the completion model button be not correctly align to reproduce step to reproduce the behavior 1 go to 2 log out 3 go to 4 complete the challenge 5 click run test 6 see error screenshot signin this be only on the development server probably create by the css change introduce by the landing page redesign |
freecodecampfreecodecamp | code snippet highlight break | Bug | describe your problem and how to reproduce it I be read on late chrome every code snippet in the article have a grey background for highlight except for the last couple character of each multiline snippet add a link to the page with the problem recommend fix suggestion how would you update it move the affected tag a little far to the right |
freecodecampfreecodecamp | build script not run on window | Bug | describe the bug the npm run build command error out on window this be the error message I get when I run it bash ps d xampp htdocs gitcontribution freecodecamp npm run build freecodecamp build d xampp htdocs gitcontribution freecodecamp npm run all ensure env p build freecodecamp ensure env d xampp htdocs gitcontribution freecodecamp cross env debug fcc node tool script build ensure env js fcc tool ensure env pathmigration present 0ms freecodecamp build client d xampp htdocs gitcontribution freecodecamp cd client npm run build freecodecamp build server d xampp htdocs gitcontribution freecodecamp cd api server npm run build freecodecamp build d xampp htdocs gitcontribution freecodecamp api server babel server out dir lib ignore node module test js copy file node tool script build ensure env js client worker build worker ready error eperm operation not permit scandir d recycle bin s 1 5 18 at object readdirsync fs js 955 3 at globsync readdir d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 288 41 at globsync readdiringlobstar d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 267 20 at globsync readdir d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 276 17 at globsync processreaddir d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 137 22 at globsync process d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 132 10 at globsync processglobstar d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 380 10 at globsync process d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 130 10 at globsync processglobstar d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 383 10 at globsync process d xampp htdocs gitcontribution freecodecamp api server node modules glob sync js 130 10 errno 4048 syscall scandir code eperm path d recycle bin s 1 5 18 npm err code elifecycle npm err errno 1 npm err freecodecamp build babel server out dir lib ignore node module test js copy file npm err exit status 1 npm err npm err fail at the freecodecamp build script npm err this be probably not a problem with npm there be likely additional log output above npm err a complete log of this run can be find in npm err c user dev appdata roam npm cache log 2020 08 24t07 01 59 666z debug log npm err code elifecycle npm err errno 1 npm err freecodecamp build server cd api server npm run build npm err exit status 1 npm err npm err fail at the freecodecamp build server script npm err this be probably not a problem with npm there be likely additional log output above npm err a complete log of this run can be find in npm err c user dev appdata roam npm cache log 2020 08 24t07 01 59 694z debug log error build server exit with 1 npm err code elifecycle npm err errno 1 npm err freecodecamp build npm run all ensure env p build npm err exit status 1 npm err npm err fail at the freecodecamp build script npm err this be probably not a problem with npm there be likely additional log output above npm err a complete log of this run can be find in npm err c user dev appdata roam npm cache log 2020 08 24t07 01 59 839z debug log to reproduce step to reproduce the behavior 1 follow the step to be able the run the dev server locally 2 run npm run build 4 see error expect behavior the build script should run and build the production build which I ll be able to use with the start script desktop please complete the follow information os window 10 v2004 64 bit node version v12 18 3 additional context I can currently run the dev server in window after apply the fix in 39374 and 39454 manually |
freecodecampfreecodecamp | window ci | Help Wanted | to well support contributor use window we should add ci test run on that os they should catch these kind of issue |
freecodecampfreecodecamp | seed script fail to run in window | Bug | describe the bug the npm run seed script use for seed sample datum to the db fail to run when the seed script be run after follow all the previous step in the doc this be the output bash npm run seed freecodecamp seed d xampp htdocs gitcontribution deep freecodecamp npm run all p seed freecodecamp seed auth user d xampp htdocs gitcontribution deep freecodecamp cross env debug fcc node tool script seed seedauthuser freecodecamp seed path migration d xampp htdocs gitcontribution deep freecodecamp cross env debug fcc node tool script seed create path migration node 2848 deprecationwarne current server discovery and monitoring engine be deprecate and will be remove in a future version to use the new server discover and monitoring engine pass option useunifiedtopology true to the mongoclient constructor fcc tool seedlocalauthuser connect successfully to mongo 0ms fcc tool seedlocalauthuser local auth user seed complete 17ms then error start to get log for each individual markdown file bash node 6772 unhandledpromiserejectionwarne unhandled promise rejection this error originate either by throw inside of an async function without a catch block or by reject a promise which be not handle with catch to terminate the node process on unhandled promise rejection use the cli flag unhandled rejection strict see cli unhandled rejection mode rejection i d 3180 node 6772 unhandledpromiserejectionwarne error malforme challenge path d xampp htdocs gitcontribution deep freecodecamp curriculum challenge english 10 code interview prep project euler problem 467 superinteger english md unable to parse at getenglishpath d xampp htdocs gitcontribution deep freecodecamp curriculum getchallenge js 187 11 at createchallenge d xampp htdocs gitcontribution deep freecodecamp curriculum getchallenge js 134 29 at buildcurriculum d xampp htdocs gitcontribution deep freecodecamp curriculum getchallenge js 89 27 at eventemitter d xampp htdocs gitcontribution deep freecodecamp curriculum getchallenge js 47 9 at eventemitter emit d xampp htdocs gitcontribution deep freecodecamp curriculum node modules eventemitter3 index js 181 35 at object filter d xampp htdocs gitcontribution deep freecodecamp curriculum node module readdirp walk readdirp js 72 15 at processfilter d xampp htdocs gitcontribution deep freecodecamp curriculum node module walk filter index js 23 91 at d xampp htdocs gitcontribution deep freecodecamp curriculum node module walk filter index js 34 5 at fsreqcallback oncomplete fs js 169 5 this look like the db be work fine cause it successfully seed user datum to the db image to reproduce step to reproduce the behavior 1 clone fork repo on window 2 run cp sample env env 3 run npm ci 4 run npm run seed 5 see error expect behavior expect to seed datum to the db it seed datum previously to my db but I recently re instal window so I have a fresh db instal desktop please complete the follow information os window 10 v2004 64 bit node version v12 18 3 additional context I have previously run fcc locally last run it 3 week ago but can t run it now after a clean install of window because seed fail |
freecodecampfreecodecamp | create reusable css with mixin in the sass part of curriculum do not have a solution | Bug | this lesson create reusable css with mixin doesn t have a direct solution for the challenge I write my suggested solution down below add a link to the page with the problem if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | array prototype every explanation | Bug | in the 3rd solution on the hint section we have this explanation for every object in the collection array check the truthiness of object s property pass in pre parameter array every method internally check if the value return from the callback be truthy return true if it pass for every object otherwise return false recommend fix suggestion how would you update it I think the second bullet have a misspelling it should go something like array prototype every or in the case of this solution collection every method internally check if the value return from the callback be truthy if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | bug quality assurance project have user story relate to information security | Bug | describe your problem and how to reproduce it with the roll out of the python curriculum the full stack curriculum be restructure and information security be split off from the quality assurance section and give its own section however three of the quality assurance project still include user story that expect feature associate with the helmet js learn that be now cover under the information security section this may be something that fall under expect camper to do their own research but it seem worth consider the removal of these user story add a link to the page with the problem metric imperial converter issue tracker personal library |
freecodecampfreecodecamp | sass challenge timeout | Bug | describe the bug sass page with invalid syntax occasionally timeout to reproduce step to reproduce the behavior 1 go to 2 paste in 3 see timeout in the console sometimes expect behavior the follow should appear in the console error invalid css after r text color expect be on line 8 24 of stdin color text color since this be intermittent here s a gif to demonstrate sasstimeout additional context when the error appear it do so very quickly so it be unlikely that this be due to a genuine timeout |
freecodecampfreecodecamp | investigate build artifact issue with gatsby schema | Help Wanted | refer |
freecodecampfreecodecamp | change solution placeholder to user repl it url | Bug | replace codepen placeholder url s with repl it url s I believe the only place they need to be replace be the backend lesson I haven t audit but the backend project all use the repl it placeholder already I believe the backend lesson be use codepen still they should be change screen shoot 2020 08 17 at 5 49 45 pm |
freecodecampfreecodecamp | break link | Bug | describe your problem and how to reproduce it break example link output glitch oop this project isn t run add a link to the page with the problem recommend fix suggestion how would you update it if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | apis timestamp microservice sample glitch project be offline | Bug | in the timestamp microservice project project in the apis and microservice certification an example glitch project be give but it s offline to reproduce 1 go to the challenge page 1 click on the link to describe in the text functionally similar to this 1 note that it s offline as per the screenshot above browser info os macos 10 15 5 browser chrome version 84 0 4147 105 |
freecodecampfreecodecamp | rosetta code knapsack problem unbounde one incorrect test | Help Wanted | describe your problem and how to reproduce it one of the test in this challenge have wrong result both in test code and description it say knapsackunbounde name panacea value 3000 weight 0 3 volume 0 025 name ichor value 1800 weight 0 2 volume 0 015 name gold value 2500 weight 2 volume 0 002 35 0 35 should return 75300 this isn t correct for example knapsack have 11 panacea 3 ichor and 15 gold have value 75900 while be within the weight and value constrain 11 3000 3 1800 15 2500 75900 value 11 0 3 3 0 2 15 2 33 9 weight 11 0 025 3 0 015 15 0 002 0 35 volume this seem to be case of precision issue multiplication input item weight volume and max value for those parameter to start operation without decimal make result as it should be also for the problematic test add a link to the page with the problem |
freecodecampfreecodecamp | the demo link of timestamp microservice be not work in api microservice project | Bug | after click the link a the project seem to be break sd |
freecodecampfreecodecamp | site not load | Bug | describe the bug I be go great with this site for a couple of day but today suddenly in the middle of my code lesson it start show I loading symbol and it just continue to show it and now it have be atleast 3 hour since it be show I load desktop os window 10 browser chrome |
freecodecampfreecodecamp | unable to run npm ci on window with late version of master branch | Bug | because I go back and forth between the master branch to test prs hit master and next curriculum to work on the project base curriculum sometimes in the same day I will go back and forth 2 3 time as recent as two day ago I be able to successfully run npm ci and npm run develop on the late master branch with no issue I be not exactly sure what pr merge to cause I trouble on my window machine but even after do the follow bash cp sample env env npm run clean npm ci I still get the error show at the bottom after npm ci execute I even try delete the repo locally re clone it and follow all the doc step again but still get the error it seem to be relate to node gyp bash opt hp pc mingw64 d code fcc master npm run clean freecodecamp clean d code fcc npm run all clean client clean server clean package freecodecamp clean client d code fcc cd client npm run clean the system can not find the path specify freecodecamp clean d code fcc client gatsby clean info delete cache public info successfully delete directory freecodecamp clean server d code fcc shx rm rf api server lib freecodecamp clean package d code fcc lerna clean y lerna notice cli v3 22 0 lerna info versione independent lerna info clean remove d code fcc api server node module lerna info clean remove d code fcc client node modules lerna info clean remove d code fcc client plugin fcc source challenge node module lerna info clean remove d code fcc client plugin gatsby remark fcc forum emoji node modules lerna info clean remove d code fcc client plugin gatsby remark node identity node module lerna info clean remove d code fcc curriculum node modules lerna info clean remove d code fcc search indexing node module lerna info clean remove d code fcc tool challenge md parser node module lerna info clean remove d code fcc tool script build node module lerna info clean remove d code fcc tool script seed node modules lerna success clean finish opt hp pc mingw64 d code fcc master npm ci npm warn prepare remove exist node module before installation install d code fcc node modules fsevent node gyp rebuild d code fcc node modules fsevent if not define npm config node gyp node c user opt appdata roam npm node modules npm node modules npm lifecycle node gyp bin node modules node gyp bin node gyp js rebuild else node c user opt appdata roam npm node modules npm node modules node gyp bin node gyp js rebuild traceback most recent call last file c user opt appdata roam npm node modules npm node modules node gyp gyp gyp main py line 50 in sys exit gyp script main file c user opt appdata roam npm node modules npm node modules node gyp gyp pylib gyp init py line 554 in script main return main sys argv 1 file c user opt appdata roam npm node modules npm node modules node gyp gyp pylib gyp init py line 547 in main return gyp main args file c user opt appdata roam npm node modules npm node modules node gyp gyp pylib gyp init py line 532 in gyp main generator generateoutput flat list target datum param file c user opt appdata roam npm node modules npm node modules node gyp gyp pylib gyp generator msvs py line 2030 in generateoutput sln project project object flat msvs version flatsolution file c user opt appdata roam npm node modules npm node modules node gyp gyp pylib gyp generator msvs py line 1787 in gathersolutionfolder return dictstofolder root flat file c user opt appdata roam npm node modules npm node modules node gyp gyp pylib gyp generator msvs py line 1740 in dictstofolder for folder content in bucket item attributeerror msvsproject object have no attribute item gyp err configure error gyp err stack error gyp fail with exit code 1 gyp err stack at childprocess oncpexit c user opt appdata roam npm node modules npm node modules node gyp lib configure js 351 16 gyp err stack at childprocess emit event js 311 20 gyp err stack at process childprocess handle onexit internal child process js 275 12 gyp err system window not 10 0 18363 gyp err command c program file nodejs node exe c user opt appdata roam npm node module npm node modules node gyp bin node gyp js rebuild gyp err cwd d code fcc node modules fsevent gyp err node v v12 16 1 gyp err node gyp v v5 1 0 gyp err not ok install d code fcc node modules husky node husky install husky set up git hook husky do postinstall d code fcc node modules husky opencollective postinstall exit 0 thank you for use husky if you rely on this package please consider support our open collective postinstall d code fcc node module core js pure node e try require postinstall catch e thank you for use core js for polyfille javascript standard library the project need your help please consider support of core js on open collective or patreon also the author of core js be look for a good job postinstall d code fcc node module docsify opencollective postinstall thank you for use docsify if you rely on this package please consider support our open collective postinstall d code fcc node modules cypress node index js exec install note skip binary installation environment variable cypres install binary 0 freecodecamp postinstall d code fcc npm run bootstrap the system can not find the path specify freecodecamp bootstrap d code fcc lerna bootstrap ci lerna notice cli v3 22 0 lerna info versione independent lerna info ci enable lerna info bootstrappe 10 package lerna info instal external dependency lerna err npm ci exit 4294963245 in freecodecamp curriculum lerna err npm ci stderr the system can not find the path specify npm warn tarball tarball datum for sha512 swhsdpnpyxg4gbm6lpoq6qaloquikizz zh6jpxjqc59ka49100js0wvzx594iaksofgkfq2s8uxfhs3 xy2wq seem to be corrupt try one more time npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules fs write stream atomic npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules function bind npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules ip npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules object getownpropertydescriptor npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules promise retry npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules promzard npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules sort union stream node module string decoder npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules verror npmignore npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules be symbol nvmrc npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules es abstract nycrc npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules performance now tm property npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 03 example calendar npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 03 example card npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules umask changelog npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 03 example geo npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 03 example interface npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 00 json ref npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 01 json ref npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 02 json ref npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules json schema draft 03 json ref npm warn tar enoent no such file or directory open d code fcc curriculum node modules npm node modules xtend licence npm err code enotempty npm err syscall rmdir npm err path d code fcc curriculum node modules npm node modules npm err errno 4051 npm err enotempty directory not empty rmdir d code fcc curriculum node modules npm node modules npm err a complete log of this run can be find in npm err c user opt appdata roam npm cache cacache log 2020 08 04t23 06 41 266z debug log lerna err npm ci exit 4294963245 in freecodecamp curriculum lerna warn complete wait for 2 child process to exit ctrl c to exit immediately npm err code elifecycle npm err errno 4294963245 npm err freecodecamp bootstrap lerna bootstrap ci npm err exit status 4294963245 npm err npm err fail at the freecodecamp bootstrap script npm err this be probably not a problem with npm there be likely additional log output above npm err a complete log of this run can be find in npm err c user opt appdata roam npm cache cacache log 2020 08 04t23 07 30 281z debug log npm err code elifecycle npm err errno 4294963245 npm err freecodecamp postinstall npm run bootstrap npm err exit status 4294963245 npm err npm err fail at the freecodecamp postinstall script npm err this be probably not a problem with npm there be likely additional log output above npm err a complete log of this run can be find in npm err c user opt appdata roam npm cache log 2020 08 04t23 07 30 335z debug log |
freecodecampfreecodecamp | same result but different outcome base on the code style | Help Wanted | describe your problem and how to reproduce it in this challenge screenshot below image if I answer the question as I type in the code editor it win t pass and get error like this image but if I change the answered code into a different code style it will pass image image add a link to the page with the problem tell we about your browser and operating system browser name chrome browser version version 84 0 4147 105 official build 64 bit operating system macos 10 15 6 if possible add a screenshot here you can drag and drop png jpg gif etc in this box check above |
freecodecampfreecodecamp | go to current challenge throw 404 on click | Bug | describe your problem and how to reproduce it the go to current challenge button for log in user be open up a 404 page add a link to the page with the problem recommend fix suggestion how would you update it update the href attribute of go to current challenge link to point to appropriate page if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | track button not work as expect on freecodecamp forum | Bug | description of the bug the tracking button doesn t change to other option available to reproduce step to reproduce the behavior 1 go to the community forum 2 click on any topic from the home page 3 select the tracking button which be available at the right bottom corner 4 try change to other option 5 see an error the button still say track expect behavior the button be expect to change to the option which be select eg if we select watch the button should show watch as text on it screenshot track button desktop system detail os window 10 browser firefox version 79 0 64 bit |
freecodecampfreecodecamp | bug with the globaltitle variable should not change | Help Wanted | in the exercise one of the condition be the globaltitle variable should not change but it return an error if you modify the var for debug at the top even if your function doesn t mutate it the verification should be that the initial globaltitle variable be the same as the final one instead of simply look to match it to a string the global variable var globaltitle winter be come only change code below this line function urlslug title return title tolowercase trim split s join only change code above this line console log globaltitle urlslug globaltitle console log globaltitle add a link to the page with the problem functional programming apply functional programming to convert string to url slug |
freecodecampfreecodecamp | wrong number of padding space in article about padding function | Bug | describe your problem and how to reproduce it on 3 string padding there in the line of padstart 10 there be 10 space but there should only be 9 in this scenario this be very misleading add a link to the page with the problem recommend fix suggestion how would you update it correct the number of space |
freecodecampfreecodecamp | incorrect bigint processing in web console | Bug | as example in euler 48 challenge incorrect type error be show there be no conversion of bigint object to number instead first converse to string slice and only after transform to number euler 48 error I do believe it s some kind of glitch with console not bigint object itself because one liner for euler 16 work just fine as well as euler 20 euler 16 correct however very same approach fail at euler 56 again code for reference 16 20 48 56 result change type but if it initially a number it doesn t help if run in clean browser console everything work just fine |
freecodecampfreecodecamp | next curriculum editor bug | Bug | figure we need to track know bug with the new editor a few be list below 1 if there be not enough code below an editable region the editable region upper and low jaw do not shift up toward the top of the editor I believe it be discuss in a front 3 meeting that there be a config set that allow scroll up when there be not extra line at the bottom image 2 sometimes when click the reset all test button the application crash so far it have be difficult to duplicate the issue consistently 3 when the fcc editable region be on the first line and the seed be empty it produce the follow error error in function tostartofline in src template challenge classic editor js 123 can not read property setstartposition of null typeerror can not read property setstartposition of null at tostartofline webpack internal src template challenge classic editor js 170 16 at preventoverlap 4 to reproduce this issue go to a challenge with code inside and outside the editable region delete line from within outside editable region until code be on a single line issuecomment 853880345 for more info this issue might appear when the editor s decoration the upper jaw go below the first line suggestion 1 add the download your code feature 2 remove normalize css issuecomment 876464606 |
freecodecampfreecodecamp | problem with build a technical documentation page a responsive web design project | Help Wanted | issue description when try to fulfill user story no 14 on regular sized device laptop desktop the element with i d navbar should be show on the left side of the screen and should always be visible to the user the check for pass the test fail if the navbar element be 50 of the width of the page this cause much head scratch on my part as I try to fulfill the user story since I interpret the phrase on the left side of the screen as fill the left side of the screen and so I do just that specifically to fulfill the user story but it s not allow easy fix change the test to accept width value of 50 less than or equal to instead of 50 less than but not equal to alternately change the verbiage of the user story text to indicate that navbar must be less than half the page s width |
freecodecampfreecodecamp | break link | Bug | describe your problem and how to reproduce it there be a dead link on it be the link to the article about git hosting recommend fix suggestion how would you update it remove the link if possible add a screenshot here you can drag and drop png jpg gif etc in this box anmerkung 2020 07 28 130931 |
freecodecampfreecodecamp | qa challenge | Bug | there be some issue with the qa challenge even after write right code it do not pass the test I start face this issue from quality assurance and testing with chai run functional test on an api response use chai http iii put method challenge one user be face issue in the advance node and express challenge some forum post you can try submit the code again in these challenge code screenshot 381 screenshot 380 os window 10 browser firefox version late |
freecodecampfreecodecamp | link insertion | Help Wanted | when we be do assignment that need glitch or github assignment its tiring to paste link again and again it woud be good it same link remain paste after we open next challenge user still will be able to replace it with new glitch or github link if he she want screenshot 373 |
freecodecampfreecodecamp | log in with safari do not work | Bug | try to log in with safari throw I into some sort of redirect loop notice the address bar in the gif below jul 24 2020 14 06 06 here s a screenshot of the text at the end of the gif can anyone else reproduce this |
freecodecampfreecodecamp | d3 project bar chart test not align with description | Help Wanted | problem description the test for the bar chart project in the datum visualization category be not align with the correspond user story user story 10 the datum date attribute and its corresponding bar element should align with the corresponding value on the x axis do not specify that the x axis may only contain year instead of full date description and corresponding test l176 l206 that test pass datatype year into areshapesalignedwithtick l33 which in gettickvalue l33 only return the innerhtml of the tick while parse out the year of the date in the tooltip getshapevalue l52 expect behaviour would be that this be either document in the requirement instead of only the work example or that the test be make more lenient |
freecodecampfreecodecamp | chore audit dependency | Help Wanted | we should make sure the devdependencie have all the dev tooling and none of the production tooling for instance copy webpack plugin be in devdependencie but be use in production once we ve do this we can cut they out of the pipeline also some babel package be only include as dependency of gatsby not directly in package json since gatsby be just a site generator I think it make sense to explicitly include everything we use thought |
freecodecampfreecodecamp | problematic usage of assertalmostequal in mean variance standard deviation calculator | Help Wanted | this be about datum analysis with python project mean variance standard deviation calculator also track here in this repository and fork from this repl it this code be use assertalmostequal unitt testcase assertalmostequal but it use it on a dict of list of float and that code be not prepared to handle it appropriately this only work when the code produce the correct result because assertalmostequal take a shortcut l937 l939 by compare the actual and expect result for exact equality but if exact equality be expect then use assertalmostequal be unproductive since it doesn t point out miss key or extra element that be unexpected produce a result that do not match the expect will usually fail with typeerror unsupported operand type s for dict and dict it s easy to reproduce this by reduce the precision of the number in the expect result such as I ve do in this commit a suggested fix for this issue be to introduce an assertdictorlistalmostequal helper that check for exist structure in actual and expect make sure they match same length same key in dict etc and then use assertalmostequal when compare actual numeric value inside the structure I have write an implementation of that in this commit if you find it useful feel free to incorporate that into the repl it for this project the error message produce by this function be more helpful and relevant for someone work on this challenge btw thank you so much for freecodecamp it s a really awesome project cheer filipe |
freecodecampfreecodecamp | typo in scientific computing with python certificate | Bug | describe your problem and how to reproduce it there be a typo in the scientific computing with python certificate which display 400 hour instead of 300 as the conservative estimate time of completion add a link to the page with the problem tell we about your browser and operating system browser name google chrome browser version version 84 0 4147 89 official build 64 bit operating system window 10 enterprise if possible add a screenshot here you can drag and drop png jpg gif etc in this box screenshot 364 |
freecodecampfreecodecamp | fix typo on react quiz news post | Bug | there be a couple of typo in the 3rd paragraph on original use typescript can help make sure your variable and prop be what you indend since it evaluate your code during compile time as oppose to run time this become especially important as your progarm become large fix use typescript can help make sure your variable and prop be what you intend since it evaluate your code during compile time as oppose to run time this become especially important as your program become large |
freecodecampfreecodecamp | error in challenge description | Help Wanted | describe your problem and how to reproduce it the challenge say in these kind of request the datum doesn t appear in the url it be hide in the request body this be a part of the html request also call payload since html be text base even if you don t see the datum it doesn t mean that it be secret it should be http request not html request also I don t get the point in the third sentence since html be text base even if you don t see the datum it doesn t mean that it be secret what do html be text base have to do with not see the datum from a post request the response to an http request doesn t even necessarily have to be html or even text base none of the example up to this point have the response be html but json and how do html be text base and not be able to see the datum be send in the request relate to the datum be secret and why be that important add a link to the page with the problem use body parser to parse post request |
freecodecampfreecodecamp | react course incorrect usage of setstate | Help Wanted | not sure if a bug per se but I believe the code that be use should reflect what be be teach in the react lesson use state to toggle an element it be advise not to use code like this this setstate counter this state counter this prop increment but this code style this setstate state prop counter state counter prop increment but in follow lesson like the change inline css conditionally base on component state the non recomende code style be use this setstate counter 0 change code here sorry for be so pedantic just see this and I want to raise it to make sure that my understanding be correct |
freecodecampfreecodecamp | delay offline warn | Help Wanted | would it be well to only show user the offline warn if they ve be offline for a few second since we retry fail submission they should be able to work successfully even if their internet be patchy |
freecodecampfreecodecamp | date analysis with python demographic datum analyzer have incorrect assertalmostequal function call | Help Wanted | describe your problem and how to reproduce it the three issue with the assertalmostequal function call be as follow an assertion error message be pass as a positional argument result in the assertion not be call correctly change this to pass as a keyword argument with keyword msg fix this the expect value in the assertion be round to one decimal place but actual value output in correct program be many decimal place so the assertion fail manually round each result in the function before send to test fix this but rounding seem unneccessary burden to the user especially as you would only know to do it if you look at the test very carefully expect top in occupation appear to be incorrect I get private but expect in test be prof specialty even though there be none of this profession in india and salary 50k in the dataset apology if I m incorrect here add a link to the page with the problem readme md tell we about your browser and operating system browser name mozilla firefox browser version 78 02 operating system window 7 if possible add a screenshot here you can drag and drop png jpg gif etc in this box n a I m happy to create a pr for this but it would be good to have other opinion to make sure I m not mistaken about anything before I go ahead in case it be of any use my modified version be here update correct link thank for spot the mistake nhcarrigan |
freecodecampfreecodecamp | test error on implement selection sort | Help Wanted | describe your problem and how to reproduce it the test for this challenge require the user to not use the sort function the particular teststring that check this use a regex but that regex will match an occurrence of the word sort case sensitive so use a variable name such as sortedarray will cause this test case to fail erroneously add a link to the page with the problem implement selection sort challenge tell we about your browser and operating system browser name chrome browser version 83 0 4103 116 operating system window 10 home 1909 if possible add a screenshot here you can drag and drop png jpg gif etc in this box fail code image pass code image as a note the code be not mine but be provide by a user when they request debug assistance |
freecodecampfreecodecamp | stub in hint page can t be reply to or edit | Bug | describe your problem and how to reproduce it I ve notice that a number of hint page for exercise have this be a stub help the community by reply below with your hint and solution we can use those to create a guide article for this there be no option to reply or edit the document and I can understand that it s to prevent a flood of unwanted edit in that case what should we do if we have a solution to suggest add a link to the page with the problem recommend fix suggestion how would you update it add a reply option perhaps if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | certificate display incorrect date | Bug | describe the bug new certificate display incorrect date to reproduce step to reproduce the behavior I can t say I m really sure of the step I claim the certificate just a few moment ago and it be still 3 july 2020 local time the certificate show issue july 4 2020 however expect behavior certificate earn date should be base on local time screenshot image desktop please complete the follow information os window 10 v 1909 browser chrome version 83 0 4103 116 additional context the quality assurance certification have no such issue |
freecodecampfreecodecamp | forum category dropdown value be not full width | Bug | describe the bug when try to reclassify a category use the category dropdown menu the text content do not take up the full width of the dropdown this seem to have change in the recent migration to reproduce step to reproduce the behavior 1 go to any preexist topic 2 click on the category dropdown to change the category 3 see issue expect behavior I expect the text to take up the full width so that you do not have to scroll down as far to find the desire category screenshot if applicable add screenshot to help explain your problem image desktop please complete the follow information os window 2010 home edition browser chrome version 83 0 4103 116 official build 64 bit |
freecodecampfreecodecamp | can you fix the typo in the landing page about the 40 000 freecodecamp org graduate | Bug | describe your problem and how to reproduce it the number of the graduate it seem must be update just want to try contribute on open source lol add a link to the page with the problem recommend fix suggestion how would you update it 50 000 freecodecamp org graduate actually you have the exact number if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | legacy certificate not label as legacy | Bug | describe the bug with the first wave of v7 go live the information security and full stack certificate have correctly move to a legacy header the certificate themselves have not be label as legacy however to reproduce step to reproduce the behavior 1 go to 2 click on 3 scroll down to 4 see error expect behavior the legacy certificate should probably say legacy on they and the url should be update from to as an example to prevent possible conflict with the new certificate screenshot image image desktop please complete the follow information os window 10 v 1909 browser chrome version 83 0 4103 116 additional context I will update this issue after I ve claim the new information security certificate to see how that behaviour be implement |
freecodecampfreecodecamp | disable youtube recommendation in embeded player | Bug | we previously attempt this in which have its own set of issue we need the plyr to work natively with youtube or alternatively make the youtube embed not show related video |
freecodecampfreecodecamp | how to teach programming news article break | Bug | describe your problem and how to reproduce it the article appear to have be unfinished 1 go to 2 see the article end abruptly add a link to the page with the problem recommend fix suggestion how would you update it either remove the article or find the miss content if exist if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | break leaderboard link on forum | Bug | describe the bug the leaderboard button in the top nav of the forum be still set to use the old link format it link to forum freecodecamp org forum user to reproduce step to reproduce the behavior 1 log in to the forum 2 click on the leaderboard button 3 get the 404 page expect behavior the leaderboard button should link to forum freecodecamp org user screenshot if applicable add screenshot to help explain your problem image desktop please complete the follow information os window 10 version 1909 browser chrome version 83 0 4103 116 |
freecodecampfreecodecamp | video copy link do not appear to work | Bug | describe the bug when click on the embed video a copy link icon appear in the top right click on this should copy the video link into your clipboard but it do not to reproduce step to reproduce the behavior 1 go to 2 click on the embed video 3 click on the copy link icon 4 paste the text anywhere 5 see that it do not contain the link expect behavior the video link should be copy into the clipboard screenshot copylink desktop please complete the follow information os ubuntu browser chrome firefox brave version late |
freecodecampfreecodecamp | hi | 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 | forum forum freecodecamp org | Help Wanted | we be migrate to the manage discourse by the discourse team until now we have be do a semi on premise setup this migration unfortunately involve we go back to the subdomain for various technical limitation with the new setup we need to audit and update the link in the codebase fallback redirect will be setup but change as many link as we can will take the load off of the webserver |
freecodecampfreecodecamp | screen reader doesn t announce auto complete suggestion | Bug | look forward for report a security issue please report security issue by send an email to instead of raise a github issue describe the bug a clear and concise description of what the bug be I ve be learn programming from freecodecamp for a while the autocomplete feature use to work well but it seem that it have break for a while the issue be the screen reader nvda doesn t announce the available suggestion and doesn t announce anything if suggestion be accept use tab key it use to work well to reproduce step to reproduce the behavior 1 enable screen reader and go to anyjava script challange on freecodecamp 2 focus the editor window and press alt f1 and then ctrl e to enable accessibility 3 type console use up down arrow to access suggestion nvda should announce suggestion but it doesn t 4 press tab to accept the suggestion nvda should announce what suggestion have be accept but it doesn t expect behavior a clear and concise description of what you expect to happen I expect screen reader to announce the auto complete suggestion and I also expect it to let I know what suggestion have be accept screenshot if applicable add screenshot to help explain your problem desktop please complete the follow information os window 10 browser chrome on windows microsoft edge chromium base on windows version chrome 83 0 4103 116 microsoft edge 83 0 478 54 additional context add any other context about the problem here |
freecodecampfreecodecamp | test for some project can be bypass | Bug | on the setting page I can submit legacy project and if they be still part of the curriculum they will automatically be fill in for that project as well for example I can submit the timestamp microservice project like this and it automatically get fill in here if I be to try and submit this url on the page for that project the test fail and I can t submit wonder if we should remove the input field for legacy project on the setting page and make they like the rest I believe all the legacy project page be all still available either in the current curriculum or the take home project |
freecodecampfreecodecamp | beta infosec cert out of order on setting page | Bug | the map have the certification in this order responsive web design certification javascript algorithm and datum structure certification front end librarie certification datum visualization certification apis and microservice certification quality assurance certification scientific computing with python certification datum analysis with python certification information security certification machine learn with python certification but the setting page have the cert in this order responsive web design certification javascript algorithm and datum structure certification front end librarie certification datum visualization certification apis and microservice certification quality assurance certification information security certification scientific computing with python certification datum analysis with python certification machine learn with python certification pretty minor but the infosec cert be in a different spot on the setting page it could be change to align with the map |
freecodecampfreecodecamp | python syntax highlighting for single backtick code tag | Help Wanted | I notice some of the challenge like this one still have some goofy looking highlighting we need to change the background of these code tag to white or maybe a light gray could just leave it I guess it s not too bad |
freecodecampfreecodecamp | audit navigation open new tab only when necessary | Help Wanted | you can go to my profile and click on one of the certification it open in the current tab the only way to go back be to use the browser back button seem like those should open in a new tab |
freecodecampfreecodecamp | a11y keyboard navigation on video challenge | Bug | describe the bug there be no visual indication that you have reach the radio button or the check your answer button via tab navigation to reproduce step to reproduce the behavior 1 go to 2 tab through the page 3 see the embed video and link get outline 4 once you ve reach install python on macos press tab again 5 see that nothing be outline expect behavior the radio button group should be outline the current selection be indict by the dot but not that you have select the button the check your answer button also should get outline when you reach it screenshot image |
freecodecampfreecodecamp | smoother multiple choice ux | null | be your feature request relate to a problem please describe currently the user have to click back and forth between the answer radio button and the check your answer button describe the solution you d like as soon as the user click on an answer it could trigger the check automatically describe alternative you ve consider leave it as be if this seem likely to encourage guess additional context originally suggest here issuecomment 645798776 |
freecodecampfreecodecamp | blog instruction unclear and seem to promote copyright infringement | Bug | technically as a writer you re liable for copyright infringement and medium be not the simple way to attribute an image be to put the word image credit below an image and link this text to its original source this bug report be not legal advice and should not be rely on in take any course of action no attorney client or other relationship be form by this report and no legal duty be intend to be form the quote paragraph be extremely troubling because 1 medium or fcc or whoever could have secondary copyright infringement liability under some circumstance cite and 2 merely cite a work take from be not enough to prevent an infringement claim a few close resource close the second paragraph encouraging use reusable image appear to be much well use cc or public domain or other shareable license be generally the well practice of course many of those author photographer want credit and credit should be give please consider revise restate of first paragraph this bug report be not legal advice and should not be rely on in take any course of action no attorney client or other relationship be form by this report and no legal duty be intend to be form |
freecodecampfreecodecamp | it thte tile | 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 | test do not work as intend | Bug | the first 3 test case do not work clear the code area the one in the center and still the 3 test case will pass the jquery write to test the 3 case be probably run on the example page layout on the left chrome and mozilla both have the same problem |
freecodecampfreecodecamp | machine learn with python project http 403 from cdn | Bug | describe your problem and how to reproduce it there seem to be issue with loading dataset from the cdn freecodecamp org when use get file function the problem occur only when both these condition be fulfil use that function and when datum be suppose to be download from cdn freecodecamp org so this currently apply only to cat and dog image classifier and linear regression health cost calculator notebook there s no issue when dataset be download alternatively use wget as in book recommendation engine use knn notebook or when dataset be not on cdn freecodecamp org as in neural network sm text classifier when replace download get file with the wget alternative in the affected notebook dataset download fine fcc cat dog ipynb download datum from httperror traceback most recent call last usr local lib python3 6 dist package tensorflow python keras util datum util py in get file fname origin untar md5 hash file hash cache subdir hash algorithm extract archive format cache dir 262 try 263 urlretrieve origin fpath dl progress 264 except httperror as e 8 frame httperror http error 403 forbid during handling of the above exception another exception occur exception traceback most recent call last usr local lib python3 6 dist package tensorflow python keras util datum util py in get file fname origin untar md5 hash file hash cache subdir hash algorithm extract archive format cache dir 263 urlretrieve origin fpath dl progress 264 except httperror as e 265 raise exception error msg format origin e code e msg 266 except urlerror as e 267 raise exception error msg format origin e errno e reason exception url fetch failure on 403 forbid fcc predict health cost with regression ipynb download datum from httperror traceback most recent call last usr local lib python3 6 dist package tensorflow python keras util datum util py in get file fname origin untar md5 hash file hash cache subdir hash algorithm extract archive format cache dir 262 try 263 urlretrieve origin fpath dl progress 264 except httperror as e 8 frame httperror http error 403 forbid during handling of the above exception another exception occur exception traceback most recent call last usr local lib python3 6 dist package tensorflow python keras util datum util py in get file fname origin untar md5 hash file hash cache subdir hash algorithm extract archive format cache dir 263 urlretrieve origin fpath dl progress 264 except httperror as e 265 raise exception error msg format origin e code e msg 266 except urlerror as e 267 raise exception error msg format origin e errno e reason exception url fetch failure on 403 forbid add a link to the page with the problem |
freecodecampfreecodecamp | typo | Bug | describe your problem and how to reproduce it add a link to the page with the problem recommend fix suggestion how would you update it if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | save width platform panel for a client | Help Wanted | I think it will be great to have a feature to save the width of instruction panel editor panel preview panel for a client in the local storage for example every lesson to change it s very boring |
freecodecampfreecodecamp | remove example code from seed starter code | Help Wanted | challenge forum post I think we should remove the example code from the seed code we already have an example in the challenge text right now it s just some odd unused code at the beginning of the challenge if we still want the example code it should be move to the challenge text instead |
freecodecampfreecodecamp | solution for exercise contradict direction | Bug | link to exercise link to contradiction solution 3 url issue challenge state the build in repeat method should not be use solution 3 use repeat |
freecodecampfreecodecamp | typo in the hint list of never mutate state redux challenge guide | Bug | describe your problem and how to reproduce it navigate to never mutate state redux challenge guide scroll down slightly to view the hint list there be two list item with typo hint 32 and hint 33 add a link to the page with the problem never mutate state redux challenge guide recommend fix suggestion how would you update it change hint 32 and hint 33 inside the hint list to hint 2 and hint 3 if possible add a screenshot here you can drag and drop png jpg gif etc in this box |
freecodecampfreecodecamp | apis and microservice project exercise tracker all of the api and microservice section need update | Bug | describe your problem and how to reproduce it my project be do and make correctly but because of the user story pass requirement I have to spend over 40 extra hour to pass this thing why because the test want the information in fcc s specific order even though I follow the example project and be identical to it it wasn t pass because I have to magically guess the special order fcc want I to put the return json information in same thing for the log same thing for add exercise info it be ridiculous I have to play the guess game to figure out what special order they want it in until finally after hour of google someone show the right order for the info to be display add a link to the page with the problem recommend fix suggestion how would you update it first off accord to the user story the sample project show shouldn t pass by those standard because I follow the sample project exactly and have the same output result but it do not work what I m say be it isn t clear what you guy want in the requirement to pass this be your project s output this be my project s output my output pass but when I follow the fcc project output it fail I have my output exactly like your sample project output have it that be for the add exercise what drive I insane be how be I suppose to guess the order you want that output in I get lucky and after a load of googling I find someone who have the same issue and show the correct order to put the output in I have my project output the same as same project but it didn t work post request part of my code the output have to be something like username description duration userid date something like that but in the project sample version it be userid description duration date username but that didn t work I literally finish the project 2 day ago but have to spend an extra 2 day troubleshoot only to come to the conclusion it have to be in some odd specific order that be not tell to I I know I be come off mad right now but I love your site and what you ve do for I to help I learn which be why I donate every month for you guy its just this section in particular need to be update in my opinion its outdated and glitch be horrible it be down for like 1 2 day also the code like I say it be outdate not a huge deal since I be able to figure it out but annoying and I mean this for the entire section you constantly get deprecation warning which I need to fix but its not a huge deal like I say only annoying also my main issue be just be more clear on what be want and need to be do this talk about app route path get handler post handler but it wasn t clear and only confuse I I didn t have to use app route to pass at all so I didn t understand why it be there or how to exactly use this chain it just be confusing to I overall and not clear also why put that there why not put that where it be suppose to be which be here mongodb mongoose section have these issue too just overall main takeaway since my post become a messy one now be more clear on what be want in every challenge look at the html css javascript section I think those be fcc s shine point they be so detailed and perfectly easy to follow for newbie like I don t just tell I to use stuff like app route path get handler post handler show I how to use this correctly I be so confused most of this section I have to google and figure it out on my own which be good for self reliance and troubleshoot no doubt these thing help my troubleshooting skill skyrocket but this be hair pull this challenge have we setup a uri for mongo connection I be so confused on why it wasn t work it say replace the word password with your actual password so I have this inside the uri link when it be suppose to be without the but that wasn t clear and throw I off I can go on but I have pass the whole section and forget a few thing that have annoy I but the main takeaway be maybe dumb it down a bit for people like I who be pretty dumb lol it seem this section be a bit rush with the challenge description they weren t detail but I ve notice this since the react section and on I have get into the habit of watch video tutorial on the subject and then do the fcc challenge so I fully get all the info because the fcc challenge description aren t detail enough like they be in html css javascript |
freecodecampfreecodecamp | learn profile request and console behaviour | Bug | describe the bug 1 it appear a console log be accidentally leave in the profile js script 2 a request to my a user s page datum be return a 404 to reproduce step to reproduce the behavior 1 go to 2 open devtool 3 see log true or false in console due to console log showdonation file line 126 4 see error in console as in picture below expect behavior no error no log screenshot image desktop please complete the follow information os window 10 browser chrome version 83 0 4103 97 additional info I believe the progress update process where possible be useful and should stay |
freecodecampfreecodecamp | white dot | Bug | when I open fcc on firefox I see some white dot on the screen sharedscreenshot |
freecodecampfreecodecamp | issue with answer on how neural network work how deep neural network work | Help Wanted | describe your problem and how to reproduce it on this python curriculum challenge the correct answer be already select just so we re have the learner do something I guess either rearrange the option or at the very least not have the correct option already select should be make if possible add a screenshot here you can drag and drop png jpg gif etc in this box image |
freecodecampfreecodecamp | improve description for chai qa testing challenge | Help Wanted | describe your problem and how to reproduce it the chai challenge start off with challenge link and it tell you to make assert but not where exactly the glitch link do allow you to make a copy of the project however it be unclear where you start I navigate around the project and the readme didn t have any hint as to where these assert be suppose to be take place the readme fcc test challenge prototype qa with mocha chai when you click on the hint button then you get tell where to actually start problem explanation to begin locate the file test 1 unit test js add a link to the page with the problem suggestion add the two file location to the introduction to the challenge section to the challenge page and on the readme in addition to this there be issue occasionally where you may need to submit multiple time for it to properly detect either due to glitch issue or something else so it may be worth add a mention of this at least in the section introduction page |
freecodecampfreecodecamp | video be miss footage python for everybody | Bug | describe your problem and how to reproduce it the video for the challenge python for everybody relational database relationship building cut abruptly before the instructor have have a chance to finish the discourse add a link to the page with the problem additional note compare to the original video it seem there be a single minute miss start roughly at 10 32 49 and end at the 10 33 45 mark |
freecodecampfreecodecamp | why be there a winston churchill quote here | Help Wanted | right now I m see a wisnton churchill quote on my freecodecamp home page as an indian I be very offended by this please do some research he be responsible for more death then even hitler he engineer the death of million of indians in bengal famine please remove he and his quote from ever come again |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.