Eduardo Sciullo

Results 4 comments of Eduardo Sciullo

I have the same issue using Elysia. Removing `--minify` solves this issue.

The reason of this error is explained in Pulumi docs [Blocking and Async Python with Pulumi](https://www.pulumi.com/docs/iac/languages-sdks/python/python-blocking-async/). In my case, the simple use of `asyncio.to_thread` solved the issue For instance: ```python...