The Wayback Machine - https://web.archive.org/web/20200901044741/https://github.com/topics/dependencies
Skip to content
#

dependencies

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 640 public repositories matching this topic...

dawsbot
dawsbot commented Feb 18, 2020

Please describe the feature/suggestion

The url schema for a package.json schema is amazing, I love that I can take this and share it with coworkers. The sorting of Size high -> low does not currently get encoded though, so when a coworker opens up my link, they can't see the same ordering I expected them to

Describe the solution you'd like

Encode the alphabetical selection and t

renovate
athens
arschles
arschles commented Nov 13, 2019

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

dephell
AyanSinhaMahapatra
AyanSinhaMahapatra commented Oct 15, 2019

Description

Running the following command:
./scancode -clpieu --json-pp facet_summary.json samples --summary --facet dev=*.java --summary-by-facet

Generates the following Error

ERROR: failed to run post-scan plugin: summary-by-facet:
Traceback (most recent call last):
  File "/home/ayansm/Desktop/GSoD/scancode-toolkit-versions/scancode-toolkit-3.1.1/src/scancode/cli.py", lin
m-cat
m-cat commented Dec 1, 2019

Optional dependencies should not be treated as a "dependency" kind, of which there are only three -- regular, build, and dev. "Optional deps" should instead be handled as a boolean flag, which is what cargo does. A dependency can be both a build dependency and optional simultaneously, but currently cargo-deps will erase one of these.

Optional dependencies can be displayed with a dashed line.

Wikipedia
Wikipedia

Related Topics

package-management
You can’t perform that action at this time.