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,215 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
My composer.json
:
{
"require": {
}
}
Output of composer diagnose
:
$ sudo php7.4 /usr/local/bin/composer diagnose
Do not run Composer as root/su
This is a great issue to work on if you are new to the Poetry code base and want to start contributing. Over the years the poetry code base has added various fixes that catered to now unsupported versions of python. With the release of 1.2
, we will drop support for all Python versions prior to 3.6
. With this we want to clean up the code base of any such workarounds we did to support backwards
-
Updated
Jun 8, 2021 - JavaScript
-
Updated
Jul 16, 2021 - C++
-
Updated
Jul 13, 2021 - Swift
-
Updated
Jul 7, 2021 - Ruby
-
Updated
Jul 17, 2021 - CMake
-
Updated
Sep 5, 2020 - Go
-
Updated
Jul 1, 2021 - C#
-
Updated
Jun 30, 2021 - TypeScript
Is it possible to allow using file:// URLs as input parameter for tools.get? This might be useful for testing with local archives by changing only conandata.yml
- I've read the CONTRIBUTING guide.
Current Behavior
When using npx --force
, the warning printed due to using --force
covers up the prompt asking the user to enter "y" to proceed. At first glance it looks like the command has hung waiting for I/O or something.
$ npx --force mkdirp
npm WARN using --force Recommended protections disabled.
Need to install the following packages:
mkdirp
⸨░░░░░░░░░░░░░░░░░░⸩ ⠙ :
-
Updated
Jul 16, 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
-
Updated
Jun 15, 2021
-
Updated
Jul 17, 2021 - C
- I'd be willing to implement this feature (contributing guide)
- This feature is important to hav
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
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
Jul 5, 2021 - Python
-
Updated
Jul 15, 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"