Joshua Teitelbaum

Results 48 comments of Joshua Teitelbaum

you may be right. I'll look into it. I tried the URL in the browser, and the URL parameters do in fact take page[size] correctly.

To prove you correct, just FYI, I used: ``` export?filter[type]=user&query="*"&page[size]=1 ```

I'd like to issue some tests to this: https://github.com/facetoe/zenpy/pull/629 still WIP

@vilozio Wondering if you can help test the PR out? https://github.com/facetoe/zenpy/pull/629

do you want to take a crack at it? :)

Can you post some example code? Also, It's entirely plausible that by the time you perform an export of tickets that some tickets may have been deleted (for any number...

A good first step is to abstract the notion of a cache. And then we can implement various implementations of that interface. Let's first analyze how the cache is being...

Agreed, so a first step could be abstracting what the current caching system does and then make a "pluggable" replacement system. Have you looked at the internals of the existing...