packages
Here are 690 public repositories matching this topic...
C++ Library Manager for Windows, Linux, and MacOS
-
Updated
Oct 24, 2020 - C++
Android terminal and Linux environment - packages repository.
-
Updated
Oct 23, 2020 - Shell
-
Updated
Oct 14, 2020 - HTML
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Oct 21, 2020 - Erlang
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
Deprecated. Use https://github.com/lakkatv/Lakka-LibreELEC instead
-
Updated
Dec 17, 2017 - Makefile
Curated list of awesome Magento 2 Extensions, Resources and other Highlights
-
Updated
Jun 16, 2020
Expected Result
Log in link should not be shown for the logged in user.
How to Reproduce
- Log in to the app as Admin;
- Go to Configuration -> Manage Users -> Create User;
- Focus on the Create User form.
Actual result:
"Log in" link is shown. Please, see screenshot below.


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: