Justin Grayston

Results 6 comments of Justin Grayston

Started on the tests, maybe a week or so before I have time to finished and ready for a PR. It should probably be set to true by default despite...

You could use an http intercept...you may have to do a bit of path matching on the calls you want this on, but you could then flag/broadcast on request and...

Yup, thats sounds good. It is a bit more code than you'd ideally want to do this but does avoid amending the poller. As a side note, the poller uses...

In my callback I can access the headers via response.headers as follows: ``` javascript myCallback = function(response) { console.log(response.headers); }; ```

Any update on a Python3 version or progress of one we could create a PR. It looks a bit like this repo is abandoned by DJI.

I'd be keen to get this supported too, and as I am sure many others would as the ability to improve your own custom model is key without being wasteful...