Roberto Perdomo Macedo

Results 11 comments of Roberto Perdomo Macedo

Any updates on this? I'm using: python = 3.8.2 uvicorn = 0.14.0 fastapi = 0.65.2 I changed all my routes to async and the issue persist. My app starts at...

The poetry install process should be updated. Files backend.dockerfile and celeryworker.dockerfile: `# Install Poetry RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python3 - ENV PATH="/opt/poetry/bin:$PATH" RUN poetry config virtualenvs.create false`

Looks like this problem is related to newest Big Sur version, I tried 11.2.1 recovery and it works, but 11.6.1 didn't work for me, this was the version giving me...

Same here. I am having problems with Big Sur too. Frequent reboots, unexpected logouts. This mainly happens when I open some pages with Chrome On Tue, Nov 17, 2020 at...

Yes, it works. Unfortunately, my NVME gen 4 works at the same speed than a gen 3, even with the latest Bios, so I decided change the motherboard

No, I don't have that board anymore On Fri, Nov 19, 2021 at 1:00 PM gtrooper ***@***.***> wrote: > Yes, it works. Unfortunately, my NVME gen 4 works at the...

This is working for me: RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python3 - ENV PATH="/opt/poetry/bin:$PATH" RUN poetry config virtualenvs.create false On Tue, Jul 11, 2023 at 8:46 AM prithviraj574 ***@***.***>...

Same warning here with Syllapy 0.7.2

I'm using Web2py 2.16.1 and this is not an issue, maybe something has changed on new Web2py versions?