FUJI Goro
FUJI Goro
Hi, Can you paste `perl -V` on your environment?
This is an interesting internal change. It looks that the internal SV upgrade no longer occurs.
Deployed a solution with `httpx_aiohttp`, but a lot of warnings are raised such as: > Unclosed connection > client_connection: Connection Not sure what exactly is happing, but probably because of...
Why do you use the `Number` wrapper object? There's no reason to use it and it seems just a bug, in your project.
Same here. I made a test code: ```python class AppStoreClient: async def verify_receipt(self, receipt_data: str) -> bool: async with AppStoreValidator( bundle_id=bundle_id, sandbox=sandbox, ) as validator: try: validation_result = await validator.validate(receipt=receipt_data)...