Graham Herceg

Results 24 comments of Graham Herceg

@benjaoming we are experiencing a similar issue, but after upgrading `sphinxcontrib-jquery` to 4.1 (with `sphinx==6.1.3` and `sphinx-rtd-theme==1.2`), the "Uncaught ReferenceError: jQuery is not defined" error still occurs when using the...

Yeah of course. [commcare-hq](https://github.com/dimagi/commcare-hq) is the repository, and the docs are [here](https://commcare-hq.readthedocs.io/), but notably that docs build is still running `sphinxcontrib-jquery==2.0.0`, with the same versions for sphinx and sphinx-rtd-theme mentioned...

Planning to test this on staging as well for both scenarios: - a web user with 2FA setup has a session that has timed out - a web user without...

Given the size of this table, this might not be necessary so going to hold off on this for now.

If we need it in the future we will add it then.

Two things I didn't think about: 1. If we actually intend to merge this change (which I think we do), we should remove the logic in `process_repeat_record` that checks if...

Given the issue we saw today, I do wonder if the danger here is that once a repeater or domain is unpaused, all of the records that had built up...

@AmitPhulera after your comment I believe we confirmed together that it is the case that gevent doesn't guarantee ordering. I know you were still opposed to this change from a...

Due to the costs associated with the additional confirmation step in this process, and that implementing a general row limit should catch the extreme cases where a user unintentionally uploads...

> Can you explain why it requires iterating through the entire table. Is that how the join query get's executed? Ah I didn't have a complete understanding of the existing...