Patrick McMichael
Patrick McMichael
Yes, it would be good if this worked in Python 3. I can't imagine it being too much work. Maybe some of the messy code will cause some pain. Back...
I think a lot (all) are failing and erroring because the code has changed without care of updating the unit tests to accompany the code change. At least it shouldn't...
Hmm, CL standings does not work for me. I can't rememeber if it did work in the past. It may not have ever had the CL standings, but just the...
I think the MLS data is not on the free tier of the API. http://api.football-data.org/v2/competitions
I wrote some unit tests a while ago using https://github.com/patrys/httmock I manually saved the `json` data. Never ended up trying to merge them. I think I had forgot about it......
The `--watch` option should have a type`click.INT`. If you provide a default value in the form of an `int` it will automatically assign it that type. I think it should...
Hi. I don't fully understand the changes. Are you sure by having a default value, it will cause this issue you speak of? Is this the only way around it?...
I would prefer c992da4b36251db81bc1d8a0aeee5c6d36f7348b be reverted before merging. I would have thought there would be a simpler way of accomplishing this but maybe there isn't. Keeping c992da4b36251db81bc1d8a0aeee5c6d36f7348b as a reference....
Similar to what I wrote here https://github.com/architv/soccer-cli/issues/130#issuecomment-454849122. It is only possible to support what the api provides at the moment.
Ran into this issue too. The workaround e.g. importing `formatters, longFormatters` explicitly so they don't get (wrongly) left out of the bundle seems to be working in my case. Presumably...