Micah Lyle
Micah Lyle
I'd like the ability to dynamically switch during tests whether queued calls, using `django_rq.enqueue` or `function_name.delay(...)` by default run with `is_async` `True` or `False` if not specified by the `enqueue`...
PostgreSQL 14 introduced the ability to [Pipeline queries](https://www.postgresql.org/docs/14/libpq-pipeline-mode.html). Are there any plans to support this with `asyncpg` in any capacity? At the time of writing, I'm looking to optimize large...
Hi @pirate thanks for putting this on GitHub. I came across it today and it was really helpful. One thing I've been looking into for a while but haven't definitively...
At the time of writing (2021-05-09), very WIP initial draft. I only filled out an abstract which I think is probably too long, but I wanted to get my thoughts...
For https://api.slack.com/methods/files.sharedPublicURL, I received a response saying something along the lines that videos can't be made public. As far as I'm aware this is not documented as an API response...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [ ] If you've added code that should be tested, please add tests. -...
**Summary** Snowflake allows: ``` COPY INTO { internalStage | externalStage | externalLocation } FROM { [.] | ( ) } [ PARTITION BY ] ``` From looking at Databend's documentation,...