Jordi Masip
Jordi Masip
**Describe the bug** Black crashes when disabling fmt in some parts of the code **To Reproduce** For example, take this code: ```python class A: async def call(param): if param: #...
This fixes the following case: ```python from databases import Database import asyncio async def method(): database = Database("postgresql://...") await database.connect() try: async with database.connection() as connection: await connection.execute( """ CREATE...
Fixes same as https://github.com/vinissimus/async-asgi-testclient/pull/42
**Describe the bug** In the `onAuthorized` callback it's not possible to reject the payment with a custom result. I expected calling `reject({errors: [...]})` in the onAuthorized() would be propagated to...
Close https://github.com/vinissimus/async-asgi-testclient/issues/56
I measured that big objects >50kB take a lot of time to deserialize, about 50, 100, 200ms depending on the size.. This change avoids blocking all requests in the process...
I was reviewing this part and I don't understand why the strategy `resolve_readcommitted` (the default one) needs the `tpc_vote` logic from `resolve` strategy. If I'm not wrong, these are the...
TODO: add some tests
https://github.com/plone/guillotina/issues/1026 I'll rebase this branch with master when master is G7