Joshua Teitelbaum
Joshua Teitelbaum
Very odd, because I tested tickets last night and I got results. Can you not use values and instead use an iterator pattern? ``` for ticket in zenpy_client.tickets.incremental(start_time=datetime(2024,2,6,10,0,0)): print(ticket) ```
This may get you over the bug ....but I'll look into the ```values``` thing.
BTW, I agree that values should result in the correct serialization but you do have a workaround :) you can collect and iterate yourself as a slight detour away from...
Update, I have reproduced your bug but I'd like confirmation that this is a minor issue that can be worked around by traversing the iterator, which is good practice. I...
@dolbinskaBW Can you consume this and install zenpy locally from source to test this? https://github.com/facetoe/zenpy/pull/620
@dolbinskaBW you are aware that you are supposed to `iterate` though, correct? Values only gets the current page. Please comment as to your exact usage and use case here. Why...
> Hi @cryptomail, I do yes - sorry I thought the values are the easiest to communicate, but we don't actually use the `values` attribute. We do have a few...
@dolbinskaBW FYI, The PR is in review and will be reviewed by @Ptr314
This should be resolved :)
@Ptr314 Please review this as well. This looks good! I've rebased against master @rangeles