I think they’re really useful, there are alternatives that I think have feature parity at this point but the concepts of containerization are the same
he/him
Nerd, programmer, writer. I like making things!
I think they’re really useful, there are alternatives that I think have feature parity at this point but the concepts of containerization are the same
The variable is already in the environment, it just doesn’t have a default because it’s required for each container
The env file is the weirdest part, the container itself has a required environment variable and if I don’t pass it in command line (only have it in the test compose file) the base compose fails because it has no port.
Most of the other commands are to merge the compose files so I can keep my base compose file clean!
Spreading the good word 🙌
⭐️
Yes! It reminds me a bit of python’s click library but for bash
It’s pretty much just make, but I find it easier to work with
Discovered just yesterday, my life is easier
Neat, thanks for clarifying! I’ve never heard of it
Popularized? That gets less than 100k downloads a week
👀 I’d fine-tuned (copied and pasted) a pylint setup that had some of black, what are the differences?
Edit: it’s so much faster than black, I’m switching
Edit2: used it today, faster and I like the linter. It also does some multi-line parentheses better imo
Use black and pray
I like this! It looks nice and the way the bottom bar goes into the background feels natural to how I use my desktop
I built my own before getting a freewrite traveler, so it’s nice to see people making them easier for others!
Sounds like it hasn’t had any updates in half a year (with the last major version over 5 years ago) and they’re now using their own runtime that’s included in .NET. Wine already had their own fork, so what is there to maintain?
And when you need something more complex
console.log(1);
[…]
console.log(2);
[…]
console.log(3);
You’re right, it’s not sane! The js ecosystem is hell
cat ~/.ssh/id[TAB]