Nirav Asher

Results 48 comments of 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:...

![screenshot 25](https://user-images.githubusercontent.com/32176296/52787334-7eefbb00-3083-11e9-9bb2-c5176a046f40.png) ![screenshot 26 _li](https://user-images.githubusercontent.com/32176296/52787447-e0b02500-3083-11e9-9fd9-407230c951f7.jpg) @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 ![Screenshot from 2020-01-31 15-21-23](https://user-images.githubusercontent.com/32176296/73530580-c90db000-443e-11ea-8527-efac45f93ede.png) # overline ![Screenshot from 2020-01-31 15-19-13](https://user-images.githubusercontent.com/32176296/73530586-cc08a080-443e-11ea-9f7d-e5018e0beda2.png) # underline ![Screenshot from 2020-01-31 15-20-36](https://user-images.githubusercontent.com/32176296/73530596-cf9c2780-443e-11ea-8091-1f482402f89b.png) @aashna27 @ataata107

![Screenshot from 2020-02-02 00-57-31](https://user-images.githubusercontent.com/32176296/73597885-23019900-4557-11ea-88df-1f6002d0bee0.png)

Fixed the silly mistakes @blurry-x-face

Updated PR once again @blurry-x-face