Jelte Fennema-Nio

Results 703 comments of Jelte Fennema-Nio

Would it be okay if I add a `RunSubtest` and `RunSubtestParallel`, where the `RunSubtestParallel` also calls `T().Parallel()`. Because I especially like the implementation I made for non parallel test, because...

+1 I need a new version of Texlive to test my library [PyLaTeX](https://github.com/JelteF/PyLaTeX)

I don't think this should be closed, because it is about the more user facing version of hot roloading configs. One that does not require `dotnet watch` but simply run...

Okay, the reason this does not work, even though supavisor advertises prepared statement support is that it only supports SQL level prepared statements (`PREPARE` & `EXECUTE` SQL commands), and not...

Makes a lot of sense. Feel free to contribute a PR.

Any work on this? I would like love to use the new flake8 for my project, but this is keeping me.

Fair enough.Thanks for the useful plugin.

Thanks for the quick response, I already used your above workaround. The two options both seem quite good (especially the second one), but they also also seem quite a bit...

It very much sounds like max_prepared_statements is not actually set to 0. The PGBOUNCER_36 name for the prepared statement is only used by PgBouncer when max_prepared_statements is set to a...