Bhola Kumar

Results 3 issues of Bhola Kumar

Each user can have a personal collection of private queries, which can be only edited or viewed by that user only. @marksweb What is your opinion on this?

enhancement

https://github.com/zulip/zulip/issues/9157 **Testing Plan:** Yes, I ran some tests. Actually, I just changed in one file so there is no need to run tests. I also run the linter, and it...

size: S
has conflicts

Hi, in `explorer.tasks.snapshot_queries` func, inside logger, it's written as ```python logger.info( f"Deleting {qs.count} QueryLog objects older than {days} days." ) ``` [Code link](https://github.com/explorerhq/django-sql-explorer/blob/64170743b46d310684982dfe745d65643c08e844/explorer/tasks.py#L102C5-L104C6) Which results in log output as. `Deleting...