James Stewart

Results 19 comments of James Stewart

FYI for anyone that gets really stuck, we've had good results using [serverless](https://serverless.com/) with the [serverless-python-requirements](https://github.com/UnitedIncome/serverless-python-requirements) plugin. We've only used it for a fairly simple application so far though.

@anomitra did you get any further with this? Once #144 is resolved we're planning on using Stripe also...

@anomitra I did ultimately get this working for our [web shop](https://shop.enstaved.com). I had to hack together a fix to #144 because Saleor (which we're using) was updated to Django 1.11...

@anomitra it turns out that @elwoodxblues beat me to the punch and has cut a new release with Django 1.11 compatibility! Stripe payments definitely work as outlined in my comment...

I also need Python 3.x support. Would you be willing to accept a PR and release a v0.2 if said PR passed tests under 2.7 and 3.4?

...because I would be more than happy to write and submit that PR to get an official release that's Python 3.x compatible...;) I'd also be glad to help manage the...

Ok, so the first step is to get jsonrpclib updated for py3k: https://github.com/joshmarshall/jsonrpclib/pull/39

[c3js](http://c3js.org) might be a good candidate for this. One example shows multiple bars and lines displayed on a single graph.

FYI @VermaPriyanka this is a showstopper for us. We considered various solutions for providing an observability service to our engineering teams and settled on Managed Grafana expecting it to Just...