Mike Fotinakis

Results 12 issues of Mike Fotinakis
trafficstars

Hello! We fixed a high-priority asset discovery bug in ember-percy and noticed that the `gatherBuildResources` method was also duplicated into this project with the same bug present. The bug is...

This PR implements support for SQLAlchemy synchronous `Session`, alongside existing support for `AsyncSession`. Based on @frankie567's answer in this discussion on "Synchronous SQLAlchemy?": https://github.com/fastapi-users/fastapi-users/discussions/1144#discussioncomment-4653607 * Copied `SQLAlchemyUserDatabase` --> `SQLAlchemySynchronousUserDatabase` and...