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
Good taste, YYYY-MM-DD
is obviously superior
👀 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
From justice.gov:
SMITH, 52, of Cornelius, North Carolina, is charged with wire fraud conspiracy, which carries a maximum sentence of 20 years in prison; wire fraud, which carries a maximum sentence of 20 years in prison; and money laundering conspiracy, which carries a maximum sentence of 20 years in prison.
evaporates
You can set Pocket Casts to skip the first or last X seconds of an episode, which I’ve found helps. I also set fast forward to go 30s and rewind to 15 so it’s easier to scrub forward through an ad and I’m never too far off when I go over and have to rewind.
And when you need something more complex
console.log(1);
[…]
console.log(2);
[…]
console.log(3);
cat ~/.ssh/id[TAB]