S. Andrew Sheppard

Results 54 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

I've had a similar issue, which I resolved by making my vendored `jquery.mobile` depend on `jquery.mobile.router`: https://github.com/wq/wq.app/blob/master/js/jquery.mobile.js#L16 It would be nice to figure out a way to get around this...

See https://github.com/ptv-logistics/Leaflet.NonTiledLayer

This is still pending, PRs are welcome. I don't think it will be a huge change. I haven't tried Leaflet.NonTiledLayer directly but it appears they accept a `pane` argument.

As discussed in #19, multiple sources can get out of order when panning and it's not clear that #28 is sufficient to address. Thus, panes are probably the easiest and...