-
Updated
Apr 28, 2020 - JavaScript
dependency-graph
Here are 153 public repositories matching this topic...
-
Updated
Apr 20, 2020 - Python
-
Updated
May 23, 2020 - JavaScript
-
Updated
Aug 14, 2019 - TypeScript
-
Updated
Oct 16, 2019 - PHP
-
Updated
Oct 4, 2017 - Ruby
Right now dot command is required for scabbard to be useful. We could build a validation step in Gradle plugin that checks for availability of dot and fails the build. Additionally providing commands to install dot in messages would be nice.
The notice-pre-processor.kts file allows for customisation of the generated notice file, see https://github.com/oss-review-toolkit/ort/blob/master/docs/notice-pre-processor-kts.md.
Not all customisations seem possible, though. I would like to:
- customize the notice separator
- get rid of the separator between the different headers
- include the license name/id before the license text
Hello!
SASS has partials, which filenames start with _, but it's not written in @import: https://sass-lang.com/documentation/at-rules/import
So, we're having incorrect links (with 404).
Incorrect link to https://github.com/nana-4/materia-theme/blob/8988c72/src/_sass/colors
Running these commands
git clone https://github.com/paramiko/paramiko.git
cd paramiko
git checkout -b my2.2.3 2.2.3
git tag to-backport 56c96a65
git deps -r -e my2.2.3
I get
Fatal: -L invalid line number: 0
Traceback (most recent call last):
File "/usr/bin/git-deps", line 10, in <module>
sys.exit(run())
File "/usr/lib/python3.6/site-packages/git_deps/cli.py
-
Updated
Feb 25, 2020 - Python
The documentation stands "Webpack 1.x/2.x plugin" does it means that version 3 is not supported?
Is there plans to support 3 version?
If an undefined function has a standard name (like printf), should we check also the prototype to increase the confidence that we really may assume that the function behaves like the standard function?
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Jan 24, 2020 - Go
Branch support
Awesome project!
Any chance you'd consider modifying the project so branches other than master could be specified? Or would you be open to accepting pull-requests that do that?
Given a simple DockerMake.yml:
foobar:
FROM: ubuntu:xenial
we can build prepend a Docker registry URL like this:
$ docker-make -r quay.io/elvis foobar
...
docker-make built: quay.io/elvis/foobar
docker-make finished.
Built:
* quay.io/elvis/foobar
However, if the registry is running on a non-standard port it causes problems:
$ docker-make -r q
If you run ?pkgnet::InheritanceReport, you'll see a section like this:
And the same on the pkgdown site (https://uptake.github.io/pkgnet/reference/InheritanceReporter.html)

Successfully installed bundle-0.0.1
Parsing documentation for bundle-0.0.1
Installing ri documentation for bundle-0.0.1
Done installing documentation for bundle after 0 seconds
1 gem installed
[user@fedajh ansible-viz]$ bundle install
Trac
Improve this page
Add a description, image, and links to the dependency-graph topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-graph topic, visit your repo's landing page and select "manage topics."

While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?