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,413 public repositories matching this topic...
-
Updated
May 19, 2022 - Ruby
Looking at the code, it looks like autoload files are loaded in the order of packages given by PackageSorter::sortPackages().
This should be documented in https://getcomposer.org/doc/04-schema.md#files. (Also, I have no idea what the sorting done by PackageSorter::sortPackages() actually is. It says 'dependency weight' but what does that mean?)
- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
--why option on poetry show command is dependent on --tree option, but documentation doesn't reflect that. --why should be listed as suboption under --tree, have note about it in its description or be denoted the same way --only is (note
-
Updated
May 18, 2022 - C++
-
Updated
May 19, 2022 - CMake
-
Updated
May 3, 2022 - JavaScript
-
Updated
May 18, 2022 - Swift
-
Updated
Apr 26, 2022 - Ruby
-
Updated
Sep 5, 2020 - Go
-
Updated
May 10, 2022 - C#
-
Updated
Apr 23, 2022 - TypeScript
-
Updated
May 19, 2022 - C++
Hooks for scopes get a double prefix, ie @@scope, when shown with the npm hook ls command. This is due to the response from the web request already including the prefix in the name field, and the following lines of code then locally adding the prefix again, duplicating it.
When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`
Hi,
I just realized there is no update/upgrade section in your doc. It could be nice to have clear command on how to update the software, specially if there is some breaking changes or whatever.
Self-service
- I'd be willing to implement a fix
Describe the bug
yarn info --virtuals doesn't show the dependencies of virtual packages.
To reproduce
package.json
{
"dependencies": {
"webpack": "5.66.0"
}
}Run
yarn install
yarn info --virtuals webpackThe output shows
├─ webpack@npm:5.66.0
│ ├─ Instan
-
Updated
May 18, 2022 - C
-
Updated
Dec 9, 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
Describe the problem as clearly as you can
If any error occurs during gem package fetching, bundler will always retry it. But many errors will keep happening again and again, and once bundler gives up, it will give a less informative error.
Did you try upgrading rubygems & bundler?
Yes.
Post steps to reproduce the problem
You can follow the steps to reproduce #5160.
Currently spack does not support the following packages, all of these packages are installed outside of Spack at Cori, we would like to get support for these packages if possible.
- cpmd https://www.lcrc.anl.gov/for-users/software/available-software/cpmd/
- ComputeCPP https://github.com/codeplaysoftware/computecpp-sdk need to confirm link
- ds9 https://sites.google.com/cfa.harvard.
Sometimes a plugin (or multiple plugins) might fail to update/install.
It would make sense to add a retry option (perhaps mapped to R, since r is already mapped to revert).
-
Updated
May 16, 2022 - Python
- Wikipedia
- Wikipedia
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn whywon'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"resolutionsfield in package.json,pkg: "1.0.0"