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 320 public repositories matching this topic...
We're doing a bunch of code quality cleanup, and as part of that effort I'd like to implement some additional lints/coding conventions. There will be a lot of manual changes here, so I think these will be some items to have multiple people tackle.
In no particular order:
Addban-relative-imports = trueto.flake8and remove relative imports from the repo.- Add `flake8-type-checkin
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
Nov 5, 2021 - Ruby
-
Updated
Sep 5, 2020 - Go
How are you running Renovate?
WhiteSource Renovate hosted app on github.com
Please select which platform you are using if self-hosting.
No response
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
Describe the bug
When Renovate opens a PR with semantic commits the entire commit message/PR title is lowercased. This is unnecessary, onl
-
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
Nov 6, 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 25, 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
Nov 4, 2021 - Go
-
Updated
Nov 12, 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
Nov 6, 2021 - Go
The documentation states that the default cache dir on an XDG compatible *nix system is
$XDG_CONFIG_HOME/composer/cachebut composer usesXDG_CACHE_HOME/composeras default.https://getcomposer.org/doc/03-cli.md#composer-cache-dir quote: