Achilles

Results 13 comments of Achilles

I have the same issue on Python3.8 ``` at ~/.poetry/lib/poetry/utils/env.py:1195 in _run 1191│ output = subprocess.check_output( 1192│ cmd, stderr=subprocess.STDOUT, **kwargs 1193│ ) 1194│ except CalledProcessError as e: → 1195│ raise...

`Unsupported Docker Compose version found: 3.8` https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html When will ecs-cli support minor versions like 3.8? I would like to common variable function which is introduced docker-compose 3.4+.

I made test on my PC, async SqlAlchemyCore is slower than sync SqlAlchemyCore, and of course slower than Tortoise ORM. Here is specification. Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz RAM...

For PostgreSql there are many failed benchmark tests. Can you pull the latest code to your repository and working branches? Then I can make test again.

Yes, it's really pain. When will be released 1.0.1 version ?

Faced the same issue. I tried with use_tz=True and use_tz=False options, both are failed.

I got the same bug. `tortoise.exceptions.OperationalError: column "xxx" is of type jsonb but expression is of type text[]`

I faced with the same problem when try to initialize mysql db using db url. If I try with config, it works.

> I have 2 Macs, but error only happens on old mac. Here is a detailed error message. ``` Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY...

> > > > In your Xcode ,go the General tab of your Main Project.. there you will find an Embedded Binaries field and add the required framework there ....