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,014 public repositories matching this topic...
So if you happen to insert invalid version string when requiring package, it will still write it into composer.json and nothing works after that. So for example; composer require phpunit/phpunit:"8.3.3 as ^8.3"
My composer.json:
{
"require": {
"phpunit/phpunit": "8.3.3 as ^8.3"
}
}Output of composer diagnose:
$ composer diagnose
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
Jun 5, 2020 - JavaScript
-
Updated
Aug 12, 2020 - Swift
I often forget the exact syntax and semantics of the version constraints.
It would be great to have that readily accessible from the command line
with (for example) dep help constraints.
-
Updated
Aug 21, 2020 - Ruby
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 22, 2020 - C++
-
Updated
Aug 7, 2020 - C#
Current compilervars is not exposed via conans.tools which means that only conanfiles that make use of the CMake and vcproj build helpers can reasonably use the Intel compiler. Please export compilervars and the _dict and _command variants in the conans.tools module.
Blocker for conan-io/conan-center-index#2499.
- I've read the [CONTRIBUTING guide](https://git
-
Updated
Aug 6, 2020 - TypeScript
-
Updated
Aug 23, 2020
-
Updated
Aug 23, 2020 - C++
-
Updated
Aug 23, 2020 - JavaScript
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
Aug 23, 2020 - C
Hi everyone
I found out an issue related to bundle exec which set the RUBYOPT env variables to something like: -r/opt/rubies/2.7.1/lib/ruby/2.7.0/bundler/setup
When using Bundler.with_unbundled_env, bundler is supposed is to strip out the -r bundler/setup part but the regex is incorrect and assume the path is relative wherea
- I'd be willing to implement a fix
Describe the bug
To perform a graceful shutdown of containers we need a way to catch the signals (SIGTERM/SIGINT) that Docker sends when shutting down a container. In yarn v1 the workaround was to use node <script> directly instead of yarn run. However I can't seem to get this to work using yarn node <script> or yarn run in v2 with PnP ena
-
Updated
Aug 21, 2020 - Python
-
Updated
Aug 22, 2020 - Rust
-
Updated
Oct 21, 2019 - Python
-
Updated
Jul 16, 2020 - JavaScript
- 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"