repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
freecodecampfreecodecamp | beta responsive web design css flexboxe not display | Help Wanted | challenge name issue description the blue and orange flexboxe don t display because they contain no content and thus have no height enforce on they kludgy solution even add a single character between the div tag fix the problem I use a and b for box 1 and box 2 respectively whitespace do not fix the problem example kludgy hack code in the above link a b elegant solution actually I steal it from another theory challenge in the in css flexbox unit in all the problematic challenge I be able to modify the css for the div box container to add a height and it fix the problem box container height 25 browser information browser name version firefox 58 0 2 operating system window 8 1 64 bit mobile desktop or tablet desktop your code js box container height 25 screenshot |
freecodecampfreecodecamp | use I d for styling be an anti pattern | Help Wanted | challenge name override class declaration by style i d attribute issue description the above lesson as well as an early lesson in the current series teach student to use an i d as a selector for styling element I personally feel that this should not be do while there can certainly be a lesson that explain that it be possible I feel it should be frame with an understanding that it be a practice that should never be employ in project instead of go over the reason for this it be probably good to link to the css lint documentation |
freecodecampfreecodecamp | beta css grid challenge title should be properly capitalize | Help Wanted | challenge name all css grid challenge issue description the title of the challenge in css grid should be properly capitalize e g add column with grid template column should be change to add column with grid gemplate column note the css property in the title should not be capitalize and css should always be capitalize this be the file to that contain the css grid challenge the follow be the title of the challenge that need change create your first css grid add column with grid template column add row with grid template row use css grid unit to change the size of column and row create a column gap use grid column gap create a row gap use grid row gap add gap fast with grid gap use grid column to control space use grid row to control space align an item horizontally use justify self align an item vertically use align self align all item horizontally use justify item align all item vertically use align item divide the grid into an area template place item in grid area use the grid area property use grid area without create an area template reduce repetition use the repeat function limit item size use the minmax function create flexible layout use auto fill create flexible layout use auto fit use medium query to create responsive layout create grid within grid happy contribute |
freecodecampfreecodecamp | beta css grid three typo correction | Help Wanted | issue description the follow be a list of need correction that need to be implement 1 change 5px of the grid s height to 5px tall l279 2 change 20px in the test message with 20px miss e l328 3 change between the first and forth horizontal line and between the third and forth vertical line to between the third and forth horizontal line and between the first and forth vertical line l819 |
freecodecampfreecodecamp | beta css grid css grid should be capitalize in the challenge | Help Wanted | challenge name all css grid challenge issue description css grid should be capitalize in the title of the challenge to fix this issue css grid css grid should probably be add after line 5 in the blocknameify function link below l5 screenshot screen shoot 2018 03 01 at 15 55 31 |
freecodecampfreecodecamp | fcc weather api randomly return japan weather | Help Wanted | challenge name issue description many camper have be report issue with their weather project via the forum help category at first I assume it be just incorrect code be use but then I notice the issue my own weather project and countless other over the past week it appear the glitch api be randomly return the weather datum for japan if I open any camper s project use fetch jquery ajax getjson or other method to obtain the weather datum from valid lat and lon value 75 of the time the response return be for japan weather you can even see the issue show up in the weather demo at browser information browser name version chrome 64 0 3282 186 official build 64 bit operating system window 8 1 mobile desktop or tablet desktop your code n a screenshot image |
freecodecampfreecodecamp | when update setting flash message be non obvious | Help Wanted | step to reproduce 1 go to setting 2 update your email address 3 nothing will seem to happen it s only if you scroll to the top of the setting that you ll notice a confirmation flash message screenshot setting freecodecamp |
freecodecampfreecodecamp | in some situation 404 flash message be too wide | Help Wanted | learn to code freecodecamp the url I visit to cause this be but any invalid challenge url should produce this effect |
freecodecampfreecodecamp | create logic that redirect old challenge url to new beta url | Help Wanted | for example challenge check for palindrome should redirect to en challenge javascript algorithm and datum structure project palindrome checker here be a full list of current challenge on production in situation where these lack a beta equivalent they can just redirect to map note that all exist project still exist on beta though some of they have be move to the interview prep section |
freecodecampfreecodecamp | bad email address in authentication form should display validation error | Help Wanted | on the signin page if I enter an invalid email address like test test it will crash the app sign in to freecodecamp use your email address freecodecamp |
freecodecampfreecodecamp | beta when no challenge have be complete timeline link in profile give a 404 error | Help Wanted | challenge name fcc beta public profile issue description when click the not challenge have be complete yet get start here link it redirect to a nonexistent page 1 use a new profile where no challenge have be complete navigate to the public profile for the user 2 click the link at the bottom of the page get start here 3 a 404 error will be display browser information browser name version chrome 64 0 operating system window 10 educational mobile desktop or tablet destop your code n a screenshot timeline 404 |
freecodecampfreecodecamp | beta basic javascript mistake in example code | Help Wanted | challenge javascript algorithm and datum structure basic javascript accessing object property with variable issue description there s a minor mistake in the second example the example code say javascript var someobj propname john function propprefix str var s prop return s str var someprop propprefix name someprop now hold the value propname console log obj someprop john fcc basic js example code if you try to run the code it wouldn t print john in the console as variable obj be not define I guess the last line be suppose to be javascript console log someobj someprop john |
freecodecampfreecodecamp | beta define the head and body of an html document guide page 404 not find | null | challenge name issue description when select the get hint button it re direct you to the guide but there be no guide page for this challenge return page not find browser information browser name version chrome 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta declare the doctype of an html document guide page 404 not find | null | challenge name issue description when select the get hint button it re direct you to the guide but there be no guide page for this challenge return page not find browser information browser name version chrome 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta link to internal section of a page with anchor element guide page 404 not find | null | challenge name issue description when select the get hint button it re direct you to the guide but there be no guide page for this challenge return page not find browser information browser name version chrome 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta html html5 introduction to html5 element guide page 404 not find | null | challenge name issue description when select the get hint button it re direct you to the guide but there be no guide page for this challenge return page not find browser information browser name version chrome 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta add different margin to each side guide page 404 not find | null | challenge name issue description when select the get hint button it re direct you to the guide but there be no guide page for this challenge return page not find browser information browser name version chrome 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot url screenshot image |
freecodecampfreecodecamp | beta set the font family of an element pass without semicolon in css rule | null | challenge name issue description the challenge allow the code to pass when the semicolon be omit from the css rule browser information browser name version chrome 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js p font size 16px font family monospace screenshot code image challenge pass modal image |
freecodecampfreecodecamp | beta preview be improper during js warn | Help Wanted | issue description on type editing a js warning come up in the preview pane which distort the preview here be some screenshot to clarify that I m see this issue since pr 16737 be merge when there s no js warn the preview be complete as all the eleven hello be print properly without js during js warn the tenth and eleventh hello be not properly print with js browser information browser name version chrome firefox operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | beta unable to get any challenge from a superblock that I do not start with in the first place | Bug | unable to get any challenge from a superblock that I do not start with in the first place 1 start with es6 and then sign in on fresh instance of the browser 2 go to the html super block 3 click through a few challenge 4 I be get the empty state image |
freecodecampfreecodecamp | multiple choice challenge bug | Help Wanted | step to reproduce 1 start a multiple choice question challenge and answer one or more of the question 2 on the map choose another multiple choice question challenge you ll notice that whichever question you be on in the previous challenge you ll stay on the subsequent challenge here s a gif that demonstrate this multiple choice bug mov |
freecodecampfreecodecamp | pairwise language clarification | Help Wanted | challenge name pairwise issue description the phrasing of the rule if multiple pair be possible that have the same numeric element but different index return the small sum of index once an element have be use it can not be reuse to pair with another could be interpret multiple way for example 1 if you have multiple index a b c whose value be equal and any could pair with another indice y to reach arg create only one pair utilize y and choose indice a b or c base on which indice pair s sum be the small 2 only keep one pair if you find multiple pair with match numerical value that all come from unique index determine which pair to keep base on which pair s indice sum be small in both interpretation it s apply the test of sum indice to multiple possible pair with equal numeric element but different index the first interpretation be the intend interpretation give that it expect 0 0 0 0 1 1 to return 10 interpret the second way that same array and arg would return 4 you would create two pair of 0 1 give element can t be reuse and prune the pair whose indice equal 6 I would suggest either include an example or new language to clarify that it mean that if there be two different way to make a pair then use the combination with the small index as arielleslie so put it so well on the forum maybe if a single indice could be pair with multiple other index contain the same numeric element return the pair with the small sum of index for example pairwise 1 1 2 3 create a pair with 2 use the 1 at indice 0 rather than the 1 at indice 1 because 0 2 1 2 once an element have be use it can not be reuse to pair with another browser information browser name version chrome version 64 0 3282 186 official build 64 bit operating system window 10 mobile desktop or tablet desktop your code js screenshot |
freecodecampfreecodecamp | flash message sometimes don t show in chrome | Bug | step to reproduce 1 create a new account 2 claim a certificate but don t accept the academic honesty pledge 3 attempt to view a certificate in firefox you ll see a flash message cursor and profile freecodecamp but in chrome you win t see the flash message it will just redirect you to the profile with no flash message I m use chrome 64 0 3282 186 on macos |
freecodecampfreecodecamp | beta first time user can t open map from other page | Help Wanted | beta first time user can t navigate to the map until they have select a challenge here s what happen I create an account on beta for the first time and go straight to the setting page after log in from there I could not open the map I be able to reload the base url to bring up the map page I go to setting and again could not open the map it be only after reload the home page again and click on a challenge for the first time that I be then able to bring up the map at any time the fcc logo at the top left must perform the same action as the map button because that have the same issue it take I nowhere untill I have select a challenge for the first time confirm by mstellaluna |
freecodecampfreecodecamp | beta dark mode search result text illegible | Help Wanted | challenge name fcc beta search bar issue description the search result in dark mode the text be illegible I can not see any word just the orange highlight confirm my search result with my search value browser information browser name version version 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta user profile dark mode about setting hover on tab text illegible | Help Wanted | challenge name fcc beta profile about setting issue description when hover over the tab in the about setting in the user profile the text become illegible as the hover color be the same as the text the text need to be change to another color browser information browser name version version 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta user profile can not unsubscribe from weekly email not toggle | Bug | challenge name fcc user profile issue description can not unsubscribe from quincy s weekly email it be not toggle and no account change confirmation appear appear to be a broken button there be no error in the dev tool console browser information browser name version version 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot original state image attempt to toggle off image still have not change image |
freecodecampfreecodecamp | beta dark mode user profile confirmation message text illegible | Help Wanted | challenge name fcc beta user profile issue description when make change to profile in this case switch from light mode and dark mode the confirmation alert message at the top you need to scroll up to see it the text be illegible its too light browser information browser name version version 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta external user profile something go wrong error on loading | Bug | challenge name fcc beta external profile my profile url use issue description when attempt to view my public profile from another computer the profile come up but generate a something go wrong error message below be a screenshot of the error from the dev tool console browser information browser name version version 64 0 3282 186 64 bit operating system window 10 pro 64 bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta dark mode academic dishonesty policy text illegible | Help Wanted | challenge name fcc beta user profile issue description when attempt to read the academic dishonesty policy while in dark mode the text be illegible it be too light against the white background text need to be darken browser information browser name version version 64 0 3282 186 64 bit operating system window 10 professional late update 64bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | beta dark mode profile heat map streak text blend with background | Help Wanted | challenge name fcc beta user profile issue description when review my beta profile the heat map streak text be blend with the background need to be change to white to conform with the rest of the color scheme miss illegible text long streak current streak browser information browser name version version 64 0 3282 186 64 bit operating system window 10 professional late update 64bit mobile desktop or tablet laptop your code js screenshot image |
freecodecampfreecodecamp | project should have a completion modal upon submission | Help Wanted | this be similar to but for project |
freecodecampfreecodecamp | beta on run test the lesson page should automatically scroll down | Help Wanted | issue description in production whenever test be run the lesson panel automatically scroll down which make it easy fast to get information about fail pass test but on beta we don t have that functionality scroll down on each and every lesson be a cumbersome process so that functionality should be add browser information browser name version chrome 64 0 3282 186 operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | beta ctrl enter hotkey not work for project | Help Wanted | issue description the project section mention below run test submit on press enter not on ctrl enter front end librarie project datum visualization project information security and quality assurance project code interview take home project browser information browser name version chrome 64 0 3282 186 operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | streak show wrong value | null | challenge name profile page streak issue description I have only complete challenge 3 day straight from 20th till 22nd feb instead of show streak as 3 it show 4 browser information browser name version chrome operating system mac 10 13 3 mobile desktop or tablet desktop your code js n a screenshot |
freecodecampfreecodecamp | incorrect answer accept and pass for challenge create a bootstrap button | Help Wanted | challenge name issue description I rush and misread the question and instead of create a new button as request I merely edit the exist button and it pass the check realise in next challenge my mistake browser information browser name version chrome v 64 operating system linux mint mobile desktop or tablet your code html catphotoapp click here for cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy crazy like screenshot |
freecodecampfreecodecamp | change the color of text challenge do not load | Help Wanted | affect challenge beta change the color of text issue description there be a small mistake in a recent change which prevent this challenge from load correctly when it be load from the server this mean that it work fine when you browse to it use the map but if you refresh the page or click a link to the challenge it will break what should be change this line be cause the problem l50 specifically this part html color should be html color how to get start check out the contribute md to get your local development environment set up if you need help please go to our contributor chatroom we re always happy to answer any question happy code this issue be originally report by alysabax in 16756 |
freecodecampfreecodecamp | false positive for install and set up mongoose | Help Wanted | test script do not test for existence of mongoose connect as a result follow challenge take a big chunk of time 6 hour to debug as do not think to look at the db connection challenge name issue description browser information browser name version chrome operating system macos mobile desktop or tablet your code js screenshot |
freecodecampfreecodecamp | beta make warning in delete progress account more common to non native speaker | Help Wanted | image tread carefully change make in this area be permanent they can not be undo this message need to be more common to non native speaker something on line of please be careful change make in the section can not be reverse |
freecodecampfreecodecamp | beta passwordless auth be not work for exist user | Bug | issue description passwordless auth be not work for I I m unable to sign in show error err too many redirect browser information browser name version chrome firefox late operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | challenge success modal should not repeat the same quote | Help Wanted | issue description in production on complete a challenge camper get different quote on different challenge which motivate they on their journey but in beta the quote happy coding keep on repeat on every challenge so I think we should discuss whether it should be leave as it be or should we implement the production s functionality quincylarson I ll be wait for your input on this browser information browser name version chrome firefox late operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | bootstrap cdn url doesn t wrap in chrome | Help Wanted | challenge name issue description this wrap fine in firefox on my desktop however doesn t wrap in chrome on my laptop make the content extremely hard to copy without zoom out browser information browser name version chrome version 64 0 3282 167 official build 64 bit operating system window mobile desktop or tablet desktop on a 14 inch laptop screenshot clipboard01 |
freecodecampfreecodecamp | u tag to underline test doesn t check whether text be only thing underline | Help Wanted | challenge name issue description the test doesn t check for whether ph d student be the only thing underline just whether it be unsure if this be the intention if it be feel free to close but if not it need to be fix however absolutely not critical browser information chrome firefox on window screenshot image |
freecodecampfreecodecamp | refactor redux form to use react redux form | Help Wanted | this issue will require some initial knowledge of react redux and the structure of the codebase |
freecodecampfreecodecamp | add reflective bind babel plugin | Help Wanted | this should allow use to use arrow function as prop freely without have to stress render churn there be a couple of spot in the codebase that I add some logic to do this very thing that logic will need to be remove this issue will require testing and forethought |
freecodecampfreecodecamp | refactor rx to use rxjs | Help Wanted | we re already use the new version of rx on some non production path but move over the main codebase require some forethought and testing |
freecodecampfreecodecamp | beta learn about self closing jsx tag | Help Wanted | challenge name learn about self closing jsx tag issue description remove the comment and close the tag miss the br tag on first attempt fail then fix and then attempt fail but then the item render on the page fail be from the provide jsx element should render as be to the dom node with i d of challenge node item be render on the preview when receive this error appear it be be render not with challenge node i d but instead root i d add code reactdom render jsx document getelementbyid challenge node test pass and now it render twice on the preview the challenge state fix the error in the code editor so that it be valid jsx and successfully transpile make sure you don t change any of the content you only need to close tag where they be need it do not mention need to attach it to the dom and seem to indicate you only need to adjust the line break and the horizontal line solution need to add direction to render to the dom and remove the current preview or need to adjust the preview to be off of the challenge node instead of the root i d or there be another solution that I can not currently think of your code js fail const jsx welcome to react be sure to close all tag pass const jsx welcome to react be sure to close all tag reactdom render jsx document getelementbyid challenge node |
freecodecampfreecodecamp | react write a react component from scratch test case issue | Help Wanted | challenge name react write a react component from scratch issue description there seem to be an issue when I try to test the write a react component from scratch module for example it work completely fine when the answer be write as js class mycomponent extend react component constructor prop super prop render return my first react component reactdom render document getelementbyid challenge node but when there be only a bracket shift down in the first line I e js class mycomponent extend react component constructor prop super prop render return my first react component reactdom render document getelementbyid challenge node then in that case the there should be a react component call mycomponent test case fail I do not think the test case should fail in this scenario browser information browser name version google chrome 56 0 2924 76 64 bit operating system window 7 64 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | beta break test in react redux and react redux challenge | Help Wanted | issue description there a lot of broken test in react redux and react redux challenge when click on run test the challenge log get stuck on run test and something go wrong please try again later message be display break test in react section use array map to dynamically render element use array filter to dynamically filter an array render conditionally from prop give sible element a unique key attribute broken test in redux section write a counter with redux break test in react redux section connect redux to the message app browser information browser name version chrome and firefox late operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | beta there be two scrollbar in the preview panel | Help Wanted | issue description in many challenge eg use a css class to style an element or create a block element bootstrap button there be two scrollbar in the preview panel there should be a single scrollbar like we have in all of our challenge issue browser information browser name version chrome and firefox late operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | create login | Invalid | web page pre submission checklist your pull request target the staging branch of freecodecamp x branch start with either fix feature or translate e g fix signin issue you have only one commit if not squash they into one commit all new and exist test pass the command npm test use git commit amend to amend any fix type of change small bug fix non break change which fix an issue x new feature non break change which add new functionality break change fix or feature that would change exist functionality add new translation feature add new translation checklist test change locally x address currently open issue replace xxxxx with an issue no in next line close xxxxx description |
freecodecampfreecodecamp | create elevator | Invalid | get to your destination pre submission checklist x your pull request target the staging branch of freecodecamp branch start with either fix feature or translate e g fix signin issue you have only one commit if not squash they into one commit all new and exist test pass the command npm test use git commit amend to amend any fix type of change small bug fix non break change which fix an issue new feature non break change which add new functionality break change fix or feature that would change exist functionality x add new translation feature add new translation checklist test change locally x address currently open issue replace xxxxx with an issue no in next line close xxxxx description |
freecodecampfreecodecamp | create blink | Invalid | a design to make I happy pre submission checklist x your pull request target the staging branch of freecodecamp branch start with either fix feature or translate e g fix signin issue you have only one commit if not squash they into one commit all new and exist test pass the command npm test use git commit amend to amend any fix type of change small bug fix non break change which fix an issue new feature non break change which add new functionality break change fix or feature that would change exist functionality x add new translation feature add new translation checklist test change locally x address currently open issue replace xxxxx with an issue no in next line close xxxxx description |
freecodecampfreecodecamp | minor text update need | Help Wanted | on the map page under the basic front end development project drop down menu there be the get set for our front end development project challenge which be a 7 part slide show within the slide on slide 6 7 there be instruction to add bootstrap as external css within the code editor in the website codepen io use the quick add drop down menu the problem be with assume that there be significant difference between the version bootstrap 3 and 4 that with the recent version of the website codepen io the codepen io website have add within its quick add external css drop down menu both version of bootstrap 3 and 4 and as for the time of this post the before mention page from the slide show in freecodecamp do not specify what version of bootstrap to select within the quick add external css drop down menu in codepen io |
freecodecampfreecodecamp | test if a value fall within a specific range always fail | Help Wanted | test if a value fall within a specific range issue description the test always fail it appear that there be two problem in freecodecamp seed challenge 06 information security and quality assurance quality assurance and testing with chai json 1 test be check unit test no 10 but it should be no 9 title test if a value fall within a specific range teststring getuserinput get getuserinput url api get test type unit n 10 here be the result to the get test glitch api both with unit n 9 and unit n 10 query string title isarray isnotarray context unit test array state fail assertion method fail args isthisanarray split string prototype split return an array method fail args 1 2 3 indexof 2 indexof return a number title isapproximately context unit test comparison state pass assertion method approximately args weirdnumber 0 5 1 0 5 method approximately args weirdnumber 0 2 1 0 8 no 10 be for the next challenge test if value be an array 2 test be check for the assertion method isapproximately but it should be approximately assert equal datum assertion 1 method isapproximately screenshot image I would be happy to tackle this one if freecodecamp team agree this be an issue thank you |
freecodecampfreecodecamp | beta separate margin padding attribute teach but clockwise notation accept minor format error too | Help Wanted | challenge name basic css add different padding to each side of an element basic css add different margin to each side of an element basic css use clockwise notation to specify the padding of an element basic css use clockwise notation to specify the margin of an element issue description the first two challenge teach individual property usage for border and margin while the last 2 teach clockwise notation I complete the first two use clockwise notation and my solution be accept despite the goal of learn the long form if the goal be to have they use the long form why accept the short form on the first two challenge also in the 4th challenge for some reason the phrase clockwise notation be format as if it be part of a property whereas it be correctly without format in the 3rd screenshot 3rd challenge image 4th challenge note the incorrect format image |
freecodecampfreecodecamp | beta teach negative margin | Help Wanted | challenge name basic css add a negative margin to an element issue description the current order of challenge teach about margin padding and border then go to negative margin size wouldn t it be well to teach about the individual part of margin e g margin bottom 0 border and padding and how use margin side can accomplish the same effect before teach this trick |
freecodecampfreecodecamp | beta english suggestion for basic css use a css class to style an element | Help Wanted | challenge name basic css use a css class to style an element issue description 1 it say you can see that we ve create a css class call blue text within the multiple class be separate by a space hence the use of quotation mark however to reduce the risk of error we recommend that you don t use space in class name screenshot image |
freecodecampfreecodecamp | not register return value | null | challenge name issue description it seem to not work the auto check be not register the return output from file it register if I hard code return 2 and the auto check will register the 2 but it do not register any thing else such as return arr length or return arr x browser information browser name version chrome version 64 0 3282 119 official build 64 bit firfox 57 0 4 64bit safari version 11 0 2 13604 4 7 1 3 operating system macos high sierrra mobile desktop or tablet desktop your code js var count var globalpermuarr function print swap a b n var I console log print swap count printf 5d count for I 0 I n 1 I if a I console log else if a I I b console log else console log console log function swap str a b console log preswap str index a b store str a str b var t str a str a str b console log str str b t console log afterswap str t t function h str n len var I for I 0 I if n 2 h str n 1 len if I n 1 break if n 2 0 swap str I n 1 print swap I n 1 len else swap str 0 n 1 print swap 0 n 1 len console log str n var str1 str join console log store str1 globalpermuarr globalpermuarr length str1 function heap str len if len 2 console log the only permutation be n str return count 1 print swap 1 1 len console log inside heap str str printf s n str h str len len function permalone str return str console log str int main var str str length char s max len var len var tmparr console log typeof str globalpermuarr 0 str convert str to array arr str split console log arr ss s for len 0 str len null len heap arr len console log complete arr console log globalpermuarr var finalarr globalpermuarr filter the globalpermutationsarray var regex 1 2 1 var countpermu 0 for var x 0 x finalarr length x console log filter globalpermuarr x console log regex test finalarr x if regex test finalarr x false countpermu countpermu 1 tmparr tmparr length finalarr x console log regex test finalarr new regexp ab c I console log countpermu return tmparr length return countpermu permalone aab screenshot screen shoot 2018 02 04 at 9 55 53 pm |
freecodecampfreecodecamp | debug challenge don t mark as complete | Help Wanted | challenge name debug issue description the first two challenge introduction to debug challenge and use the javascript console to check the value of a variable don t mark as do upon complete browser information browser name version chrome version 63 0 3239 132 official build 64 bit operating system window 10 mobile desktop or tablet desktop screenshot screenshot |
freecodecampfreecodecamp | codepen random quote machine do not work anymore | Bug | the random quote machine codepen example doesn t work any more it look like all the javascript in the codepen be delete the codepen be recently update and be work so this must have be do in the last few week the only backup we have be the old version which get quote from an api be there any way to have codepen restore the most recent version with the javascript or do we have a backup somewhere else |
freecodecampfreecodecamp | declare a read only variable with the const keyword have an issue | Help Wanted | the instruction on this challenge don t tie up with the test one test assert that the word sentence in all cap but other test be look for a declaration of str2 str2 be not mention in the instruction there be a note say that use all cap for const declaration be a common practise this can be remove |
freecodecampfreecodecamp | beta email we button in setting have the old email i d | Help Wanted | issue description the setting page have the old email address in the email we button I think it should be update to raisedadead your thought on this issue browser information browser name version chrome and firefox late release operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | beta install and set up mongoose typo in the test script | Help Wanted | challenge install and set up mongoose issue description there be a typo in the testing script which check for a presence of mongoose package within package json file it be ask for mongooose instead of mongoose this be cause the test to fail screenshot screenshot 2018 01 30 12 01 19 |
freecodecampfreecodecamp | str2 not define es6 declare a readonly variable with the const keyword | Help Wanted | challenge name issue description the problem occur because of this line of code line 9 console log str2 the console try to log str2 but the parameter doesn t exist solution I just remove the 2 and make it str and it solve the problem because it reference the correct paramater browser information browser name version firefox 57 0 4 chrome 63 0 operating system window 7 mobile desktop or tablet desktop |
freecodecampfreecodecamp | beta on site code editor and page not work when reload refreshing react challenge | Bug | challenge name react use array filter to dynamically filter an array issue description on the above challenge when you reload or refresh the page the on site code editor doesn t load and stay on the black shimmering type animation and the formatting of the instruction change also none of the button work except for the one with an href attribute with an outside link I have be able to reproduce this this on my three browser of chrome firefox and safari browser information browser name version google chrome version 63 0 3239 132 official build 64 bit mozilla firefox quantum 57 0 4 64 bit apple safari version 11 0 2 13604 4 7 1 3 operating system mac os high sierra 10 13 2 mobile desktop or tablet desktop your code js screenshot |
freecodecampfreecodecamp | beta typo within react challenge | Help Wanted | challenge name react use advanced javascript in react render method issue description there be a few typo in the instruction and test of this challenge it instruct you to change the incorrect line number and also the test spell component incorrectly browser information browser name version operating system mobile desktop or tablet your code js screenshot |
freecodecampfreecodecamp | linkedin scope issue internaloautherror fail to fetch user profile | Bug | we have be get internaloautherror for linkedin recently on production also report by isaacabrahamson in issuecomment 359528285 we need to update our config as per the suggest fix for the correct scope issuecomment 358279513 just to note this still link the profile correctly only thing be this exception need to be handle by correct the scope |
freecodecampfreecodecamp | beta react set state challenge doesn t need any code to pass test | Help Wanted | challenge name react set state with this setstate issue description the default code pass all test no matter what you put this have be verify by two other user on gitter browser information browser name version google chrome version 63 0 3239 132 official build 64 bit operating system mac os high sierra 10 13 2 mobile desktop or tablet desktop your code this be the default code js class controlledinput extend react component constructor prop super prop this state input change code below this line change code above this line render return change code below this line change code above this line control input this state input screenshot here be the challenge instruction and test that be display |
freecodecampfreecodecamp | beta comment on where to code be misplace in react challenge | Help Wanted | challenge name react write a simple counter issue description the default code tell you to define method underneath the constructor however the default code doesn t include the explicit binding of these method that need to go within the constructor I m not sure if the fix should be move up the comment that say change code below this line or if the challenge should already have the bind line within the constructor once I know which solution would be well I d like to help make a pr to correct this browser information browser name version google chrome version 63 0 3239 132 official build 64 bit operating system mac os high sierra 10 13 2 mobile desktop or tablet desktop your code here be the successful challenge code js class counter extend react component constructor prop super prop this state count 0 this reset this reset bind this this increment this increment bind this this decrement this decrement bind this change code below this line reset this setstate count 0 increment this setstate count this state count 1 decrement this setstate count this state count 1 change code above this line render return increment decrement reset current count this state count screenshot |
freecodecampfreecodecamp | beta invalid objectid in access an array s content use bracket notation challenge | Bug | we have an invalid mongodb objectid set for the access an array s content use bracket notation challenge fix we should update this to a valid objectid see 16373 on how to do so this line need to be update with a valid objectid l67 |
freecodecampfreecodecamp | challenge count bug | null | on freecodecamp I have complete 206 challenge but when I look at my profile it display that I ve only complete 2 challenge can someone please fix this capture |
freecodecampfreecodecamp | require be not define when run the repo | Help Wanted | when I be try to run this repo then I be get violation of content origin policy and require be not define error terminal 05 06 06 npm run develop develop mnt fc8c84988c844ed8 pthing project freecodecamp gulp 05 06 10 use gulpfile mnt fc8c84988c844ed8 pthe project freecodecamp gulpfile js 05 06 10 start less 05 06 10 start serve 05 06 10 start js 05 06 10 start pack frame runner 05 06 11 nodemon 1 12 1 05 06 11 nodemon to restart at any time enter rs 05 06 11 nodemon watch 05 06 11 nodemon start node module bin babel node server server js 05 06 11 finish serve after 439 ms fcc server datasource use mailhog server on port 1025 0ms 05 06 16 finish less after 5 45 s 05 06 16 finish js after 5 74 s 05 06 16 start dev server 05 06 16 finish dev server after 32 ms browsersync proxye browsersync access urls local external ui ui external browsersync watch file 05 06 16 version webpack 3 10 0 asset size chunk chunk name frame runner js 156 kb 0 emit main 05 06 17 finish pack frame runner after 6 35 s 05 06 17 start watch fcc model user set up user hook 2s 05 06 17 finish watch after 169 ms 05 06 17 start default 05 06 17 finish default after 47 s fcc server util about no google application credential environmental variable find fcc server util about google application credential fcc server util about activeus api will always return 0 fcc server util about this can safely be ignore during development 338m warn accessing createclass via the main react package be deprecate and will be remove in react v16 0 use a plain javascript class instead if you re not yet ready to migrate create react class v15 be available on npm as a temporary drop in replacement for more info see warn accessing proptype via the main react package be deprecate and will be remove in react v16 0 use the late available v15 prop type package from npm instead for info on usage compatibility migration and more see fcc boot explorer browse your rest api at 9s fcc server freecodecamp server listen on port 3001 in development 0ms fcc server connect to db at mongodb 127 0 0 1 27017 freecodecamp 0ms fcc server db connect 173ms browsersync reload browser webpack build 20270dc1cd3a82288637 in 19227ms wdm wdm compile with warning browsersync reload browser 302 get 88 330 ms 200 get 2273 192 ms en browser console jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaagvuabeaaaaaxuqaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac4aaaa0argc7udqt1maaagwaaaq6aaalgxksqrtr1nvqgaaepgaaah3aaaelqi5y rpuy8yaaaukaaaae8aaabgagybu2ntyxaaabtgaaablaaaakqkratxy3z0iaaafnqaaabeaaaaugdsqf1mcgdtaaaw1aaabzcaaavnb3 bhgdhc3aaabxsaaaacaaaaagaaaaqz2x5zgaahhqaaeapaab3ctbiupxozwfkaabcoaaaadyaaaa2bkubwwhozweaafzyaaaaiaaaacqhfarfag10eaaaxpgaaai6aaaeek4tn4nsb2nhaabfnaaaahiaaaisilhpam1hehaaagfiaaaaiaaaacacigzgbmftzqaaywgaaacuaaabhhqgldjwb3n0aabh aaaaq4aaasrk5y6n3byz qxuajccft4p9hp4fzdsws2xhwl5hvjazrirfuyb0l5dpqcw10lv2wukjmluavymhniypgpsrcvxzdkrkpll6uwkh7kabvafvcde7ufmxagdega hlhrpbqtmo7zhcpkdt6tpgxybzo0 rxblopzt1telcxxcmaayzwytjvddfzknder44x2451rdqcyunisrwvlsx6wnwqwpj ux5 kuey6dl0z6a fn79vihxmfjsrlafy4dpzocvnlmenp brdlj0r xfdrxdsnsnxii al3ojkdaab4awpw3sfwiihiiynjx qgxp0cdbwmyqubgdictkuwwdawsdjogtgopn4c9iz6bmos4iyshfchudzxjnmwtszzjraqt9 m yqybbh4gtgy2kezoojia0z4gbxieidezugxuyewijnjg0bgxktnfzamailelo4gbkcwhizkkaqqkeggcehw5hfkm2vrzjflyebr2mp5v3cdsu5gjwwudw9xg1hqxafamkzu because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaagz8abeaaaaa09gaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac8aaaa0asqc9udqt1maaagwaaatuaaanlwbeyf1r1nvqgaafwgaaaiwaaaezqfk0pvpuy8yaaaxgaaaafaaaabganccw2ntyxaaabfqaaabkwaaakqk8av7y3z0iaaagwqaaabiaaaauggiqq9mcgdtaaazyaaabzcaaavnb3 bhgdhc3aaab9gaaaacaaaaagaaaaqz2x5zgaah2gaaesvaab8yu28l3fozwfkaabkgaaaadyaaaa2bmibvwhozweaagrqaaaaiaaaacqhmqrzag10eaaazhaaaajdaaaeimbmmbxsb2nhaabmtaaaahoaaaiaflxdr21hehaaagjqaaaaiaaaacacjgzgbmftzqaaapaaaacdaaabkbqel8lwb3n0aabpkaaaasmaaas9pi3qfxbyz w76a3jvvupjzxkbsrtnqohwtv2mt2uusrulbnirkvaxnbdfttvib8uoau4psruq4q7qq2dhpqaduat0ij5ra0ypuafmacmfy6potegv 9d7uttzx72ttexi4jdcuxh7pb67d7i s05awjaaiysnie6wowc4miycorsex zexucvqpinsrmadl8wds2asluogp8hfnsyyfcyjre7w8qducys0axjh0zgk7fx991rgon6l7qma6pq sza0qw1x9 hgnftrbk f9rsmdptshvnjl4bdwtp8iaeafj8n7bccioyimjy1 kbsadhawcdmkfgxnynlzfmfgwmlayaie4djzehpys mzkloisrbxqova2vyzzfk0mwsawelftpmegaqyebk4gnpbgtqcygnm bgcyhigxm7hsvghscizy4narsze5xwwjgoi3i6obgzhfosm5jakkjbiihhh8orxzdnluwsrzwhm0djd b93a0ruricfla1vcrtyufwbqjimv because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaagveabeaaaaa0agaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac8aaaa0asqc9udqt1maaagwaaatnqaanlwghihmr1nvqgaafvaaaaiwaaaezqfk0pvpuy8yaaaxaaaaae4aaabgatsdymntyxaaabe4aaabkwaaakqk8av7y3z0iaaaguwaaabiaaaaugjwq3lmcgdtaaazsaaabzcaaavnb3 bhgdhc3aaab9iaaaacaaaaagaaaaqz2x5zgaah1aaaeoiaab6jmyk r5ozwfkaabi2aaaadyaaaa2boebuwhozweaagmqaaaaiaaaacqhugsvag10eaaayzaaaajgaaaeimg2kylsb2nhaableaaaahoaaaiaotey3w1hehaaageuaaaaiaaaacacwaz0bmftzqaaz7qaaaciaaabnbuemo1wb3n0aabowaaaasmaaas9pi3qfxbyz w76a3jvvupjzxkbsrtnqohwtv2mt2uusrulbnirkvaxnbdfttvib8uoau4psruq4q7qq2dhpqaduat0ij5ra0ypuafmacmfy6potegv 9d7uttzx72ttexi4jdcuxh7pb67d7i s05awjaaiysnie6wowc4miycorsex zexucvqpinsrmadl8wds2asluogp8hfnsyyfcyjre7w8qducys0axjh0zgk7fx991rgon6l7qma6pq sza0qw1x9 hgnftrbk f9rsmdptshvnjl4bdwtp8iaeafj8n7bccioyimjy1 kbsadhawcdmkfgxnynlzfmfgwmlayaie4djzehpys mzkloisrbxqova2vyzzfk0mwsawelftpmegaqyebk4gnpbgtqcygnm bgcyhigxm7hsvghscizy4narsze5xwwjgoi3i6obgzhfosm5jakkjbiihhh8orxzdnluwsrzwhm0djd b93a0ruricfla1vcrtyufwbqjimv because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaag1gabeaaaaa1paaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac8aaaa0asqc9udqt1maaagwaaatbgaanlzecgbjr1nvqgaafsaaaaiwaaaezqfk0pvpuy8yaaaxoaaaafaaaabgazies2ntyxaaabeiaaabkwaaakqk8av7y3z0iaaagrwaaabkaaaaugnsrfzmcgdtaaazgaaabzcaaavnb3 bhgdhc3aaab8yaaaacaaaaagaaaaqz2x5zgaahyaaaevdaab ildlxbrozwfkaabkgaaaadyaaaa2bqubs2hozweaags4aaaaiaaaacqhdqs4ag10eaaazngaaajbaaaeindejansb2nhaabnhaaaahoaaaia ctxsm1hehaaagk4aaaaiaaaacacwazxbmftzqaaavgaaacbaaabkbphl31wb3n0aabp9aaaasmaaas9pi3qfxbyz mt41vvksc15abebtukb1k1dprdllrk7pw5yk5lwfzqqxbu1saffkgrukuq7quku6qtnr6uaa1ae9ccea2tmj1ahzaajbwoqtrxoff q 1lu2ce9ru3lyocxxff4ez2 uw yp0toqmiwaimldynuljshodimajkuhmfmrmbgr0kyjukzgh ma7ngljvdokfb350mmnwmi6xo8pea7nmktgl4x9mxpoxv fduydjei 0jmuqupkswnemncffh4drbawzphfubjg6u0obzss aq1rt cahgby dewxaikgiji2nf5abgnrwmhazjbrsz2jy2rtbymdcwmmiboa483hz2lppsyizilkwcukfqnlcmcxznjlkmsbc30z5hbgeghgzobjaqrk6gmidtpgyhgisimto4bfrh7aim2odqebgrocvloxqit4ujgygrxaejosqcpcqscbx4fdkcwqzzvfkkwvh5thyw m dwnk7kynbzqnb3ebwfbcaucyplq because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaajd6abiaaaabdegaaaaaaacwiaaaavoaaakdaaaaaaaaaabhue9taacddaaael0aagmo7aqzqkdtvuiaajxuaaaasgaaafjau94btfrtsaaagzwaaaa4aaabsbmu gzpuy8yaaab7aaaafoaaabgq5xp5lzetvgaah2eaaaddwaabebvdhaky21hcaaaakgaaae7aaadvcy12qzjdnqgaacbdaaaad4aaaa aq0jqwzwz20aaifmaaabagaaaxmgwzw3z2fzcaaagpwaaaaqaaaaeaataalnbhlmaaanwaaab8maaovmfzp2kmhlywqaaag0aaaangaaadb6oxezaghlyqaaa4qaaaahaaaajadwbb9obxr4aaadqaaaar8aaauulccxvmxvy2eaaas0aaacjaaaaoxsy42gbwf4caaaazqaaaagaaaaiandbefuyw1laaagaaaaaxwaaanetvyojhbvc haorywzqheumcaiygngyfreuj7mdobsx gkcodjwckqqdxaab42n2s3wvcmbtf3 txxpk0wuyqgzgkryybl8mx0lhn2nxqmb9dkrb636 xa4pskidazj3n c7jjlutoexnptu5gdkuajrscmlwoflctafpzfikmcbabq 8wlpkjzhfduobuusktjrqxwvn8frzt fsw otobwzw6n5wniwd7ytavwo5diqqbtqi8oivm nilaia9ei68bwjtmz7abri0djve7widrjxrquo4f0gsxocfslk3xoixvzwg0axwn nkryrkwh nd4wmucg8pzdudvctngkzcmsk7zaab8azsaiy5f tj5i3h y5ec7iatjrmlfyqmxxvusktj8v wvmj31e1uv97h02mayutb75xcrcmn6uvpbe7ke5j1zwb rpyao3syunjpyfcsdw49uhyfpve8dhzcygs7cfk4mmj7zwjznvgw3pma2oo6 tf wpsdplsr ade7upx because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaakd5abiaaaabjrqaaaaaaacfoaaaavkaaakcaaaaaaaaaabhue9taaclraaae6uaagmo3w nd0dtvuiaaj9uaaaasgaaafjau94btfrtsaaai3waaaavaaabsw5js1fpuy8yaaab7aaaafoaaabgq5xp3fzetvgaaixaaaaddwaabebvdhaky21hcaaaakgaaae7aaadvcy12qzjdnqgaacjsaaaadgaaaa4biedumzwz20aaimaaaabagaaaxmgwzw3z2fzcaaaitgaaaaqaaaaeaaaaalnbhlmaaanvaaaeaeaaqtc9hejhwhlywqaaag0aaaangaaadb6hxfdaghlyqaaa4qaaaahaaaajadubbdobxr4aaadqaaaarsaaauuhlg2g2xvy2eaaaswaaacjaaaaowhimiqbwf4caaaazqaaaagaaaaiandbgzuyw1laaagzaaaaxwaaam9wtilrnbvc a5fjdnacrsyjqjgy2bh9erspswogfjf6aoi4mnaiqpb3eaahjafzlda8iwfmxf 1dc8rtbtkqdmastjievwzhqsefy3gowh12stvrfr frimyqh0dopef8lskmw62greelntkz0pqamtikavy5 vxmb89kuiszxsafd xawmsnkd8nsgfs5ks0mupdzu3wvho38vjb462htbnbqfna2jypvk0cdbhqfhe0qzyyjgj11owik7iwjbaodneyk9lugq0ine7lzb1cpwas67pzrp h4praxzpzh75xkqxcbla81kddisvaeugphy9cxjgonnvw9kywbzqcasrrni8gwje2crdiwjspkz c9zd2iclumfmssdinynhvryvlnb7 bwsldkfdrpxbht49phg2tpxoydu63kc nl7grryhwd8m5sdqdzbkhymflx52l hg0knrudbzxutnxwvgtpuqjwmjvpemmo8zd8s9d4ctrqn s9m2ek fckp9vfjla because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaait0abeaaaabqdwaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaabgaaacloaabjkv3bhbedtvuiaaao8aaaauwaaahcooi56t1mvmgaacpaaaabcaaaaynmuqmljbwfwaaak7aaaaieaaac0jbiqagn2dcaaaatwaaaakwaaac4g9xijznbnbqaac5waaaobaaag5xjackbnyxnwaaapiaaaaawaaaamabiaggdsewyaaa8saabynwaaw2dadxfjagvhzaaaz2qaaaa2aaaanvyc8inoagvhaabnnaaaab8aaaakd7yhdwhtdhgaage8aaaccwaaa25ynu6fa2vybgaaacgaab0caabxgd87p7jsb2nhaacg5aaaab4aaag rn9 im1hehaaaiikaaaaiaaaacab1wf5bmftzqaaimqaaadjaaabebwnojpwb3n0aacjkaaaazyaaajbvuqnnnbyz cryydontl34dkvazdu3bn34ngtzy9evxn34doxbz9 fkxehyrfroxkcwrba lyuabaad3td3 zw3bntp2lrft2 bepmdoztknf t65bd2ktb8esnsumj54aiiy35kdorytft 9fp3keojuyfo5cg3bfcfm26jc9uoo4ammdrm3irnd82ymq3spqfizzs1575tu 576ifhnnjsqszpvpdcs6 88dpb72x576mppvnisybzvvnqux927gmxoeq1rwuw1kjvofgfovx6 dwhu1u4zf x7na5xalxw7vwpdw4h4tfqi8pe2lepogbowgudmfxls3k50ovsixl1utole7ltclmluotziwg87gsk0tlibl8yzlfyaw5atmpfwa z1fmxjpeuulmtgpeeqdcm4mfaac5caaiagmgsaejrccwaynwsbrficcwkgbmiipvwlacjwgwauvji2kwaineswkkawirswsqawirsxewawirwbiekazfukszcxaeaisa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaai3gabiaaaabrwqaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaablaaacmoaabjkyujmg0dtvuiaaapgaaaauwaaahcooi56t1mvmgaacrqaaabcaaaaynk4qa5jbwfwaaaleaaaaieaaac0jbiqagn2dcaaaauuaaaaggaaaboa7aimznbnbqaac7aaaaecaaabcwzznddnyxnwaaamtaaaaawaaaamaciaggdsewyaaazaaabsygaaubbhedh9agrteaaax4waaaohaaauke4jg9dozwfkaabplaaaadyaaaa2 e x4whozweaagnmaaaahwaaacqpaqc8ag10eaaaaewaaaimaaadbmb1yddrzxjuaabr aaahtyaafcyydrhp2xvy2eaaikwaaabvgaaab6ljglgbwf4caaaivaaaaagaaaaial2bapuyw1laacleaaaanmaaaf4hei4h3bvc vquswvvvfvndxvufmttdvrvz31ndbqi4010vqzzbxquiuttdfwo 11camz1isthbfec1pmmdnym60lctfdyxmt9mlnsy01zvnpfbtcfl998c0a21120q4ddtjpz1d1cckvn11z3q0vdxxhlbft1m0h89131z3dvfbwdd310esfvfw1sj8d9dfqiemmntqwrww30gijjdhaiaunm9z4e7zxzhep7llbq888ssdebxx0zj77ntfvcscdc4nw3imnqyjdokkiq2jcykmc4xwb1k4dnarvj2cwqvcfk4dx bnsonyu9klesls95mtivn6uznsi1olmyjcpkzg5taqiwz cwzrcmpuwk1ob5nmwzealqxsvzoakqbqbac zgrd4advbwkdnsiubkygjgumbcrcdm4sxh8goyyhn8giwzvbgygdg0n7pwmiwnaggiyhbluellmkwh6htk8muhmkgiayjqcimveugs1mbotm1grypunzmsrgaalqcevgaaaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaai7kabeaaaabpbqaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaabgaaacokaabmm t2iu0dtvuiaaapsaaaauwaaahcooi56t1mvmgaacsaaaabcaaaaynmuqezjbwfwaaalhaaaaieaaac0jbiqagn2dcaaaaugaaaakwaaac4g8bizznbnbqaac8waaaobaaag5xjackbnyxnwaaapuaaaaawaaaamabeaggdsewyaaa9caabcdgaaxexusxknagvhzaaaa9qaaaa2aaaanvuq8z1oagvhaabsdaaaaciaaaakd8gojghtdhgaagwwaaaclgaaa24 wkyha2vybgaabmaaabvuaabs7doyqgnsb2nhaackuaaaab4aaag pft11g1hehaaaiwqaaaaiaaaacab3gf5bmftzqaajdaaaadiaaabcbvjnsxwb3n0aacm aaaaz0aaajbvtsnmnbyz jkkkmu0sooq5zykqioksqqqkqa6mqoqzba6qirnvoaakirxppoqpnmwmipldbaakud9jroqjpouugafgktssy7bokxpphjpuu2wxcuaobhjlrok89mw2qas577aiutvvrimzw2u yihbrpbp4erurpkituuua6g17q5y5bbtuptw mu ue p47a3p umrv4egggsvwwimestognhddfpkcconmmoyox2y2jhjjtfbg 8c8cauuz30zcn77hxaqefss995u51w0rggmo dcjoopcgikdiokig6kbdaqgwdbhejf5axawdgaaclxvhcs4vyudklests9ziti1n5uzjti1klm4vbpk7e5nisiar cmzrcmluwk5qbzjpwzszlw5rvjkzkwjrbaa2vyt3aaaauqgacabjilabi0qgsamjclaursagschgzickvviwaivhsaffyynisaijrlmjcgmck7mleamck7mrfgmck1mybcggrvjeswsqbairaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaaezmabmaaaaaezaaaqaaaaaaaaaaaaaaaaaaaaaaaaaaaabgrlrnaaabqaaaabwaaaacbhuvbkderuyaaaheaaaahaaaab4ajwcwr1bpuwaaaeaaaaxzaaajpgvqwf1hu1vcaaahvaaaacwaaaawup 4 k9tlziaaafoaaaaxaaaagdy59iiy21hcaaaceqaaafpaaaccqty6vfjdnqgaaajlaaaadcaaabijlmgxgzwz20aaanmaaafqaaac5fbfnvwz2fzcaaad3qaaaaiaaaacaaaabbnbhlmaaapfaaam aaae6g3 9ct2hlywqaaencaaaamwaaadyihrfwaghlyqaaq5aaaaahaaaaja5mbz5obxr4aabdtaaaaboaaaja90wzr2xvy2eaaevwaaabeaaaasiq0fv8bwf4caaaroaaaaagaaaaiag7ac1uyw1laabgoaaabekaaax4zctph3bvc c8csssrdippjjgohlkkku2oessrz4fffjemswuuky5fwjoohfrizsqqqmhljrqaacrjpppwrp4rg0v7fjoojmuuumhlz76gwcqiyyzyzqxxplgkimmmwgwoezzyjelceaaqy4445hlsxdekz9c8cyh72kveakvm4rjuesixslfivesltesyw23ppdic3fc88q1xphes8rlaiesafnb3n9z163 rq1n07xgdbnroym9vzode6wudcpdykqlw1mlrfbwkguvhknd3dv12 rgmn93zxlpb90yox2gbp 53b 7 rfcvryfygrb7gaaahjay dewxaikgiji2nf5abgnrwmhazjbrsz2jw2m0gzmwibwfsvgfk4mdggbcugctywm8npn0cd8wegjgzoii latcda4mdhmfm4ljrhbejmgkdq0feruyul41qin4ujgygrhahjusqcjcsscaagifawcsjtypxf sglt6ntecdrckualy2jpcaavt4escaaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaaiw4abeaaaabqcaaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaabgaaacu8aabmod1xxmedtvuiaaarqaaaauwaaahcooi56t1mvmgaacyqaaabbaaaaynrnrzbjbwfwaaalgaaaaieaaac0jbiqagn2dcaaaaweaaaakgaaac4hybmgznbnbqaaddaaaaobaaag5xjackbnyxnwaaaptaaaaawaaaamaa0aggdsewyaaa aaabviqaavqzar6agagvhzaaazuwaaaa2aaaanvzd8kdoagvhaablhaaaab8aaaakd yhpghtdhgaagwkaaacfaaaa26bw0hva2vybgaaz7gaab 3aaberkoeucnsb2nhaachsaaaab4aaag 1eip6m1hehaaailwaaaaiaaaacabyaf2bmftzqaaizaaaadeaaabybofnrjwb3n0aackvaaaazyaaajbvvgnxnbyz kkkqa4ekoqpbqyyiqnvaoqqqsykqqqproaaqqltjrqqqe bhpqplemmmqmurzaaqw1ntpqp70oouqksy66bhe2m2gms1z5z5zf5ltrpy1bphlemm65h35aalu5lnvru3v2 e2xpzbz66br9ummuyv6uk2ng26574677nmvl0ceegi 3r5z6qnhnujjo8 m6qev gyayjanbhtqigggg2meuub7yixxxhpvoglo2giysaay6pmvtnnmgioee ofqw475rgrjjjqqtnooe9meowrcy4g0ufmebvebffb n9y ej9fnhl8zindbwnolqli2tput5xelfiwapecmjxkm9kzmpranfmmzjhlzhcwgkr4e oleouzu3lsa0a8zmlmvpsiypkmnnsiioayxqdqqaauqgacabjilabi0qgsamjclaursagschgzickvviwaivhsaffyynisaijrlmjcgmck7mleamck7mrfgmck1mybcggrvjeswsqbairaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaagvuabeaaaaaxuqaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac4aaaa0argc7udqt1maaagwaaaq6aaalgxksqrtr1nvqgaaepgaaah3aaaelqi5y rpuy8yaaaukaaaae8aaabgagybu2ntyxaaabtgaaablaaaakqkratxy3z0iaaafnqaaabeaaaaugdsqf1mcgdtaaaw1aaabzcaaavnb3 bhgdhc3aaabxsaaaacaaaaagaaaaqz2x5zgaahhqaaeapaab3ctbiupxozwfkaabcoaaaadyaaaa2bkubwwhozweaafzyaaaaiaaaacqhfarfag10eaaaxpgaaai6aaaeek4tn4nsb2nhaabfnaaaahiaaaisilhpam1hehaaagfiaaaaiaaaacacigzgbmftzqaaywgaaacuaaabhhqgldjwb3n0aabh aaaaq4aaasrk5y6n3byz qxuajccft4p9hp4fzdsws2xhwl5hvjazrirfuyb0l5dpqcw10lv2wukjmluavymhniypgpsrcvxzdkrkpll6uwkh7kabvafvcde7ufmxagdega hlhrpbqtmo7zhcpkdt6tpgxybzo0 rxblopzt1telcxxcmaayzwytjvddfzknder44x2451rdqcyunisrwvlsx6wnwqwpj ux5 kuey6dl0z6a fn79vihxmfjsrlafy4dpzocvnlmenp brdlj0r xfdrxdsnsnxii al3ojkdaab4awpw3sfwiihiiynjx qgxp0cdbwmyqubgdictkuwwdawsdjogtgopn4c9iz6bmos4iyshfchudzxjnmwtszzjraqt9 m yqybbh4gtgy2kezoojia0z4gbxieidezugxuyewijnjg0bgxktnfzamailelo4gbkcwhizkkaqqkeggcehw5hfkm2vrzjflyebr2mp5v3cdsu5gjwwudw9xg1hqxafamkzu because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaagz8abeaaaaa09gaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac8aaaa0asqc9udqt1maaagwaaatuaaanlwbeyf1r1nvqgaafwgaaaiwaaaezqfk0pvpuy8yaaaxgaaaafaaaabganccw2ntyxaaabfqaaabkwaaakqk8av7y3z0iaaagwqaaabiaaaauggiqq9mcgdtaaazyaaabzcaaavnb3 bhgdhc3aaab9gaaaacaaaaagaaaaqz2x5zgaah2gaaesvaab8yu28l3fozwfkaabkgaaaadyaaaa2bmibvwhozweaagrqaaaaiaaaacqhmqrzag10eaaazhaaaajdaaaeimbmmbxsb2nhaabmtaaaahoaaaiaflxdr21hehaaagjqaaaaiaaaacacjgzgbmftzqaaapaaaacdaaabkbqel8lwb3n0aabpkaaaasmaaas9pi3qfxbyz w76a3jvvupjzxkbsrtnqohwtv2mt2uusrulbnirkvaxnbdfttvib8uoau4psruq4q7qq2dhpqaduat0ij5ra0ypuafmacmfy6potegv 9d7uttzx72ttexi4jdcuxh7pb67d7i s05awjaaiysnie6wowc4miycorsex zexucvqpinsrmadl8wds2asluogp8hfnsyyfcyjre7w8qducys0axjh0zgk7fx991rgon6l7qma6pq sza0qw1x9 hgnftrbk f9rsmdptshvnjl4bdwtp8iaeafj8n7bccioyimjy1 kbsadhawcdmkfgxnynlzfmfgwmlayaie4djzehpys mzkloisrbxqova2vyzzfk0mwsawelftpmegaqyebk4gnpbgtqcygnm bgcyhigxm7hsvghscizy4narsze5xwwjgoi3i6obgzhfosm5jakkjbiihhh8orxzdnluwsrzwhm0djd b93a0ruricfla1vcrtyufwbqjimv because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaagveabeaaaaa0agaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac8aaaa0asqc9udqt1maaagwaaatnqaanlwghihmr1nvqgaafvaaaaiwaaaezqfk0pvpuy8yaaaxaaaaae4aaabgatsdymntyxaaabe4aaabkwaaakqk8av7y3z0iaaaguwaaabiaaaaugjwq3lmcgdtaaazsaaabzcaaavnb3 bhgdhc3aaab9iaaaacaaaaagaaaaqz2x5zgaah1aaaeoiaab6jmyk r5ozwfkaabi2aaaadyaaaa2boebuwhozweaagmqaaaaiaaaacqhugsvag10eaaayzaaaajgaaaeimg2kylsb2nhaableaaaahoaaaiaotey3w1hehaaageuaaaaiaaaacacwaz0bmftzqaaz7qaaaciaaabnbuemo1wb3n0aabowaaaasmaaas9pi3qfxbyz w76a3jvvupjzxkbsrtnqohwtv2mt2uusrulbnirkvaxnbdfttvib8uoau4psruq4q7qq2dhpqaduat0ij5ra0ypuafmacmfy6potegv 9d7uttzx72ttexi4jdcuxh7pb67d7i s05awjaaiysnie6wowc4miycorsex zexucvqpinsrmadl8wds2asluogp8hfnsyyfcyjre7w8qducys0axjh0zgk7fx991rgon6l7qma6pq sza0qw1x9 hgnftrbk f9rsmdptshvnjl4bdwtp8iaeafj8n7bccioyimjy1 kbsadhawcdmkfgxnynlzfmfgwmlayaie4djzehpys mzkloisrbxqova2vyzzfk0mwsawelftpmegaqyebk4gnpbgtqcygnm bgcyhigxm7hsvghscizy4narsze5xwwjgoi3i6obgzhfosm5jakkjbiihhh8orxzdnluwsrzwhm0djd b93a0ruricfla1vcrtyufwbqjimv because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaag1gabeaaaaa1paaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhrevgaaabgaaaac8aaaa0asqc9udqt1maaagwaaatbgaanlzecgbjr1nvqgaafsaaaaiwaaaezqfk0pvpuy8yaaaxoaaaafaaaabgazies2ntyxaaabeiaaabkwaaakqk8av7y3z0iaaagrwaaabkaaaaugnsrfzmcgdtaaazgaaabzcaaavnb3 bhgdhc3aaab8yaaaacaaaaagaaaaqz2x5zgaahyaaaevdaab ildlxbrozwfkaabkgaaaadyaaaa2bqubs2hozweaags4aaaaiaaaacqhdqs4ag10eaaazngaaajbaaaeindejansb2nhaabnhaaaahoaaaia ctxsm1hehaaagk4aaaaiaaaacacwazxbmftzqaaavgaaacbaaabkbphl31wb3n0aabp9aaaasmaaas9pi3qfxbyz mt41vvksc15abebtukb1k1dprdllrk7pw5yk5lwfzqqxbu1saffkgrukuq7quku6qtnr6uaa1ae9ccea2tmj1ahzaajbwoqtrxoff q 1lu2ce9ru3lyocxxff4ez2 uw yp0toqmiwaimldynuljshodimajkuhmfmrmbgr0kyjukzgh ma7ngljvdokfb350mmnwmi6xo8pea7nmktgl4x9mxpoxv fduydjei 0jmuqupkswnemncffh4drbawzphfubjg6u0obzss aq1rt cahgby dewxaikgiji2nf5abgnrwmhazjbrsz2jy2rtbymdcwmmiboa483hz2lppsyizilkwcukfqnlcmcxznjlkmsbc30z5hbgeghgzobjaqrk6gmidtpgyhgisimto4bfrh7aim2odqebgrocvloxqit4ujgygrxaejosqcpcqscbx4fdkcwqzzvfkkwvh5thyw m dwnk7kynbzqnb3ebwfbcaucyplq because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaajd6abiaaaabdegaaaaaaacwiaaaavoaaakdaaaaaaaaaabhue9taacddaaael0aagmo7aqzqkdtvuiaajxuaaaasgaaafjau94btfrtsaaagzwaaaa4aaabsbmu gzpuy8yaaab7aaaafoaaabgq5xp5lzetvgaah2eaaaddwaabebvdhaky21hcaaaakgaaae7aaadvcy12qzjdnqgaacbdaaaad4aaaa aq0jqwzwz20aaifmaaabagaaaxmgwzw3z2fzcaaagpwaaaaqaaaaeaataalnbhlmaaanwaaab8maaovmfzp2kmhlywqaaag0aaaangaaadb6oxezaghlyqaaa4qaaaahaaaajadwbb9obxr4aaadqaaaar8aaauulccxvmxvy2eaaas0aaacjaaaaoxsy42gbwf4caaaazqaaaagaaaaiandbefuyw1laaagaaaaaxwaaanetvyojhbvc haorywzqheumcaiygngyfreuj7mdobsx gkcodjwckqqdxaab42n2s3wvcmbtf3 txxpk0wuyqgzgkryybl8mx0lhn2nxqmb9dkrb636 xa4pskidazj3n c7jjlutoexnptu5gdkuajrscmlwoflctafpzfikmcbabq 8wlpkjzhfduobuusktjrqxwvn8frzt fsw otobwzw6n5wniwd7ytavwo5diqqbtqi8oivm nilaia9ei68bwjtmz7abri0djve7widrjxrquo4f0gsxocfslk3xoixvzwg0axwn nkryrkwh nd4wmucg8pzdudvctngkzcmsk7zaab8azsaiy5f tj5i3h y5ec7iatjrmlfyqmxxvusktj8v wvmj31e1uv97h02mayutb75xcrcmn6uvpbe7ke5j1zwb rpyao3syunjpyfcsdw49uhyfpve8dhzcygs7cfk4mmj7zwjznvgw3pma2oo6 tf wpsdplsr ade7upx because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaakd5abiaaaabjrqaaaaaaacfoaaaavkaaakcaaaaaaaaaabhue9taaclraaae6uaagmo3w nd0dtvuiaaj9uaaaasgaaafjau94btfrtsaaai3waaaavaaabsw5js1fpuy8yaaab7aaaafoaaabgq5xp3fzetvgaaixaaaaddwaabebvdhaky21hcaaaakgaaae7aaadvcy12qzjdnqgaacjsaaaadgaaaa4biedumzwz20aaimaaaabagaaaxmgwzw3z2fzcaaaitgaaaaqaaaaeaaaaalnbhlmaaanvaaaeaeaaqtc9hejhwhlywqaaag0aaaangaaadb6hxfdaghlyqaaa4qaaaahaaaajadubbdobxr4aaadqaaaarsaaauuhlg2g2xvy2eaaaswaaacjaaaaowhimiqbwf4caaaazqaaaagaaaaiandbgzuyw1laaagzaaaaxwaaam9wtilrnbvc a5fjdnacrsyjqjgy2bh9erspswogfjf6aoi4mnaiqpb3eaahjafzlda8iwfmxf 1dc8rtbtkqdmastjievwzhqsefy3gowh12stvrfr frimyqh0dopef8lskmw62greelntkz0pqamtikavy5 vxmb89kuiszxsafd xawmsnkd8nsgfs5ks0mupdzu3wvho38vjb462htbnbqfna2jypvk0cdbhqfhe0qzyyjgj11owik7iwjbaodneyk9lugq0ine7lzb1cpwas67pzrp h4praxzpzh75xkqxcbla81kddisvaeugphy9cxjgonnvw9kywbzqcasrrni8gwje2crdiwjspkz c9zd2iclumfmssdinynhvryvlnb7 bwsldkfdrpxbht49phg2tpxoydu63kc nl7grryhwd8m5sdqdzbkhymflx52l hg0knrudbzxutnxwvgtpuqjwmjvpemmo8zd8s9d4ctrqn s9m2ek fckp9vfjla because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaait0abeaaaabqdwaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaabgaaacloaabjkv3bhbedtvuiaaao8aaaauwaaahcooi56t1mvmgaacpaaaabcaaaaynmuqmljbwfwaaak7aaaaieaaac0jbiqagn2dcaaaatwaaaakwaaac4g9xijznbnbqaac5waaaobaaag5xjackbnyxnwaaapiaaaaawaaaamabiaggdsewyaaa8saabynwaaw2dadxfjagvhzaaaz2qaaaa2aaaanvyc8inoagvhaabnnaaaab8aaaakd7yhdwhtdhgaage8aaaccwaaa25ynu6fa2vybgaaacgaab0caabxgd87p7jsb2nhaacg5aaaab4aaag rn9 im1hehaaaiikaaaaiaaaacab1wf5bmftzqaaimqaaadjaaabebwnojpwb3n0aacjkaaaazyaaajbvuqnnnbyz cryydontl34dkvazdu3bn34ngtzy9evxn34doxbz9 fkxehyrfroxkcwrba lyuabaad3td3 zw3bntp2lrft2 bepmdoztknf t65bd2ktb8esnsumj54aiiy35kdorytft 9fp3keojuyfo5cg3bfcfm26jc9uoo4ammdrm3irnd82ymq3spqfizzs1575tu 576ifhnnjsqszpvpdcs6 88dpb72x576mppvnisybzvvnqux927gmxoeq1rwuw1kjvofgfovx6 dwhu1u4zf x7na5xalxw7vwpdw4h4tfqi8pe2lepogbowgudmfxls3k50ovsixl1utole7ltclmluotziwg87gsk0tlibl8yzlfyaw5atmpfwa z1fmxjpeuulmtgpeeqdcm4mfaac5caaiagmgsaejrccwaynwsbrficcwkgbmiipvwlacjwgwauvji2kwaineswkkawirswsqawirsxewawirwbiekazfukszcxaeaisa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaai3gabiaaaabrwqaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaablaaacmoaabjkyujmg0dtvuiaaapgaaaauwaaahcooi56t1mvmgaacrqaaabcaaaaynk4qa5jbwfwaaaleaaaaieaaac0jbiqagn2dcaaaauuaaaaggaaaboa7aimznbnbqaac7aaaaecaaabcwzznddnyxnwaaamtaaaaawaaaamaciaggdsewyaaazaaabsygaaubbhedh9agrteaaax4waaaohaaauke4jg9dozwfkaabplaaaadyaaaa2 e x4whozweaagnmaaaahwaaacqpaqc8ag10eaaaaewaaaimaaadbmb1yddrzxjuaabr aaahtyaafcyydrhp2xvy2eaaikwaaabvgaaab6ljglgbwf4caaaivaaaaagaaaaial2bapuyw1laacleaaaanmaaaf4hei4h3bvc vquswvvvfvndxvufmttdvrvz31ndbqi4010vqzzbxquiuttdfwo 11camz1isthbfec1pmmdnym60lctfdyxmt9mlnsy01zvnpfbtcfl998c0a21120q4ddtjpz1d1cckvn11z3q0vdxxhlbft1m0h89131z3dvfbwdd310esfvfw1sj8d9dfqiemmntqwrww30gijjdhaiaunm9z4e7zxzhep7llbq888ssdebxx0zj77ntfvcscdc4nw3imnqyjdokkiq2jcykmc4xwb1k4dnarvj2cwqvcfk4dx bnsonyu9klesls95mtivn6uznsi1olmyjcpkzg5taqiwz cwzrcmpuwk1ob5nmwzealqxsvzoakqbqbac zgrd4advbwkdnsiubkygjgumbcrcdm4sxh8goyyhn8giwzvbgygdg0n7pwmiwnaggiyhbluellmkwh6htk8muhmkgiayjqcimveugs1mbotm1grypunzmsrgaalqcevgaaaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaai7kabeaaaabpbqaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaabgaaacokaabmm t2iu0dtvuiaaapsaaaauwaaahcooi56t1mvmgaacsaaaabcaaaaynmuqezjbwfwaaalhaaaaieaaac0jbiqagn2dcaaaaugaaaakwaaac4g8bizznbnbqaac8waaaobaaag5xjackbnyxnwaaapuaaaaawaaaamabeaggdsewyaaa9caabcdgaaxexusxknagvhzaaaa9qaaaa2aaaanvuq8z1oagvhaabsdaaaaciaaaakd8gojghtdhgaagwwaaaclgaaa24 wkyha2vybgaabmaaabvuaabs7doyqgnsb2nhaackuaaaab4aaag pft11g1hehaaaiwqaaaaiaaaacab3gf5bmftzqaajdaaaadiaaabcbvjnsxwb3n0aacm aaaaz0aaajbvtsnmnbyz jkkkmu0sooq5zykqioksqqqkqa6mqoqzba6qirnvoaakirxppoqpnmwmipldbaakud9jroqjpouugafgktssy7bokxpphjpuu2wxcuaobhjlrok89mw2qas577aiutvvrimzw2u yihbrpbp4erurpkituuua6g17q5y5bbtuptw mu ue p47a3p umrv4egggsvwwimestognhddfpkcconmmoyox2y2jhjjtfbg 8c8cauuz30zcn77hxaqefss995u51w0rggmo dcjoopcgikdiokig6kbdaqgwdbhejf5axawdgaaclxvhcs4vyudklests9ziti1n5uzjti1klm4vbpk7e5nisiar cmzrcmluwk5qbzjpwzszlw5rvjkzkwjrbaa2vyt3aaaauqgacabjilabi0qgsamjclaursagschgzickvviwaivhsaffyynisaijrlmjcgmck7mleamck7mrfgmck1mybcggrvjeswsqbairaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaaezmabmaaaaaezaaaqaaaaaaaaaaaaaaaaaaaaaaaaaaaabgrlrnaaabqaaaabwaaaacbhuvbkderuyaaaheaaaahaaaab4ajwcwr1bpuwaaaeaaaaxzaaajpgvqwf1hu1vcaaahvaaaacwaaaawup 4 k9tlziaaafoaaaaxaaaagdy59iiy21hcaaaceqaaafpaaaccqty6vfjdnqgaaajlaaaadcaaabijlmgxgzwz20aaanmaaafqaaac5fbfnvwz2fzcaaad3qaaaaiaaaacaaaabbnbhlmaaapfaaam aaae6g3 9ct2hlywqaaencaaaamwaaadyihrfwaghlyqaaq5aaaaahaaaaja5mbz5obxr4aabdtaaaaboaaaja90wzr2xvy2eaaevwaaabeaaaasiq0fv8bwf4caaaroaaaaagaaaaiag7ac1uyw1laabgoaaabekaaax4zctph3bvc c8csssrdippjjgohlkkku2oessrz4fffjemswuuky5fwjoohfrizsqqqmhljrqaacrjpppwrp4rg0v7fjoojmuuumhlz76gwcqiyyzyzqxxplgkimmmwgwoezzyjelceaaqy4445hlsxdekz9c8cyh72kveakvm4rjuesixslfivesltesyw23ppdic3fc88q1xphes8rlaiesafnb3n9z163 rq1n07xgdbnroym9vzode6wudcpdykqlw1mlrfbwkguvhknd3dv12 rgmn93zxlpb90yox2gbp 53b 7 rfcvryfygrb7gaaahjay dewxaikgiji2nf5abgnrwmhazjbrsz2jw2m0gzmwibwfsvgfk4mdggbcugctywm8npn0cd8wegjgzoii latcda4mdhmfm4ljrhbejmgkdq0feruyul41qin4ujgygrhahjusqcjcsscaagifawcsjtypxf sglt6ntecdrckualy2jpcaavt4escaaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 jquery js 6169 refuse to load the font datum font woff base64 d09grgabaaaaaiw4abeaaaabqcaaaqabaaaaaaaaaaaaaaaaaaaaaaaaaabhue9taaabgaaacu8aabmod1xxmedtvuiaaarqaaaauwaaahcooi56t1mvmgaacyqaaabbaaaaynrnrzbjbwfwaaalgaaaaieaaac0jbiqagn2dcaaaaweaaaakgaaac4hybmgznbnbqaaddaaaaobaaag5xjackbnyxnwaaaptaaaaawaaaamaa0aggdsewyaaa aaabviqaavqzar6agagvhzaaazuwaaaa2aaaanvzd8kdoagvhaablhaaaab8aaaakd yhpghtdhgaagwkaaacfaaaa26bw0hva2vybgaaz7gaab 3aaberkoeucnsb2nhaachsaaaab4aaag 1eip6m1hehaaailwaaaaiaaaacabyaf2bmftzqaaizaaaadeaaabybofnrjwb3n0aackvaaaazyaaajbvvgnxnbyz kkkqa4ekoqpbqyyiqnvaoqqqsykqqqproaaqqltjrqqqe bhpqplemmmqmurzaaqw1ntpqp70oouqksy66bhe2m2gms1z5z5zf5ltrpy1bphlemm65h35aalu5lnvru3v2 e2xpzbz66br9ummuyv6uk2ng26574677nmvl0ceegi 3r5z6qnhnujjo8 m6qev gyayjanbhtqigggg2meuub7yixxxhpvoglo2giysaay6pmvtnnmgioee ofqw475rgrjjjqqtnooe9meowrcy4g0ufmebvebffb n9y ej9fnhl8zindbwnolqli2tput5xelfiwapecmjxkm9kzmpranfmmzjhlzhcwgkr4e oleouzu3lsa0a8zmlmvpsiypkmnnsiioayxqdqqaauqgacabjilabi0qgsamjclaursagschgzickvviwaivhsaffyynisaijrlmjcgmck7mleamck7mrfgmck1mybcggrvjeswsqbairaa because it violate the follow content security policy directive font src cloudflare com bootstrapcdn com googleapis com gstatic com self ws localhost 3000 curcss jquery js 6169 main js 3 uncaught referenceerror require be not define at main js 3 browser sync client js v 2 18 13 3 refuse to connect to ws 172 16 105 128 3000 browser sync socket io eio 3 transport websocket sid efugrxyoo0mgmlyiaaaa because it violate the follow content security policy directive connect src self ws localhost 3000 n doopen browser sync client js v 2 18 13 3 172 16 105 128 1 the ssl certificate use to load resource from will be distrust in m70 once distrust user will be prevent from load these resource see for more information issue description follow contribute md file should reproduce this issue browser information google chrome version 63 0 3239 132 official build 64 bit lubuntu 16 04 3 lts xenial |
freecodecampfreecodecamp | outdate challenge information safari html5 | Help Wanted | challenge name use html5 to require a field issue description while work through the exercise on html5 and the require attribute I notice that the last line mention note this field do not work in safari however while work on the exercise in safari 11 0 2 I find that the require field work as intend everything I ve find say that safari have support the require field for over a year now the issue can be reproduce by complete the challenge while use safari browser information browser name version safari 11 0 2 operating system mac os high sierra 10 13 2 mobile desktop or tablet desktop screenshot html5 require |
freecodecampfreecodecamp | beta invalid objectid in introduction to array challenge | Bug | we have an invalid mongodb objectid set for the introduction to array challenge look at the git blame l8 this come from fix we should update this to a valid objectid see 16373 on how to do so this line need to be update with a valid objectid l8 |
freecodecampfreecodecamp | modern challenge when only one editor default nav link to editor else use file name | Help Wanted | per berkeleytrue s suggestion issuecomment 358042085 modify modern challenge editor nav link to default to editor instead of index when there be only one editor tab set it up so that in the future when we have multi tab editor it will default to file name the original intent here be to replicate an actual editor with the name of the file you be actually edit at the top of the file but I see the issue with the name in the nav that could confuse new user the problem with rename it to editor be when you have more than one you can t call they both editor a compromise when there be only one editor we can default to editor and when there be more than one we could name they by file thought |
freecodecampfreecodecamp | modern challenge unwanted bracket render at end of async test message | Bug | as first raise by r1chard5mith in 16312 any async test in the modern challenge react redux react redux have an unwanted closing bracket that render as text at the end of the test case message berkeleytrue this seem to be new since we change the async test syntax any idea what s go on here r1chard5mith do you ever have any luck figure this out |
freecodecampfreecodecamp | record collection challenge code editor not change console | Help Wanted | challenge name issue description when inputte anything into the code editor on the right side the console on the left side only output the collection I have try delete local storage on the browser clearing cache refreshing etc browser information browser name version 50 0 2762 58 opera be up to date mac os x 10 10 5 64 b operating system mac os yosemite 10 10 5 mobile desktop or tablet desktop screenshot screen shoot 2018 01 18 at 4 21 00 pm |
freecodecampfreecodecamp | beta update test for check valid objectid for challenge | Help Wanted | check for invalid id we need to have some test or update they for valid objectid we would also as a precaution want to identify duplicate objectid if present finally we would need to audit and fix up any objectid which be not valid see the documentation update be track via 16373 our challenge id have to be a valid 24 char hex mongodb compatible objectid some reference on check |
freecodecampfreecodecamp | beta invalid objectid for introduction to jquery challenge | Bug | we have an invalid mongodb objectid set for the introduction to jquery challenge image look at the git blame l13 this come from fix we should update this to a valid objectid see 16373 on how to do so this line need to be update with a valid objectid l13 |
freecodecampfreecodecamp | audit codebase to make sure all relative protocol url start with https | Help Wanted | we have be use and recommend protocol relative url like so html this be make popular by but I believe this something we should be not be do now on since the author have long since update their advice more reference hence we need to audit our code base for such use list they here and update the link after confirmation original see in issuecomment 358730193 |
freecodecampfreecodecamp | apply visual design modify fill mode of an animation not accept all valid answer | Help Wanted | challenge name apply visual design modify fill mode of an animation issue description if you insert the animation fill mode forwards between animation name background color and animation duration 500ms or above animation name background color the behavior be exactly what be expect of the challenge however the test fail state message button hover should have a animation fill mode property with a value of forward insert the line at the end of both statement allow you to pass the test browser information browser name version opera identify as mozilla 5 0 window not 10 0 wow64 applewebkit 537 36 khtml like gecko chrome 63 0 3239 132 safari 537 36 opr 50 0 2762 58 version 50 0 operating system window 10 64 bit wow64 mobile desktop or tablet desktop your code js screenshot image |
freecodecampfreecodecamp | challenge override class declaration by style i d attribute accept two h1 s the first unclosed | Help Wanted | override class declaration by style i d attribute override class declaration by style i d attribute issue description the below challenge code should not be accept but be apparently the unclosed isn t be correctly filter out by this test l2960 browser information browser name version chrome 63 0 3239 132 official build 32 bit cohort stable operating system win 8 1 enterprise x64 mobile desktop or tablet desktop the same happen on chrome 63 0 3248 84 x64 on windows 10 desktop your code js hello world h1 orange text be not close I m not sure how that be handle in the freecodecamp codebase but I do a quick check chrome 63 0 3239 132 transform foobar into html foobar screenshot mark up in pbrush sorry there be no hand draw circle screenshot credit to bluecabbage for discover this issue |
freecodecampfreecodecamp | add lite brite project to interview takehome project section | Help Wanted | a camper build this awesome lite brite app base on the 1980s toy it would make a fine addition to our practice project collection here s the demo we need to create agile use story for this then add it to the take home interview project section the challenge should be add to this directory you can use this as the i d 5a5d02bd919fcf9ca8cf46cb |
freecodecampfreecodecamp | navigate to map should show just the map no expand challenge | Help Wanted | currently when navigate to the behavior be it will show your current challenge or the first challenge if you aren t authenticate since a lot of people link directly to the map we should create a view that be just the fully expand map no challenge the navbar would only have the map option in it since there wouldn t be any other tab on this page apply responsive web design project build a tribute page freecodecamp |
freecodecampfreecodecamp | beta test suite row should have adequate space | Help Wanted | issue description raisedadead there should be adequate space on the test suite row for well readability before before space after I ve add 14px top margin between the row the code be ready I ll raise a pr once the change be finalize after space browser information browser name version chrome firefox both late stable release operating system window 10 pro 32 bit mobile desktop or tablet desktop |
freecodecampfreecodecamp | beta question 1 code get append to every other subsequent question | Bug | challenge name system design and concept question issue description the code of question 1 get append to all the other question browser information browser name version firefox 57 0 4 64 bit operating system mac osx sierra mobile desktop or tablet desktop screenshot image reference 16229 |
freecodecampfreecodecamp | beta test fail in perform new update on a document use model findoneandupdate | Bug | challenge name issue description the test do not pass the glitch log app node module mongoose node modules mongodb lib util js 123 11 38 am process nexttick function throw err 11 38 be 11 38 be 11 38 be referenceerror datum be not define 11 38 am jump to at app server js 197 11 fix in server js line 197 move the statement if data console log miss do argument return next message miss callback argument in try after if err return next err browser information browser name version chrome 62 0 3202 94 operating system win 10 mobile desktop or tablet desktop your code js screenshot |
freecodecampfreecodecamp | responsive web design principle create a media query test win t pass | Help Wanted | challenge name responsive web design principle create a media query issue description even though the correct answer be submit it show the error message the output of the code be change properly in the preview panel but the instruction panel be still show the error message as declare a medium query for device with a height less than or equal to 800px browser information browser name version google chrome version 65 0 3318 0 official build canary 64 bit operating system macos high sierra mobile desktop or tablet desktop your code js medium max width 800px p font size 10px screenshot |
freecodecampfreecodecamp | give a background color to a div element second test win t pass even though the div s background be silver | Help Wanted | challenge name give a background color to a div element issue description if you give the div the wrong class name but the background color be correct the second test your div element should have a silver background should pass but it doesn t your code html catphotoapp click here for cat photo thing cat love cat nip laser pointer lasagna top 3 thing cat hate flea treatment thunder other cat indoor outdoor love lazy energetic submit screenshot image |
freecodecampfreecodecamp | disable an element use jquery s bug | Help Wanted | challenge name issue description I type target1 prop disabled true instead of target1 prop disabled true and it s still work I think it should be an error browser information browser name version google chrome 63 0 3239 132 official build 64 bit operating system microsoft window 10 pro 64 bit mobile desktop or tablet desktop your code js jquery playground leave well target1 target2 target3 right well target4 target5 target6 screenshot fcc 2 |
freecodecampfreecodecamp | pass to next step without error | Help Wanted | challenge name issue description I place the button addclass animate bounce outside document ready function and then I ctrl enter it and its not consider wrong browser information browser name version google chrome 63 0 3239 132 official build 64 bit operating system window 10 pro 64 bit mobile desktop or tablet desktop your code js jquery playground leave well target1 target2 target3 right well target4 target5 target6 screenshot fcc |
freecodecampfreecodecamp | face issue relate to complete challenge get something go wrong error | Bug | issue description not able to go to next challenge or visit challenge in map map be totally unresponsive can not visit any link can not complete and go to next challengesa well by press ctrl enter or click modal I get something go wrong error everytime attach screenshot for well understand browser information browser name version firefox 58 0b7 64 bit chrome 63 0 3239 132 official build 64 bit operating system ubuntu 17 10 64bit mobile desktop or tablet desktop screenshot fcc beta 0 fcc beta 1 fcc beta 2 fcc beta 3 fcc chrome scrshot |
freecodecampfreecodecamp | change n a to blank in map time estimate | Help Wanted | instead of show n a in the map for the interview prep and open source for good section we just shouldn t show a time estimate it should be blank project euler problem problem 7 10001st prime freecodecamp |
freecodecampfreecodecamp | lesson pane should always be call lesson in navigation | Help Wanted | on step challenge it should be change from step to lesson basic html and html5 learn how freecodecamp work freecodecamp on system design question challenge it should be change from main to lesson system design and concept question array prototype map freecodecamp |
freecodecampfreecodecamp | make freecodecamp logo look well on small viewport | Help Wanted | currently when the viewport be narrow on beta freecodecamp org the freecodecamp logo will be replace with just our bonfire function call symbol this symbol look large than it should be and it need to be vertically center apply accessibility improve chart accessibility with the figure element freecodecamp |
freecodecampfreecodecamp | beta apply visual design give a bad idea of semantic | Help Wanted | challenge name issue description it seem the section about text styling be give a totally wrong idea of semantic title like use the em tag to italicize text really give a really bad idea of use semantic tag for presentation purpose tag be for emphasis the fact that it apply italic by default be almost a coincidence but nothing prevent we from give the tag whatever style we want in the same way not every italicize text be mean to provide emphasis think of definition technical word or those write in a foreign language normally latin expression there s scenario where the humble tag be the right choice or even element might be the right way to showcase italicize text when reference the name of a work or author normally use together with a or same thing for and I understand it s a very basic level introduction so probably teach they to use and be somewhat well I m more convinced in the strong b case the em I one be not so simple but plant wrong idea from the beginning might not be the well route the em element |
freecodecampfreecodecamp | apply visual design create visual balance use the text align property miss crucial infos | Help Wanted | challenge name issue description on the challenge link above you have to center the h4 tag with the text align property set to center but the fcc doesn t explicitly say what be the possible value browser information browser name version firefox developer edition 58 0b14 64 bit operating system macos sierra 10 12 6 16g1114 mobile desktop or tablet desktop screenshot schermata 2018 01 08 alle 22 46 36 |
freecodecampfreecodecamp | create freecodecamp s css style guide | Help Wanted | I would like to propose freecodecamp s css style guide to improve overall maintainability of the codebase as the freecodecamp have a lot of contributor and everyone write the css in a different way and it be hard to keep of track of different way of write css initial recommendation comment add comment when you be start a new less file so the developer know what be they work with also add comment when you start new section which be relate the code block it help with the readability see example below I have encounter these style of comment across the code base therefore I would like to continue write it instead of propose a new style example 1 when start a new less file navigation example 2 when add a section relate to navigation navigation mobile style spacing add space after a property it will be much easy to read such a codebase and maintain see example below example 1 correct way p color fff example 2 incorrect way what be wrong no space after a colon p color fff color prefer lowercase instead of uppercase now across the css contributor be mix both low case be fast to write easy to read again improve overall maintainability if the css have consistent convention also if possible shorten the hex value see example below example 1 correct way p color fff example 2 incorrect way what be wrong upper case hex value not shorten p color ffffff rgba or rgb color add space after value improve readability see example below example 1 correct way p color rgba 123 123 0 0 1 example 2 incorrect way what be wrong no space after value p color rgba 123 123 0 0 1 no unit when declare 0 in property such as box shadow if you set a 0 value then you should avoid add the unit see example below example 1 correct way p box shadow 1px 1px 0 rgb 0 0 0 example 2 incorrect way what be wrong unit after 0 p box shadow 1px 1px 0px rgb 0 0 0 avoid float number if possible you should avoid float number in css for different sizing as it could render a bit differently see link attach below browser round |
freecodecampfreecodecamp | beta freecodecamp progress stick after submit a project | Bug | challenge name issue description this issue appear right after I submit a codepen link to a project after I paste the link and press the I complete this challenge button it freeze the project I submit be the build a tribute page but I submit it on the build a survey form challenge now every time I sign out and log back in it get stick on that same challenge again it isn t allow I to progress or click on any of the map heading it keep force I to stay on this challenge the only way I can move on to other challenge be by sign out it almost seem like something bug out on my account test on late chrome and ff I m attach two screenshot of what be appear in the console browser information browser name version firefox 57 0 4 operating system window 10 home mobile desktop or tablet your code js screenshot fcc fcc 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.