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 698 public repositories matching this topic...
-
Updated
Feb 28, 2021 - TypeScript
This package could be used to enhance the readability of a lot of our tests:
https://github.com/JamieMason/expect-more/tree/master/packages/expect-more-jest/
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
Feb 18, 2021 - TypeScript
-
Updated
Jan 11, 2021 - Python
-
Updated
Feb 27, 2021 - JavaScript
-
Updated
May 30, 2020 - JavaScript
-
Updated
Feb 27, 2021 - Erlang
-
Updated
Jan 7, 2021 - Scala
The current version has several regex warnings.
The work consists in:
- collecting the wheel and sdist craft the ABOUT files and creating a PR to add the latest NLTK in https://github.com/nexB/thirdparty-packages/tree/main/pypi
- update the setup.cfg and requirements.txt
- run the copyright tests, fix the code until all tests pass. Submit a PR early would be good.
-
Updated
Feb 27, 2021 - Ruby
Scalafix commits are currently attributed in the Git history to the Scala Steward user although it only did the easy part of running the rule. The hard part of writing the rule is done by someone else who's currently not attributed in any way. Wouldn't it be nice if we append Co-authored-by attributions to the Scalafix commit if the rule author(s) opts into i
It's very common for people to create a venv or .venv folder, using virtualenv or python -m venv, alongside the requirements.txt file for Python
'venv requirements.txt' # virtualenv (python)
'.venv requirements.txt' # virtualenv (python)
-
Updated
Feb 15, 2021 - Ruby
-
Updated
Apr 12, 2018 - Go
-
Updated
Oct 9, 2020 - TypeScript
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
Mar 17, 2019 - Swift
-
Updated
Feb 26, 2021 - TypeScript
-
Updated
Feb 22, 2021 - JavaScript
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Sep 19, 2020 - Go
-
Updated
Jan 29, 2021 - TypeScript
-
Updated
Jan 28, 2021 - Java
Describe the bug
When using an image URL like
https://bundlephobia.com/api/stats-image?name=convert&version=1.0.1&wide=truefor a version that isn't published the image returns a placeholder, but the placeholder gets cached. After the version is published the placeholder image stays cached.To Reproduce
Visit an image URL for a version that didn't exist at image generation time.