Skip Navigation

Posts
6
Comments
101
Joined
3 yr. ago

he/him

Nerd, programmer, writer. I like making things!

  • cat

    Jump
  • cat ~/.ssh/id[TAB]

  • 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

  • Fair point!

  • Sounds reasonable for a game’s source code to me, I don’t see anyone claiming it’s “open source”

  • Yep, you can also set defaults, required, alternates, etc

    This discussion did help me realize that my problem was that I forgot an !override on one of my service’s options. Now it’s just merging the two compose files and setting the profile, thanks for that!

  • 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

  • Because the sun is so full of hate that it literally cannot stop burning

  • The nostalgia!

  • I can hear it

  • 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