Christopher Dignam

Results 173 comments of Christopher Dignam

I would like to see this merged. The default DFT token authentication is rather terrible compared to Knox.

@maxim-kht Could this be merged? Now that that #387 is merged, this would complete the social login functionality.

@elprans `executemany` discards the results, so it doesn't work in all the cases that pipelining would be useful. In my case, it would be useful to be able to pipeline...

I have multiple queries that I want to run against Postgres. Currently I can send these queries with two `await conn.fetch(...)`, but it would be better if I didn't have...

@elprans Thanks for the suggestion!

To add to this, I think adding all (or most) of the configuration options available in the `shreddit.yml` to command line flags would be helpful.

This is still an issue. I would expect that the hooks wouldn't throw any errors, because they have the `error` attribute in their response

Hey @vitalyster, do you still get a "Server Error" from the GitHub API? GitHub's API can be flaky sometime, but will usually resolve itself. Are you still able to replicate...