Yuji Shen

Results 5 comments of Yuji Shen

Similar issue also happened in my async version of DB class. ```python @retry(reraise=True, wait=wait_fixed(1), stop=stop_after_delay(30), after=after_log(logger, logging.WARNING) async def execute(self, query: str, values: Dict = None, cloud_logger: CloudLogger = None,...

I added tenacity for all these kind of timeout issues in my app: database queries, HTTP requests, BigQuery queries. But all of them have the similar problem I report above....

Sure! Here is the screenshots: ![image](https://user-images.githubusercontent.com/4230496/123560796-7ee34800-d772-11eb-8385-bab6f66a1432.png) I set `comment` to `#5c6370` and it affects both link in org-mode and the comment in block.

New to org-ql and org-super-agenda. I am trying to sort items by priority within a group defined by org-ql-block in org-agenda-custom-commands. Just saw this is still open. Does it mean...

Still experience this. Any solution besides disabling auto-completion completely?