S. Andrew Sheppard

Results 36 comments of S. Andrew Sheppard

Yes, by default the `Response` object is rendered with the negotiated renderer, regardless of the content. Here are some things you could try: 1. Throw an exception instead of returning...

Is this still an issue in the latest version? If so, can you watch the network traffic in your browser developer console and verify whether it is sending the session...

This looks correct so far. Most likely this is either a caching issue, or the default export from custom.js isn't in the expected format. Can you try console.log(custom) and see...

Fixed via wq/wq.app#131.

Just followed this from mbostock/d3#745. I was going to comment here, but my suggestion is a bit more disruptive so I posted #12 instead. (No strong opinion on Grunt vs....

I came across this when implementing unit tests for Example 7 in Python: https://github.com/tomchristie/django-rest-framework/pull/2682