dependency-manager
A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, or removing computer programs for a computer's operating system in a consistent manner.
Here are 340 public repositories matching this topic...
poetry
and poetry-core
are full type annotated and checking types by mypy is prepared. However these checks are deactivated for most of the modules.
In this ticket I like to invite everybody to pick one or more modules in poetry
and poetry-core
and fix errors reported by mypy. Please link any PR you are starting to this issue.
In process:
-
Updated
Apr 26, 2022 - Ruby
-
Updated
Sep 5, 2020 - Go
What would you like Renovate to be able to do?
Renovate should create a replacement PR to handle the rename of Material-UI to MUI.
See the blog post from MUI to learn more about their rename.
If you have any ideas on how this should be implemented, please tell us here.
- Figure out which packages were renamed
- Add replacement PR p
-
Updated
Apr 23, 2022 - TypeScript
-
Updated
Mar 19, 2021 - Ruby
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
Apr 12, 2022 - CMake
-
Updated
Dec 29, 2021 - Swift
-
Updated
Jul 11, 2021 - JavaScript
If CPM_SOURCE_CACHE
is set to an empty string, CPM fails with file DOWNLOAD error: cannot create directory '/cpm' - Specify file by full
.
-
Updated
Feb 25, 2022 - Python
-
Updated
Jan 3, 2022 - TypeScript
-
Updated
Apr 14, 2022
-
Updated
Mar 18, 2021 - Ruby
-
Updated
Feb 5, 2019 - C#
-
Updated
Dec 21, 2021 - Shell
-
Updated
Apr 6, 2022 - Python
-
Updated
Apr 12, 2022 - Python
-
Updated
Jun 24, 2021 - Python
We currently don't support compiler options which are two parameters, like -encoding UTF-8
, and commas also seem to be invalid in parameters, presumably excluded by some regex...
-
Updated
May 6, 2022 - Go
-
Updated
Apr 23, 2018 - Python
-
Updated
Dec 15, 2021 - PowerShell
-
Updated
Feb 10, 2022 - Go
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?)