Yury Selivanov

Results 403 comments of Yury Selivanov

Hm, perhaps we should review when we want to push the updated docs. Currently, for edgedb.com we only publish the docs for the latest released version. Docs from the master...

Yeah, we plan to implement Language Server Protocol for EdgeDB, so the current attributes are indeed unstable (and undocumented IIRC). If I may ask, what's your intended use case?

We can add this benchmark as an *alternative* one, but not replace the original approach. The point here is not to benchmark the driver doing almost nothing (fetching one JSON...

> Would you be interested if I bring the js-pg to parity with py-asyncpg with identical approaches (primarily array sub-selects, as opposed to relying on transactions)? Sure, let's try. >...

> For convenience this function can be variadic. The inputs will be validated and joined with ", ". Probably it accepting an array of strings is better since I imagine...

Sure, we can add it. Do you want to submit a PR?

Yeah, we would love to see typing support in asyncpg.

Yes, we can add support for pickling.

I'm also curious to hear about the use cases. Also, does Pandas provide an async API? We can add an API to register a custom row-decoder callback (function accepting `bytes`...