HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Yusu

no profile record

Submissions

Act: A Scripting Language for HTML

github.com
3 points·by Yusu·7개월 전·0 comments

comments

Yusu
·4개월 전·discuss
I'm sure you believe that's the reason you got banned.
Yusu
·4개월 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
Personally I prefer TLP to powertop, they even have a FAQ page on the differences. https://linrunner.de/tlp/faq/powertop.html