Ryan Campbell

Results 10 comments of Ryan Campbell
trafficstars

Thanks @ronek22 I don't really use my M400 anymore, so I've been neglecting this library. I'll try to make some time to update it.

I just noticed the same issue. The only headers that I end up seeing in `response.headers` are `Content-Type` and `Last-Modified`.

I ran into this same issue an it seems that somewhere along the line, the `host` and `port` keys for the fireplace client transport dictionary was replaced with a `url`....

I came here with the same request. I'm also using structured logging (with `zerolog`) and it would be really nice if I could integrate the tusd logs into it. Implementing...

+1 I run into this all the time and it drives me crazy.

+1 I don't particularly care about whether or not Dropbox is 'bad', but it does seem like an inappropriate default. What would also make this less of an issue is...

I was having the same issue where Init gets an "Expired token" response from the store, which ends up falling back to a generic/hardcoded response (`NATIVE_KOBO_RESPONSES()`) instead of refreshing the...

And for what it's worth, the real `Resources` payload I get back for my device has quite a bit more stuff than the hardcoded `NATIVE_KOBO_RESOURCES()` does... including a `notebooks` url,...

That would be great. I can upload the rar file that was failing somewhere and attach a link here if you want.

I experimented a bit and this change seems to work (whether it is appropriate, I'm not sure): ``` diff diff --git a/xdist/dsession.py b/xdist/dsession.py index fa66f1d..cfc0335 100644 --- a/xdist/dsession.py +++ b/xdist/dsession.py...