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,086 public repositories matching this topic...
-
Updated
Nov 24, 2020 - PHP
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
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Swift
-
Updated
Sep 5, 2020 - Go
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
Nov 24, 2020 - Ruby
-
Updated
Nov 24, 2020 - C++
-
Updated
Nov 24, 2020 - C++
- /pnpm/packages/audit - #2862
- /pnpm/packages/package-store a86209b67fccc37c5b017dd9ce61d2b3f9a55789
- /pnpm/packages/cafs #2867
- /pnpm/packages/client pnpm/pnpm#2877
- /pnpm/packages/fetch pnpm/pnpm#2878
- /pnpm/packages/filter-lockfile #2887
- /pnpm/packages/filter-workspace-packages #2887
- /pnpm/packages/
-
Updated
Oct 3, 2020 - C#
[suggestion] failure to auto-detect a compiler for the default profile should not report 'ERROR:'
Conan outputs that there has been an error when no compiler is found during auto-detect:
conan profile new default --detect
Profile created with detected settings: C:\Jenkins\workspace\my_job\.conan\profiles\default
ERROR: Unable to find a working compiler
This happens often because my compiler is not installed on the machine - I am using a build_requires
package for my cross-
-
Updated
Oct 29, 2020 - TypeScript
We have a lot of long lines, let's shorten them.
Be smart about making the choices to split lines, no fake internet points for cutting strings and making them unreadable!
-
Updated
Nov 24, 2020 - C++
-
Updated
Sep 29, 2020
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
Nov 24, 2020 - C
- 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'
This feature adds a CHANGELOG.md
file when running bundle gem mygem
in addition to all other gem skeleton files.
I keep adding it myself and it is best practice to keep a changelog. Let me know if there is any reason this was not there yet or if there is anything I can improve. Thanks!
The design for volta list
specified that we would output both the default version from the user's toolchain and the version set in a local package:
$ volta list all --format=plain
runtime [email protected]
runtime [email protected]
runtime [email protected] (default)
runtime [email protected] (current @ ~/node-only/package.json)
We currently only print the (current @ ...)
when in a package
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 23, 2020 - 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"