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,284 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
I have laid down the ground work for reaching level 6 by typing all class properties and interface methods throughout the codebase, which should already help ensure that types are correct when they get added/copied to getters and such.
I definitely could use help though in reaching level 6, because it's a ton of work left (1465 errors for src/, 1650 errors for tests/).
If you are interes
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
Oct 18, 2021 - C++
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Oct 10, 2021 - Swift
-
Updated
Oct 18, 2021 - CMake
-
Updated
Oct 9, 2021 - Ruby
-
Updated
Sep 5, 2020 - Go
I have a project that is in a monorepo and uses yarn right now.
I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.
To this end, yarn allows packages
-
Updated
Oct 15, 2021 - C#
-
Updated
Oct 11, 2021 - TypeScript
Currently, the CMakeToolchain generator only sets CMAKE_POSITION_INDEPENDENT_CODE option when building a project statically when the shared option is false.
When the shared option is true, CMAKE_POSITION_INDEPENDENT_CODE is not configured.
For simple, single library projects this is not an issue because the only library built is shared.
However, for larger, more complex projects contain
Current Behavior:
$ npm find-dupes
added 24 packages, removed 1 package, and changed 1 package in 10s
59 packages are looking for funding
run `npm fund` for details
Expected Behavior:
$ npx npm@6 find-dupes
move source-map 0.5.7 node_modules/@babel/core/node_modules/source-map node_modules/tap/node_modules/@babel/core/node_modules/source-map
move @babel/
-
Updated
Oct 18, 2021 - C++
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
I'm using the ESLint extension in VSCode. Unfortunately it doesn't work with Plug'n'Play - according to the docs it should work if I understand correctly?
I've been looking at issues both here and in the ESLint extension repro but I haven't found anyone with this exact error it seems. I'm not sure if the issue belo
-
Updated
Oct 18, 2021 - C
-
Updated
Jun 15, 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
If a gem is specified via source::path and source::gemspec both with :path => '.', bundler will print
There was an error parsing `Gemfile`: You cannot specify the same gem twice coming from different sources.
You specified that $GEM_NAME (>= 0) should come from source at `.` and source at `.`
. Bundler cannot continue.
-
Updated
Oct 18, 2021 - Rust
-
Updated
Jul 5, 2021 - Python
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.
- 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"