Nirav Asher
Nirav Asher
after bundle install sudo service mysql start bundle exec rake db:setup gives Access denied for user 'mapknitter'@'localhost' (using password: YES). Please provide the root password for your mysql installation >'some...
Yes, I confirmed they are same. I atried to uninstall and reinstall mysql-server, everything went fine just the last step bundle exec passenger start gave me this "Message from application:...
  @jywarren
Now running "bundle exec passenger start" gives this error Message from application: Address already in use - listen(2) (Errno::EADDRINUSE). So by typing sudo lsof -i tcp:3000 i confirmed that there...
``` function offsetAnchor() { if(location.hash.length !== 0) { window.scrollTo(window.scrollX, window.scrollY - 100); } } window.addEventListener('hashchange', offsetAnchor); window.setTimeout(offsetAnchor, 1); ``` Adding this part of code to src/components/Link/link.jsx file solves the first...
# strike  # overline  # underline  @aashna27 @ataata107

Fixed the silly mistakes @blurry-x-face
Updated PR once again @blurry-x-face
done @blurry-x-face