-
### Problem
Cosign's module dependencies are pretty heavy.
Its [go.mod](https://github.com/sigstore/cosign/blob/f005e25466c3b6954546b718ce3a56d0efd6ec2b/go.mod) currently transitively depends on…
-
I was trying to get the code in `examples/criterion` working in order to be able to generate a flamegraph in Criterion.
I have the following `Cargo.toml` file
```
[package]
name = "operation_t…
-
I found this commit https://github.com/DefinitelyTyped/DefinitelyTyped/commit/8e8a4b61d433b70477b839b8bdc6729615ac592a change all `@types/react-native` to `react-native` but some library declare this …
-
The docker client is unmaintained, which is causing dependency tree issues. Probably not that difficult to roll ones own... sigh.
-
### Describe the bug
unable to install primeng
code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: atlas.clinicmanagement.web@0.0.0
npm ERR! Fo…
-
Just saw this project on the Go forum and tried it on my project.
Because of the large number of dependencies, the graph doesn't fit on one screen width:
![image](https://github.com/user-attachmen…
-
### Expected Behavior
Consider a component with two variants and a dependency tree that contains both of those variants once.
If that tree resolves properly, adding one of those variants again gener…
-
our current Cargo.lock has 3 versions of nix listed, coming in from various dependencies
- libcontainer (auraed) pulls in 0.28
- deno (auraescript) is pulling in 0.26.2
- nix 0.24 is in the cargo…
-
You may or may not be aware, but I just thought I'd let you know, that it appears this package is the only package in express@5.0.0 dependency tree that pulls in encodeurl v1. Updating the dependency …
-
Currently `dependency:tree` only list a almost flat tree as all transitive dependencies are currently added by Tycho.
Instead, only direct dependencies should be added as well as proper model must …