Philippe Labat
Philippe Labat
Hi, I am trying to implement this plugin locally using MinIO as a fake-s3 service. Everytime I try to upload a file I keep getting the following error from MinIO:...
Im adding a PoC for AsyncSession support in the latest sqlalchemy-oso module. 2 functions are added: authorized_async_sessionmaker and async_scoped_session, both are expecting AsyncSessions as opposed to normal Session. SQLAlchemy converts...
Hello fantastic community, I am using vault and consul to dynamically configure my sanic application. I am trying to find a way to make it so everytime the vault secret...
Hello, I needed the simple-salesforce library to work in async very quickly so I forked the repo and replaced the calls from using requests to aiohttp. Can be viewed here...
Hello, Here is the code: ```locals { required_service_roles = [ "create-client", "impersonation", "manage-authorization", "manage-clients", "manage-events", "manage-identity-providers", "manage-realm", "manage-users", "query-clients", "query-groups", "query-realms", "query-users", "realm-admin", "view-authorization", "view-clients", "view-users", ] } data "keycloak_openid_client"...
Hello, I am noticing multiple errors when using this plugin with Celery 5. Is there any plans to support it in the future?
Hello, If I make this signal function: ``` @task_prerun.connect async def task_pre_run(task_id, task, args, **kwargs): print(task_id) ``` when I schedule a job it hangs forever at running this, I have...
Bumping urllib3 to v2, tests are running fine on my side. Fixes #67