Daniel Schep
Daniel Schep
Can do. I'll make a PR this evening.
Well, before I do that, would @cyberdelia have any interest in merging such a PR? They haven't responded to this issue.
Not sure. I'm not using the project I initially built this for and i'm having trouble with the current project. I've got Django running, but fails when trying to save...
Ooh.. I didn't realize heroku now could just use docker images. that should make things easier.
Woohoo. Tested out Heroku's Docker support. Soooo much easier!! I'm officially abandoning my fork of this buildpack. Buildpacks suck. This replaces the use of `heroku/python`, `TrailStash/heroku-geo-buildpack` and `TrailStash/heroku-buildpack-maxmind`. ``` $...
Hey @simonsterj. Nope, I don't have a `heroku.yml`. I also had to log into the container registry with `heroku container:login`. When switching to this, you no longer deploy using `git...
I've never seen this. Can this be reproduced reliably? If so, could you provide me with your `serverless.yml` so I can debug this?
Thanks for the dtails @jaybarts!! I'll take a look at this tomorrow or early next week.
@machawk1 you definitly can use ntfy as a python API, it's just not the primary use case so I haven't really documented it. you can use: ```python import ntfy ntfy.notify('a...
Thanks @benwinding. I'm leaving it unmerged for now, as I don't have time to deploy it and will likely forget if I merge it.