he/him
Nerd, programmer, writer. I like making things!
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 🙌
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
Way easier to type than json!
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
The person who opened the pr already did
It handles a few weird edge cases, mostly. Only 7 meaningful lines of code and almost 70M downloads week!
Interesting 👀 https://github.com/ulid/spec
Why are you so being weirdly hateful? It’s off-putting
Yeah, usually it’s pretty good autocomplete. Definitely makes my coding faster (and highlighting a chunk of SQL and asking it to modify it in plain English is magic)
They have public revisions of every answer and consider deleting good content “vandalism” since it violates license, so it’s no surprise that they’d keep it all
cat ~/.ssh/id[TAB]