Package manager
A package manager is a set of tools that automates and manages computer software. They deal with packages, or collections, of bundled files. Package managers make it easy to install, upgrade, or remove software for a computer's operating system.
Here are 1,122 public repositories matching this topic...
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e
There is currently https://getcomposer.org/doc/06-config.md#preferred-install which explains preferred-install (without really explaining the effect or purpose at all, so not great either). And then install/update document the prefer-source/dist options without explaining how this relates to preferred-install: https://getcomposer.org/doc/03-cli.md#install-i
It's unclear which of the two takes p
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Feb 5, 2021 - Swift
poetry add git+https://github.com/AGeekInside/fastapi-jinja.git
result in exception since it is tires to checkout master
branch.
poetry add git+https://github.com/AGeekInside/fastapi-jinja.git
Updating dependencies
Resolving dependencies...
CalledProcessError
Command '['git', '--git-dir', 'C:/Users/n2/AppData/Local/Temp/pypoetry-git-fastapi-jinjau3blv69e/.git', '--work-tr
-
Updated
Sep 5, 2020 - Go
-
Updated
Feb 10, 2021 - Ruby
-
Updated
Feb 12, 2021 - CMake
-
Updated
Feb 12, 2021 - C++
-
Updated
Feb 5, 2021 - C#
Conan v2.0 will stop rewriting conanfile.py
after scm
substitution, it will always use scm_to_conandata=True
. When the conanfile.py
is not rewritten, functions that are evaluated when the recipe is loaded are quite inconvenient (these function might use some commands to get information from the SCM, but when the recipe is in the cache the SCM is no longer there).
An alternative for user
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 12, 2021 - JavaScript
-
Updated
Feb 12, 2021 - C++
-
Updated
Feb 11, 2021
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.
_Edit from @arschles - we have focused this issue to just the twitte
-
Updated
Feb 12, 2021 - C
In a project with a given tool installed locally (in this case, ember-cli
)—
-
Expected:
$ volta list ⚡️ Currently active tools: Node: v12.16.2 (current @ /Users/chris/dev/test/foo/package.json) Yarn: v1.22.4 (current @ /Users/chris/dev/test/foo/package.json) Tool binaries available: ember (current @ /Users/chris/dev/test/f
- I'd be willing to implement this feature
- This feature can already be implemented through a plugin
Describe the user story
I was looking into patch
and how it works, but the docs didnt give much info. The CLI also didnt. I had to look around to get an idea of it. I thought it worked similar like patch-package
. However, it works differently.
**Describe the solution you'
with:
ruby-version: 3.0.0
Should be using a matrix, even if you only want a single version, as it makes it easier to add versions.
Morevover, I feel that just the current stable ruby version is not the best default. My recommendation would be current and two preceding, but I leave that up to the maintainers.
More importantly, I believe that ruby-head
should be there b
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 10, 2021 - Rust
-
Updated
Aug 27, 2020 - Python
- Wikipedia
- Wikipedia
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn why
won't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"
resolutions
field in package.json,pkg: "1.0.0"