Kieran Brownlees

Results 13 issues of Kieran Brownlees

Right now the webhooks handler uses position arguments to dispatch webhook events (https://github.com/kavdev/dj-stripe/blob/1.0.0/djstripe/webhooks.py#L116). Thoughts on changing to the django style (https://docs.djangoproject.com/en/1.10/topics/signals/#receiver-functions) where everything is keyword args and you must include...

enhancement
discussion
webhooks

**Describe the bug** As of ~12 months ago `sourcesCache` in the map style has been renamed into three different variables: https://github.com/mapbox/mapbox-gl-js/blob/36533f3683dd48837ab07095fb6484165d9ee400/src/style/style.js#L139. This means any call which hits `_updateTileSource` in `Source`...

Hi, DRFStrategy needs the equivalent of https://github.com/python-social-auth/social-app-django/commit/88420fa6cc8d1000e031505f29e1277b583421f7 applied but for the rest framework Request. Otherwise when you try and resume a partial pipeline you get: ``` File "/home/vagrant/virtualenvs/madc-server/lib/python3.6/site-packages/social_core/backends/base.py", line 80,...

It would be nice if this package supported the complete logic required for partial pipelines (equivalent of https://github.com/python-social-auth/social-app-django/blob/master/social_django/views.py#L29). Something like https://gist.github.com/kbrownlees/80cff182654f309b02870677b45e7bf1 once #62 is fixed should work (not fully tested),...

Just had a case where my webpack build was failing, but it got ignored so it appeared that the build works fine until you load it onto a device. At...

### Description Only one ext.postBuildExtras can exist, if two plugins both define this function then only one of them will be run. Should be able to use cdvPluginPostBuildExtras.add({}) instead, eg:...

**Describe the bug** As per the bug reported at https://github.com/git-lfs/git-lfs/issues/3524, it appears that git stores the entire thing in memory before writing it out to disk. If a git-lfs object...

It seems to fail if it is being run within a hotkey window (https://www.iterm2.com/documentation-hotkey.html - Dedicated Hotkey Windows). It creates a new tab within the window then fails with `201:237:...

**Is your feature request related to a problem? Please describe.** My use case is tracking vehicles moving around construction sites, as part of this a terrain layer provides valuable context....

:green_apple: feature
:link: external dependencies

**Describe the bug** If you do not provide 'scale' to `loadObj` a `.duplicate()` call will fail because `utils.equals()` does not handle undefined values correctly. **To Reproduce** Steps to reproduce the...

:beetle: bug