installing chromium

Fedora comes with Firefox, but I also like developing on Chrome. And as a front-end developer, it's always good to do cross-browser tests. To install Chrome: wget http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-chromium-stable.repo sudo cp fedora-chromium-stable.repo /etc/yum.repos.d sudo yum -y install chromiumRead more …

starting from a clean slate

I'm getting back into Fedora stuff again (working on front-end dev & design for Hyperkitty). I originally submitted something for consideration back in October, but since it's been awhile, I thought I'd try to see how easy it would be to integrate my submission into the main repo via a pull request. Turns out it wasn't as easy as I had hoped. It was recommended that I do a rebase, but that ended up leading to lots of conflicts. Most likely because there had been other front-end commits before mine, which meant that…Read more …