FriedrichFroebel
FriedrichFroebel
German keyboard layouts have a dedicated Alt Gr key and `{` is the third option of the key `7`. According to `xev` this key seems to be mapped to `keycode...
Thanks for the report. This appears to appear for generic trackable items only. I am not sure about your > in the name and type defs comment though, as just...
Thanks for your report. When reviewing the latest pull request, I stumbled upon some issue when updating the test cases which seems to be related to this. At the moment...
I am not sure if we are able to do anything about this as already mentioned in my last comment. We might be able to catch this in https://github.com/tomasbedrich/pycaching/blob/master/pycaching/geocaching.py#L94 and...
Thank your for the report. I am actually a bit surprised why `cache.state` is just a boolean, while we have a corresponding enum `pycaching.cache.Status`. From my perspective it would be...
Instead of proposing the changes here, could you please open a pull request which makes it easier to refer to specific details? We might want to add this parsing logic...
@BelKed Has there been any progress on this from your side?
Thanks for your feedback. If you are still interested in helping with this, feel free to open a corresponding PR, so we can actively check how to work around your...
I just had a quick look at the c:geo discussions on this issue. At the moment there are two possible solutions for this: * At least report a dedicated error...
The `Geocaching` class seems to support passing session objects already, where you could provide the corresponding cookies. But it seems like the `login` method and the actual request handlers cannot...