Lucidiot

Results 14 comments of Lucidiot

I just got this with the latest version, 4.1.0. [This line](https://github.com/psycopg/psycopg2/blob/9f020124f83ed04d0d213eca7735555f618fcd47/lib/extras.py#L1299) in `psycopg2.extras.execute_values` causes it to execute a query of type `bytes`. utting this in a view alone will raise...

I found that I was hitting an error in another place, before the code originally mentioned in this issue could even be called, so I fixed that instead and now...

Using the `disabled` attribute on an anchor tag is invalid HTML, which means that projects that are type checked with TypeScript cannot make button links appear as disabled. The same...

You could set add_arguments in BasePlugin to have the following default: ``` python def add_arguments(self, parser): parser.add_argument('args', nargs='*') ``` Then it becomes possible to have the following plugin: ``` python...