Kumar McMillan

Results 169 comments of Kumar McMillan
trafficstars

I think I may have solved it (for my case anyway). I attached the tooltip panel to the container div. This allows one to tab through a tooltip menu naturally...

This sounds good but we also need to solve issue #10 -- a way to somehow opt out of the fixture bundling process altogether while not disturbing other bundles. As...

It's here in the code: https://github.com/jbalogh/django-nose/blob/master/django_nose/fixture_bundling.py#L85 Imagine if `fixture_bundle[0]` is a SlowFixtureTestCase class. It will not have its fixtures loaded (which is expected). But now all other classes in the...

Here are some benefits of SRI: - It protects against CDN takeovers. This is important because CDNs are often third party services with separate credentials, etc. - It adds defense...

Huh, I can reproduce this too. Sorry about that. I made a verbose log that will be helpful when fixing this: [web-ext-ignored-id.txt](https://github.com/mozilla/web-ext/files/470535/web-ext-ignored-id.txt) Thanks for the bug report.

@shubheksha tracked this down to a problem in the API itself, d'oh https://github.com/mozilla/addons/issues/3650

A fix for this on the API server should go live on Jan 12, 2016. I'll try to test it before then on the dev server (when it's available).

@shubheksha I've lost track of our status page but I think this patch will be on the dev server by now. You can try it with `sign ... --api-url-prefix=https://addons-dev.allizom.org/api/v3`

> Can you create a simple project that reproduce the problem and share the link? Sure. Here's one: [flow-jest-scratch.zip](https://github.com/binygal/jest-runner-flowtype/files/2480426/flow-jest-scratch.zip) I started by running `yarn` (version 1.9.4) on Node v8.11.4. After...