|
You are here |
pradyunsg.me | ||
| | | | |
vxlabs.com
|
|
| | | | | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the... | |
| | | | |
marty.zalega.me
|
|
| | | | | I don't think I am the only one who creates a lot of ad-hoc Bash scripts and programs. Whether it be for work or for ourselves, they become part of our perso... | |
| | | | |
myers.io
|
|
| | | | | Whatever language and package manager you use, be it Ruby Gems, CocoaPods, NPM, Cargo, etc. theres a good chance that if you have a file specifying your dependencies (such as Gemfile, Podfile, package.json or Cargo.toml), theres a corresponding .lock file. Its not always clear what the purpose of these files are, and whether or not they should be checked in to your repo. | |
| | | | |
bundler.io
|
|
| | | |||