HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Yusu

no profile record

投稿

Act: A Scripting Language for HTML

github.com
3 ポイント·投稿者 Yusu·7 か月前·0 コメント

コメント

Yusu
·4 か月前·議論
I'm sure you believe that's the reason you got banned.
Yusu
·4 か月前·議論
Looking at your PR, the ticket is still marked as Needs documentation: yes Patch needs improvement: yes

If this is done, you should update it so it appears in the review queue.
Yusu
·2 年前·議論
The best definition of depression I've read. https://hyperboleandahalf.blogspot.com/2011/10/adventures-in... https://hyperboleandahalf.blogspot.com/2013/05/depression-pa...
Yusu
·3 年前·議論
What we do instead if to install poetry using pip in the local/builder stage and use the virtualenvs.in-project option: https://python-poetry.org/docs/configuration/#virtualenvsin-...

Then in the final stage we copy the virtualenv folder from the builder stage. So in the final image poetry is not installed and everything is still in a virtualenv.

It's definitely more complex than a requirements.txt, but this way we can have everything in the container, skip generating a requirements.txt and also not mix our application dependencies with the system ones.

Note that poetry now has recommendations for CI which also apply to docker builds. https://python-poetry.org/docs/#ci-recommendations
Yusu
·3 年前·議論
Personally I prefer TLP to powertop, they even have a FAQ page on the differences. https://linrunner.de/tlp/faq/powertop.html