Abdul Monim
Abdul Monim
I can access jsdelivr resources fine.
Unfortunately poetry doesn't load plugins installed as project dependency. You have to add plugin to your system poetry installation itself with `poetry self add poetry-bumpversion` command. Then it will be...
> It definitely feels weird that I can have `[tool.poetry_bumpversion.file."foo/__init__.py"]` in my pyproject.toml, but if I don't have bumpversion installed, it's silently ignored. Ideally pyproject.toml ensures that building is consistent...
Having the same issue, it just freezes (may be doing nothing at all) ``` discourse-app | 2023-06-30.21:00:59 [NOTICE] ** [discourse] Enabling Plugin: Presence discourse-app | 2023-06-30.21:00:59 [NOTICE] ** [discourse] Enabling...
I have same idea, will take it out soon.
Is the environment variables documented? I can only find [this gist](https://github.com/jeshan/fargate-environment-variables) which tells me AWS fargate overrides my HOSTNAME variable breaking my nextjs application.