Kumar McMillan

Results 169 comments of Kumar McMillan
trafficstars

The last remaining step to this issue is to integrate the [create-webextension](https://github.com/rpl/create-webextension) package with web-ext. Until then, you could use `create-webextension` on its own following the readme instructions.

The window manipulator example might be more robust if it used a background script to open panels.

> Only the message on the collection page disappears... Oh! That's the page I was thinking of. Hah. I confused the two.

> Tab Center Redux scrolls to keep up with it Oh really? Do you or anyone know where in the code that happens?

If it's happening in Tabcenter Redux then it would be easy to fix! If it's happening in the WebExtensions tab API code then it would be harder to fix.

Since I have the solution, I just wanted to post it here so that someone else could search and find it. I was trying to search for this error and...

whoops, not sure why I had the IP in my Makefile. These builds are from http://b2gbuilds.org/ so I'll shoot them an email. Thanks for the clues.

> @djmitche Indeed, this is problematic for security issues in indirect dependencies, and the workaround of editing `yarn.lock`, while effective, is disappointing and difficult to automate. This is another workaround...

One idea here is to introduce a new command: `hub pr tmp-checkout`. This would always create a branch with a temp prefix (or some other identifier) so that `hub` knows...