Matthew Podolak

Results 3 issues of Matthew Podolak

I'm encountering the issue where libheif.js is catching unrelated exceptions / rejections as related to this issue https://github.com/emscripten-core/emscripten/issues/7855 it makes debugging applications using libheif very difficult. Can a work around...

Use `parquet` instead of `pickle` for caching responses. Need to assess if this is a reasonable improvement: - Benchmark `parquet` cache speed for storing and retrieval against `pickle` - Compare...

feature request

**Test Query:** ``` comments = api.search_comments( after=1606262347, before=1618581599, subreddit="CovidVaccinated", fields=["id","subreddit","link_id","parent_id","is_submitter","author", "author_fullname","body","score","created_utc","permalink"], limit=None ) ``` **Results:** ``` 40730 result(s) available in Pushshift Checkpoint:: Success Rate: 71.00% - Requests: 100 - Batches:...

bug