Simon Perdrisat
Simon Perdrisat
@skyred https://www.drupal.org/project/drupal/issues/2982680
Can someone post step by step instructions? I don't know enough about the inner working of drupal-composer/drupal-project and composer to be confident.
I did that. Do not follow blindly, you may want to keep some stuff. # Migrate from .env Update web/sites/default/settings.php if you migrate from .env # cleanup ``` rm .env...
It come from drupal.org official doc. Perhaps another wording would be more appropriate to reflect this project is still actively developed. But really I believe having one "official" way help...
So I guess the situation is not 100% clear and I get confused too (and a lot more will). From https://www.drupal.org/docs/develop/using-composer/using-composer-to-install-drupal-and-manage-dependencies#download-core  Do you have...
You guys are aware than except the couples of people that build those tools, nobody can understand what's going on and what they should use? So can we add somethings...
No conflict. Poetry is slow as hell. 
Take about 2min to resolve dependencies after adding newspaper3k on a fresh project. Connexion: 40ms ping and 10Mb/s down. **pyproject.toml** ``` [tool.poetry] name = "datafox" version = "0.1.0" description =...
I'm new to (more serious) python and don't understand the big drama. Yet `setup.py` seems a powerful and very bad idea. Dependency management is terrible in python, because of `setup.py`?...
@finswimmer I check the discussion. Seem like they are reinventing the wheel instead of copy/past something that works (composer, Cargo, ...). > For requirements.txt, I'm on the one hand not...