Kumar McMillan

Results 74 issues of Kumar McMillan

### Describe the problem and steps to reproduce it: * As a developer, publish version 1 of an add-on * As a user, sign in and rate version 1 of...

needs:api
priority:p3
repository:addons-frontend
triaged
migration:2024
component:add-on_ratings

I get this [webpack error](https://github.com/webpack/webpack/issues/138) when trying to use `promised-io` via ES6 and babel like: ``` import fs from 'promised-io/fs'; ... /Users/kumar/dev/web-ext/dist/webpack:/(webpack)/buildin/amd-define.js:1 module.exports = function() { throw new Error("define cannot...

Right now, the django-nose fixture bundling amends a group of tests like this: ``` TestFoo._fb_should_setup_fixtures = True # first TestBaz._fb_should_setup_fixtures = False TestBar._fb_should_setup_fixtures = False ``` FastFixtureTestCase checks for those...

I'd like to try this out for my project but it doesn't seem to work and I'm not even sure what to look for. What does normal operation look like?...