Jack Lane
Jack Lane
### Summary [The docs](https://www.graphile.org/postgraphile/smart-tags/#sortable) state that: > Functions returning `SETOF` a composite type (e.g. a table type, record type, or another type with "column"-like attributes): adds the `orderBy` argument to...
Hi everyone, There is an issue constructing jwk's. I'm using the [cryptography] module. NOTE: I got around this issue by just using jwe directly. Consider the following example: ``` from...
Previously, it only referenced app delegate
The docs state it can be 0 or 1. I feel like assert_single means (at least to me), it should be one and only one. Is there some set theory...
It looks like the SqlAlchemy uses their own native async engine. ```python engine = sa_asyncio.create_async_engine( f"postgresql+asyncpg://sqlalch_bench:edgedbbenchmark@" f"{ctx.db_host}:{ctx.pg_port}/sqlalch_bench" ) ``` If you subbed in your (ie MagicStack's) AsyncPG library instead instead...
The line in question doesn't actually matter. This is because it is used in the CLIENT, while the variable's actual use is in the SERVER. Having it there is a...
Basically, the `mypy.configFile` is always in reference to the workspaceFolder, while the `mypy.dmpyExecutable` can use `${workspaceFolder}`. This inconsistency is confusing. An example of a correct file: ``` { "mypy.configFile": "./mypy.ini",...