Results 12 comments of Jaakko Lappalainen

Seems like there's a collision between the `order` parameter name in the collection and the `order` SQL clause

I just reproduced the issue and confirmed the code 1006 is used even after commenting out ```shell diff --git a/uvicorn/protocols/websockets/websockets_impl.py b/uvicorn/protocols/websockets/websockets_impl.py index 9a07a5d..a90dc1c 100644 --- a/uvicorn/protocols/websockets/websockets_impl.py +++ b/uvicorn/protocols/websockets/websockets_impl.py @@ -97,7...

@Kludex are the files without a PR associated "up for grabs"?

Perhaps I'm lacking some context here, but you could create your custom `SQLAlchemy` engine and pass it to `FastAPISessionMaker` as its `_cached_engine` property. Would this help?

Granted, setting what it seems to be a private variable feels like a hack to me, so I understand that not being documented. If the maintainers (@dmontagu) agree I can...

@medikoo added one PR for `lib/plugins/aws/remove` folder #9284

FWIW, Im able to set the node version using another action in my step like so ```yaml - uses: actions/setup-node@v2-beta with: node-version: '14' ```

@chenly try running the deploy command with `--debug`

It worked for me I used node v16 and `npm install` rather than `yarn`