Terrence J. Katzenbaer

Results 12 comments of Terrence J. Katzenbaer

I think it might not be related to an infinite loop, but perhaps it's related to a long chain of handlers when the error occurs? In the attached example, you...

> At this point one of you people needs to step up, report the bug, give the Swift team a test case and see what they say, there is no...

@ThomasDh-C In case you never found a solution, I just forked the repo and made some quick tweaks to get it to compile on macOS and marked a release for...

> One more thing, what exactly does 1 byte of the `pixelDensityThreshold` equate to? I'm not very familiar with the ins and outs of Image diffing. i.e. What value would...

Is there OAuth implementation support without 2FA? Looks like they've removed the v2 API ahead of requiring 2FA support.

> Take a look at the [`README` in my fork](https://github.com/otherguy/docker-dropbox). You don't actually have to _use_ my fork (you are welcome to do so of course) as it will work...

@twrecked Your changes wouldn't fix this issue because the `Arlo2FARestAPI` module still uses the `tfa_host` property which doesn't include the scheme. https://github.com/twrecked/pyaarlo/blob/master/pyaarlo/tfa.py#L183C32-L183C40 Having a URL with a scheme is required...

@twrecked I just pushed a proposed change to this PR that would fix the issue. Although, I'm not sure implying `https` as the scheme is correct. It might be better...

Ah, that would work. I'm not sure if this is an edge-case you want to solve, but this test looks funny. I wouldn't imagine that it prepends `https://` to a...