Sean Perry
Sean Perry
Yes please. I came to submit the same issue.
https://developer.apple.com/documentation/homekit is where your journey begins @Pczek
Sorry, I have been away for a bit. Is there still interest in this? If so I will get working on that PR.
You can add git repos to Pip requirements.txt. `git+https://github.com/vaidik/sherlock@99ef85750d5fa48633b40b798f12668ea91fd700` Will include the fixed version into your project until a proper release is made. Had @vaidik tagged the release the line...
A Field is likely not what you want. Fields map to a column in a database. I suspect most people don't want their normalized addresses stuffed into a database as...
@miketheman no problem. I did not put a ton of time in case the implementation was not the desired approach. Happy to ensure tests pass and are as desired.
I am more accustomed to a tox based test world so I do not need to install the tooling in my own environment. I did not see a clean way...
Fun, works on Linux (where I experimented) and fails everywhere else.
Why? The purpose of the trailing comma here is to cut down on diff noise in the future. It is totally plausible that some code passes one parameter when first...
What would the algorithm be @9thbit ? Because in your example if I replace `set` with an arbitrary function it becomes much less obvious that a comma does not make...