TDD in Brave Browser

This week, I will try TDD to fix a small issue in the Brave Browser. To setup the browser, follow this guide.

Entering

https://www.google.ca/search?q=dog cat

Bug fix in Debugger.html

I’ve heard great things about the Mozilla community, so for my next bug, I decided to work on the Debugger project. The issue I picked out is this; I need to make the arrows in the debugger disappear if there is only 1 step in history. Each “step” is based on whether the user has…


First bug in open source!

My colleague Sean discovered this issue while browsing Angular’s web documentation.

At first glance, it seems like the h3 tag is overflowing onto its outer div. Should be an easy fix. But, before I even begin, I had to sign Google’s CLA. This is Google’s way…


The troll under the bridge

This week, I had the opportunity to contribute to project similar to Pokemon Go. Bridge Troll is a geolocation based project created by my professor David Humphrey.

He is requesting a new feature to be added, where the program will change theme based on…


1 : Open Source — Hao : 0

After finally setting up VSCode, I was ready to rumble! I found my first match who had been waiting eagerly for a challenger since May 19, 2017.

The issue: Quick Open cannot find files if user enters ‘./’ for current working directory(CWD).