Mark Bakhit

Results 360 comments of Mark Bakhit

Needs regression tests and fixes for failing tests

After some additional thought, I'm going to close this. This PR tricks ReactJS into thinking everything is a controlled input, which negates some safety/guardrails that exist in the React client....

@copilot Take inspiration from [django-dbbackup](https://github.com/Archmonger/django-dbbackup/blob/master/.github/copilot-instructions.md)'s instruction file to add additional information.

Based on [the docs](https://oraios.github.io/serena/02-usage/050_configuration.html#contexts), I'm assuming `ide-assistant` an old alias for `ide`? Or is it the other way around?

Thanks! Just a heads up: The default command in the VSCode extension will need an update to reflect this change. Additionally, the default config seems to add have a positional...

@babaee74 Can you verify if adding `--pg-options '--no-owner'` to your `dbrestore` command fixes this? If not, then I will need to create a solution that automatically removes `plpgsql` related statements...

@copilot - Use [this GitHub actions workflow](https://github.com/marketplace/actions/setup-mysql-cross-platform) to setup MySQL in the CI. Check the [readme](https://github.com/kayqueGovetri/setup-mysql/blob/main/README.md) for more context. - Refactor `mysql_live_tests.py` to better mimic the two other live test...

Bumping this PR. The community (and myself) [seem to feel](https://discuss.python.org/t/support-for-os-sendfile-for-windows/25020) it is very disjointed that `sendfile` support exists on *nix but not Windows, despite the plumbing already existing since Python...

@12diego34 When this issue occurred, did you configure `dbbackup` to use an admin account, or a user account? Postgres superusers are [exempt](https://stackoverflow.com/questions/78028343/force-row-level-security-in-postgres) from row security policy. If the issue occurs...