Joe Turgeon

Results 14 issues of Joe Turgeon

This fixes #319. Changes: - Initializes grunt-composer after configuration to enable multi task mode and task-specific configuration. - Updates default tasks for multi task mode. At this point, this has...

Currently, the default Composer arguments for install and update commands are not applied to the Composer command at run-time. This can be verified by altering `task/composer.coffee` in grunt-composer to add...

Adding skipRedirect config option to prevent changing the URL hash (redirecting) after the access token is handled.

It seems that the publish task verification passes even though the package wasn't published to the local registry. See: ``` $ how-to-npm verify npm ERR! Darwin 13.4.0 npm ERR! argv...

bug
code
PR attached

This PR adds support for using the Teller service for importing transactions from bank accounts. When I tried using Mintable with the Plaid integration, I was only able to connect...

Updating setup.py to require Shapely version 1, since version 2 is not compatible with `geojson-precision` at present. This fixes the `ImportError: cannot import name 'asShape' from 'shapely.geometry'` error reported in...

After building and installing (with `python3 setup.py build` and `python3 setup.py install`), I saw the following error when running `geojson-precision`: ``` $ geojson-precision -p 2 < example.geojson Traceback (most recent...

Following from discussion in https://github.com/phase2/grunt-drupal-tasks/pull/160 Gadget should provide a Drupal 8 version of the eslintrc, and Gadget can provide improvements of the Drupal 7 version. cc @mdeltito @grayside

question