packages
Here are 673 public repositories matching this topic...
-
Updated
Oct 7, 2020 - C++
-
Updated
Oct 6, 2020 - Shell
-
Updated
Jun 9, 2020 - HTML
hendry@knuckles ~ $ bitcoin-cli
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted
Workaround: LANG=C bitcoin-cli
hendry@knuckles ~ $ xbps-query -S bitcoin
architecture: x86_64-musl
build-date: 2020-01-26 01:06 CST
conflicts:
litecoin>=0
filename-sha256: d8c0ea89f1cc36aa3
There are about ~240 URLs and licenses listed at https://directory.fsf.org/wiki?title=Category:License
We should:
- ensure that we can detect all of them
- ensure that we can detect their URL
We should also add as an "other_urls" ech URL to the corresponding license YAML
-
Updated
Dec 17, 2017 - Makefile
-
Updated
Jun 16, 2020
Some controllers rely solely on Pundit and others on custom legacy code like require_admin to authorize various actions throughout the application.
We want to rely completely on Pundit to use a widely adopted authorization s
-
Updated
Sep 28, 2020 - Shell
Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.
-
Updated
Dec 3, 2019 - PHP
-
Updated
Sep 17, 2020 - TypeScript
-
Updated
Sep 28, 2020 - Shell
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Shell
-
Updated
Sep 10, 2020 - PHP
-
Updated
Oct 5, 2020 - PowerShell
-
Updated
May 27, 2020 - Perl
Improve this page
Add a description, image, and links to the packages topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packages topic, visit your repo's landing page and select "manage topics."


So if you happen to insert invalid version string when requiring package, it will still write it into
composer.jsonand nothing works after that. So for example;composer require phpunit/phpunit:"8.3.3 as ^8.3"My
composer.json:{ "require": { "phpunit/phpunit": "8.3.3 as ^8.3" } }Output of
composer diagnose: