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 313 public repositories matching this topic...
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 22, 2021 - Ruby
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
Sep 5, 2020 - Go
Describe the proposed change(s).
(node:2362) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
Should use async too.
-
Updated
Oct 11, 2021 - 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
Oct 22, 2021 - CMake
-
Updated
Oct 10, 2021 - Swift
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Aug 24, 2021 - Python
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
Sep 14, 2021
-
Updated
Mar 18, 2021 - Ruby
-
Updated
Feb 5, 2019 - C#
-
Updated
Jul 5, 2021 - Python
-
Updated
Mar 19, 2021 - Shell
-
Updated
Jun 24, 2021 - Python
-
Updated
Oct 22, 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
Apr 23, 2018 - Python
-
Updated
Jun 4, 2021 - Go
-
Updated
Mar 2, 2021 - PowerShell
Currently build agents run mbt version
command at the end of the build. We should add a smoke test for each command (mbt describe | build | apply
) to this list for release builds.
-
Updated
Aug 21, 2021 - Go
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/
, 400 errors fortests/
).If you are interest