Robert Roskam
Robert Roskam
@jproffitt that actually would be a good way to handle this, I think. django-zappa did a similar thing in the past (https://github.com/Miserlou/django-zappa) before moving over to zappa and vendoring the...
Hey Anand, So are you saying some kind of base class with an unimplemented method for transmission that you can subclass and put on your own integration?
Hey Anand, So you can look [here](https://github.com/worthwhile/django-herald/blob/master/herald/base.py#L334) to see how we wrote the Integration for Twilio. It's possible to build your own right now. However, we don't have anything pre-built....
I've run into this same issue now, I believe. ```Error: INTERNAL Error: Could not find node in column segment tree! Attempting to find row number "276" in 0 nodes ```...
We have a similar issue that emerged yesterday when upgrading to 4.4.6. The crux of the problem is that Celery was ignoring our config that specified where to put the...
Bringing up this idea again, this may be more possible now than ever before. It was suggested over the [pipenv issues list](https://github.com/pypa/pipenv/issues/1469#issuecomment-367882974) that this would be the best place to...
@tomchristie and @rmorison not to be self-serving, but I started a cookiecutter a few weeks ago for starlette: https://github.com/raiderrobert/cookiecutter-starlette So I'm of the strong opinion that you let my or...