Kumar McMillan

Results 74 issues of Kumar McMillan

Do you know why I'd be getting this error? ``` Traceback (most recent call last): File "/Users/kumar/dev/jstestnet/jstestnet/system/tests/test_views.py", line 320, in setUp a.set_password('test') File "/Users/kumar/dev/jstestnet/vendor/lib/python/django/contrib/auth/models.py", line 294, in set_password self.password =...

I copied and pasted this from the docs: ``` "dependencies/no-cyles": [1, {"skip": ["/spec/", "/vendor/"], "types": true}] ``` which of course spews out: **warning Definition for rule 'dependencies/no-cyles' was not found...

I'm trying to use `bundlesize` without github integration. Is that possible? In other words, I haven't added a token but I thought I could still use the output to tell...

good-first-contribution
high-priority

Hi @freaktechnik . I didn't see any docs for how to set up this repo for local development. Could you add some? I tried to follow the `.travis.yml` configuration but...

bug
help wanted

Right now it seems that the plugin walks all files to get modified filenames but this is slow for large projects. As an alternative (I don't know if this would...

This [line of code](https://github.com/makeomatic/redux-connect/blob/b4bc64e9b256cced2628ce72dbffa7fdf2cbc5bc/modules/helpers/utils.js#L133) does not catch errors so instead they get lost in the event loop and the component never gets rendered correctly. Additionally, it's hard to catch and...

enhancement
help wanted

Consider this work flow: - Janice asks me to review her pull request - I run `hub pr checkout 123` - I request changes; Janice rebases on master and force-pushes...

bug

A key point of the WebExtensions API is building cross-platform extensions. However, the manifest is one file that differs significantly between Firefox and Chrome so it's inevitable that you'll need...

Create an example of an extension that runs in both Chrome and Firefox using this [polyfill](https://github.com/mozilla/webextension-polyfill) so that all API calls are compatible with each browser runtime.

enhancement

### Is this a feature request or a bug? feature ### What is the current behavior? A command like this ends in an error: ``` web-ext --verbose run \ -t...

needs: docs
type: feature